@charset "utf-8"; /* ================ Style ================= */ br.tab_only, br.sp_only {
  display: none;
}
br.pc_only {
  display: block;
}
#sp-menu {
  display: none;
} /* HEADER AREA */ section#global-header {
  margin: 0 auto;
  background-color: #fff4f4;
  padding-bottom: 20px;
  position: relative;
  top: 0;
  left: 0;
}
section#global-header header {
  background-color: #e60012;
  text-align: left;
}
section#global-header header:after {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: url("/cmn/images/footer_line.png") center repeat-x;
  background-size: contain;
}
section#global-header header .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -1em;
  overflow: hidden;
}
section#global-header header .inner h2 {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
}
section#global-header header .inner aside {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  text-align: right;
}
section#global-header header .inner .sub-nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: -1em;
  padding: 3px 0;
}
section#global-header header .inner .sub-nav a {
  display: inline-block;
  padding: 17px 20px 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
}
section#global-header header .inner .sub-nav a span {
  color: inherit;
}
section#global-header header .inner .sub-nav a:hover {
  text-decoration: underline;
}
section#global-header header .inner .sub-nav a.entry {
  background-color: #ff0;
  color: #000;
}
section#global-header header .inner .sub-nav a.entry:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
section#global-header header .inner .sub-nav a.mypage {
  background-color: #333;
  color: #fff;
}
section#global-header header .inner .sub-nav a.mypage:hover {
  background-color: #4e4e4e;
  color: #fff;
  text-decoration: none;
}
section#global-header header .inner .sns-nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: -1em;
  padding: 2px 0;
  width: 200px;
}
section#global-header header .inner .sns-nav a {
  display: inline-block;
  vertical-align: top;
  padding: 14px;
  letter-spacing: 0;
  line-height: 1;
  background-color: #000;
  border-radius: 2px;
  margin-left: 2px;
  width: 48px;
  position: relative;
  top: 0;
  left: 0;
}
section#global-header header .inner .sns-nav a span {
  position: relative;
  left: -100em;
}
section#global-header header .inner .sns-nav a:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  font-size: 20px;
  color: #fff;
  margin: auto;
}

section#global-header header .inner .sns-nav a.x {
  background-color: #000;
  position: relative;
  width: 48px;
  height: 48px;
}

section#global-header header .inner .sns-nav a.tw {
  background-color: #50abf1;
}
section#global-header header .inner .sns-nav a.tw:before {
  content: '\e90e';
}

section#global-header header .inner .sns-nav a.x:before {
  content: " ";
  background: no-repeat center top / contain url(../images/x.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 19.57px;
  height: 20px;
}

section#global-header header .inner .sns-nav a.fb {
  background-color: #3b5a9a;
}
section#global-header header .inner .sns-nav a.fb:before {
  content: '\e906';
}
section#global-header header .inner .sns-nav a.gp {
  background-color: #00c400;
  padding: 9px;
}
section#global-header header .inner .sns-nav a.gp:before {
  content: '\e928';
  font-size: 30px;
}
section#global-header header .inner .sns-nav a.in {
  background: -moz-linear-gradient(-45deg, #4c64d3 0%, #cf2e9e 48%, #f26939 72%, #ffdd83 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #4c64d3 0%, #cf2e9e 48%, #f26939 72%, #ffdd83 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #4c64d3 0%, #cf2e9e 48%, #f26939 72%, #ffdd83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ padding: 10px;
}
section#global-header header .inner .sns-nav a.in:before {
  content: '\e908';
  font-size: 28px;
}
section#global-header article {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-top: 24px;
}
section#global-header article .logo {
  display: inline-block;
  width: 20%;
}
section#global-header article .logo a {
  display: block;
}
section#global-header article .logo a:before {
  width: 100%;
  max-width: 240px;
  height: 74px;
}
section#global-header article .inner {
  width: 80%;
  text-align: right;
}
section#global-header article nav {
  display: inline-block;
  vertical-align: middle;
  width: 58%;
  font-size: 0;
  letter-spacing: -1em;
  text-align: right;
}
section#global-header article nav a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
section#global-header article nav a span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
section#global-header article nav a span small {
  display: none;
}
section#global-header article nav a:first-child {
  margin-left: 0;
}
section#global-header article nav a:after {
  display: block;
  content: '';
  vertical-align: middle;
  width: 100%;
  height: 2px;
  background-color: #000;
}
section#global-header article nav a.top:after {
  background-color: #e60012;
}
section#global-header article nav a.top.current span, section#global-header article nav a.top:hover span {
  color: #e60012;
}
section#global-header article nav a.learn:after {
  background-color: #8a66ae;
}
section#global-header article nav a.learn.current span, section#global-header article nav a.learn:hover span {
  color: #8a66ae;
}
section#global-header article nav a.know:after {
  background-color: #dfbe23;
}
section#global-header article nav a.know.current span, section#global-header article nav a.know:hover span {
  color: #dfbe23;
}
section#global-header article nav a.enjoy:after {
  background-color: #508ab2;
}
section#global-header article nav a.enjoy.current span, section#global-header article nav a.enjoy:hover span {
  color: #508ab2;
}
section#global-header article nav a.special:after {
  background-color: #58ce91;
}
section#global-header article nav a.special.current span, section#global-header article nav a.special:hover span {
  color: #58ce91;
}
section#global-header article form {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: -1em;
  text-align: right;
  margin-left: 40px;
}
section#global-header article form input[type="text"] {
  border: none;
  padding: 10px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  outline: none;
  width: 190px;
  border-radius: 0;
  box-sizing: border-box;
}
section#global-header article form button[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  padding: 8px;
  background-color: #e60012;
  cursor: pointer;
}
section#global-header article form button[type="submit"]:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  content: '\e91f';
  font-size: 20px;
  color: #fff;
}
section#global-header article form button[type="submit"]:hover {
  background-color: #333;
}
section#global-header article .member_button, section#global-header article .login_button, section#global-header article .humberger_button {
  display: none;
} /* FOOTER AREA */ section#global-footer #footer-nav .sns-nav {
  display: none;
}
section#global-footer #footer-nav {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #333;
}
section#global-footer #footer-nav:before {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: url("/cmn/images/footer_line.png") center repeat-x;
  background-size: contain;
  margin-bottom: 24px;
}
section#global-footer #footer-nav .inner {
  max-width: 1200px;
  width: 90%;
}
section#global-footer #footer-nav dl {
  width: 50%;
  text-align: left;
}
section#global-footer #footer-nav dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  padding-right: 35px;
  box-sizing: content-box;
}
section#global-footer #footer-nav dl dt a:before {
  width: 150px;
  height: 62px;
}
section#global-footer #footer-nav dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
}
section#global-footer #footer-nav nav {
  width: 50%;
}
section#global-footer #footer-nav nav a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}
section#global-footer #footer-nav nav a span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
section#global-footer #footer-nav nav a span small {
  display: none;
}
section#global-footer #footer-nav nav a:first-child {
  margin-left: 0;
}
section#global-footer #footer-nav nav a:after {
  display: block;
  content: '';
  vertical-align: middle;
  width: 100%;
  height: 2px;
  background-color: #000;
}
section#global-footer #footer-nav nav a.top:after {
  background-color: #e60012;
}
section#global-footer #footer-nav nav a.top:hover span {
  color: #e60012;
}
section#global-footer #footer-nav nav a.learn:after {
  background-color: #8a66ae;
}
section#global-footer #footer-nav nav a.learn.current span, section#global-footer #footer-nav nav a.learn:hover span {
  color: #8a66ae;
}
section#global-footer #footer-nav nav a.know:after {
  background-color: #dfbe23;
}
section#global-footer #footer-nav nav a.know.current span, section#global-footer #footer-nav nav a.know:hover span {
  color: #dfbe23;
}
section#global-footer #footer-nav nav a.enjoy:after {
  background-color: #508ab2;
}
section#global-footer #footer-nav nav a.enjoy.current span, section#global-footer #footer-nav nav a.enjoy:hover span {
  color: #508ab2;
}
section#global-footer #footer-nav nav a.special:after {
  background-color: #58ce91;
}
section#global-footer #footer-nav nav a.special.current span, section#global-footer #footer-nav nav a.special:hover span {
  color: #58ce91;
}
section#global-footer #footer-nav nav.sp-nav {
  display: none;
}
section#global-footer #ecc-group {
  display: table;
  width: 860px;
  margin: 0 auto 35px;
}
section#global-footer #ecc-group dt {
  display: table-cell;
  vertical-align: middle;
  width: 18%;
  background-color: #f5f5f8;
  border-right: 1px solid #ccc;
}
section#global-footer #ecc-group dt:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 22px;
  height: 18px;
  background: url("/cmn/images/footer_nav_icon.png") center no-repeat;
  margin-right: 5px;
}
section#global-footer #ecc-group dt span {
  display: inline-block;
  vertical-align: middle;
}
section#global-footer #ecc-group dd {
  display: table-cell;
  vertical-align: middle;
  width: 82%;
}
section#global-footer #ecc-group dd ul {
  display: table;
  width: 100%;
}
section#global-footer #ecc-group dd ul li {
  display: table-cell;
  border-right: 1px solid #ccc;
}
section#global-footer #ecc-group dd ul li a:hover {
  background-color: #e60012;
  color: #fff;
}
section#global-footer #ecc-group dd .pr-area a {
  line-height: 1;
}
section#global-footer #ecc-group dd .pr-area a:before {
  padding: 4px 8px;
  background-color: #e60012;
  border-radius: 4px;
  margin-right: 5px;
}
section#global-footer #ecc-group dd .pr-area a:hover {
  background-color: #e60012;
  color: #fff;
}
section#global-footer #ecc-group dd .pr-area a:hover:before {
  background-color: #fff;
  color: #e60012;
}
section#global-footer .info {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
section#global-footer .info ul {
  display: inline-block;
  vertical-align: top;
  width: 62%;
}
section#global-footer .info li a {
  font-size: 12px;
  line-height: 1.5;
}
section#global-footer .info li a:hover {
  text-decoration: underline;
}
section#global-footer .info #copy {
  display: inline-block;
  vertical-align: top;
  width: 38%;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: right;
}
section#global-footer .info #copy a:hover {
  color: #e60012;
} /*button link*/ .button-link {
  padding: 18px;
  line-height: 1;
}
.button-link:hover {
  background-color: #333;
  border-color: #333;
}
.button-link:before {
  font-size: 14px;
}
.button-link.other:hover {
  background-color: #333;
  border: 1px solid #d6d6d6;
  color: #fff;
}
.button-link.back:hover {
  background-color: #333;
  border: 1px solid #d6d6d6;
  color: #fff;
}
.txt-link:hover {
  text-decoration: none;
} /* CONTENTS AREA */ div#wrapper {
  background-color: #fff4f4;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
} /* Tag Area */ .tag-block, #tag-area {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -1em;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 53px;
  margin-bottom: 28px;
  padding-right: 40px;
  text-align: left;
  transition: height 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tag-block a.tag, #tag-area a.tag {
  display: inline-block;
  min-width: 100px;
  padding: 12px 20px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.tag-block a.tag:hover, #tag-area a.tag:hover {
  background-color: #e60012;
  color: #fff;
}
.tag-block a.button-hanger, #tag-area a.button-hanger {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  background-color: #e60012;
  border-radius: 4px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 1px;
}
.tag-block a.button-hanger.hide, #tag-area a.button-hanger.hide {
  display: none;
}
.tag-block a.button-hanger span, #tag-area a.button-hanger span {
  position: absolute;
  left: -100em;
}
.tag-block a.button-hanger:before, #tag-area a.button-hanger:before {
  display: inline-block;
  content: '\e90c';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.tag-block a.button-hanger.active:before, #tag-area a.button-hanger.active:before {
  content: '\e90b';
}
.tag-block a.button-hanger:hover, #tag-area a.button-hanger:hover {
  background-color: #333;
} /* breadcrumbs */ nav#breadcrumbs {
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 36px;
  text-align: left;
}
nav#breadcrumbs ol {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -1em;
}
nav#breadcrumbs ol li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
}
nav#breadcrumbs ol li a {
  display: inline-block;
  vertical-align: middle;
}
nav#breadcrumbs ol li a:after {
  display: inline-block;
  vertical-align: middle;
  content: '>';
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0 4px;
  text-decoration: none;
}
nav#breadcrumbs ol li a:hover span {
  color: #e60012;
  text-decoration: underline;
}
nav#breadcrumbs ol li.home a:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  content: '\e92e';
  font-size: 14px;
}
nav#breadcrumbs ol li.home span {
  position: absolute;
  left: -100em;
}
nav#breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
} /* Banner Area */ #banner-area a {
  display: block;
  margin-bottom: 15px;
}
#banner-area a img {
  width: 100%;
}
#banner-area a:last-child {
  margin-bottom: 0;
}
#banner-area a:hover {
  opacity: 0.6;
}
#contents-area {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
  font-size: 0;
  letter-spacing: -1em;
}
div#wrapper section p {
  max-width: 760px;
  font-size: 15px;
}
#primary {
  width: 66%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
}
#contents-area.column #primary {
  width: 100%;
  margin-right: 0;
}
section#news-area {
  display: table;
  width: 100%;
  padding: 13px;
  padding-left: 0;
  margin-bottom: 28px;
}
section#news-area header {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
section#news-area header h3 {
  font-size: 15px;
}
section#news-area .inner {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
section#news-area .inner .scroll-area {
  overflow-y: scroll;
  height: 200px;
}
section#news-area .inner li:last-child {
  margin-bottom: 0;
}
section#news-area .inner a {
  display: inline-block;
}
section#news-area .inner a dl {
  margin-bottom: 20px;
}
section#news-area .inner a dl dt span {
  border-radius: 3px;
}
section#news-area .inner a dl dt, section#news-area .inner a dl dd {
  font-size: 15px;
}
section#news-area .inner a.more {
  width: 96%;
  padding: 10px;
}
section#news-area .inner a:hover dd {
  text-decoration: underline;
}
.pickup-list {
  display: -ms-flexbox;
  display: -ms-flex;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pickup-list article {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 40px;
}
.pickup-list article:nth-child(odd) {
  margin-left: 0;
}
.pickup-list article figure {
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.entry-list article figure {
  width: 30%;
  height: 0;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pickup-list article.lock figure:before, .entry-list article.lock figure:before {
  z-index: 1;
}
.pickup-list article.lock figure:after, .entry-list article.lock figure:after {
  font-size: 15px;
  z-index: 1;
}
.pickup-list article.special.event figure a:after, .entry-list article.special.event figure a:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 7px;
  color: #fff;
  text-align: center;
  text-align: left;
}
.pickup-list article.special.event figure a:before, .entry-list article.special.event figure a:before {
  display: block;
  content: 'EVENT!!';
  width: 5.4em;
  height: 1.4em;
  pointer-events: none;
  padding: 3px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  background-color: #f1eb3a;
  text-align: center;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 2;
}
.pickup-list article .entry-mark, .entry-list article .entry-mark {
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  position: relative;
  top: 0;
  left: 0;
}
.pickup-list article .entry-mark small, .entry-list article .entry-mark small {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #58ce91;
}
.pickup-list article .entry-mark:before, .entry-list article .entry-mark:before {
  display: inline-block;
  vertical-align: middle;
  content: '\e92a';
  width: 1em;
  height: 1em;
  pointer-events: none;
  font-family: 'icomoon';
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  color: #e60012;
  margin-right: 5px;
}
.pickup-list article figure dl, .entry-list article figure dl {
  width: 60px;
  height: 64px;
  background: url("/cmn/images/bg_share.svg") center no-repeat;
  background-size: contain;
  padding-top: 12px;
  text-align: center;
  position: absolute;
  bottom: 17px;
  right: 4px;
  z-index: 10;
}
.pickup-list article figure dl dt, .entry-list article figure dl dt {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.pickup-list article figure dl dd, .entry-list article figure dl dd {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.pickup-list article .inner, .entry-list article .inner {
  vertical-align: middle;
  width: 70%;
  padding: 16px 25px;
}
.pickup-list article .inner h2, .entry-list article .inner h2 {
  font-size: 17px;
  margin-bottom: 15px;
}
.pickup-list article .inner dt, .entry-list article .inner dt {
  font-size: 13px;
}
.pickup-list article .inner dd, .entry-list article .inner dd {
  line-height: 2;
}
.pickup-list article .inner dd a, .entry-list article .inner dd a {
  text-decoration: underline;
}
.pickup-list article:hover figure, .entry-list article:hover figure {
  opacity: 0.6;
}
.pickup-list article:hover h2, .entry-list article:hover h2 {
  text-decoration: underline;
} /* ページネーション */ #page-nav {
  padding: 60px 40px 0;
} /* Archives */ #archives #headding-area {
  max-width: 1200px;
  width: 90%;
}
#archives .entry-list {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#archives .entry-list article:nth-child(1), #archives .entry-list article:nth-child(2), #archives .entry-list article:nth-child(3), #archives .entry-list article:nth-child(4) {
  width: 48%;
} /* Page */ .page #tag-entry-area {
  margin-bottom: 50px;
}
.page #recommend-area {
  margin-bottom: 50px;
}
.page #recommend-area .inner {
  text-align: left;
}
.page #recommend-area .inner p {
  max-width: 100%;
}
.page #back-number-area {
  padding: 20px 40px;
}
.page #back-number-area li article figure {
  width: 30%;
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page #back-number-area li article .inner {
  width: 55%;
}
.page #back-number-area li article .inner a h2 {
  font-size: 18px;
  line-height: 1.5;
}
.page #back-number-area li article .inner p {
  font-size: 14px;
}
.page #back-number-area li article:hover figure {
  opacity: 0.6;
}
.page #back-number-area li article:hover h2 {
  text-decoration: underline;
} /* 右カラム */ #secondary {
  display: inline-block;
  vertical-align: top;
  width: 31%;
}
div#wrapper #secondary section {
  padding: 30px;
  margin-bottom: 9%;
}
#secondary section h2 {
  line-height: 1.3;
  margin-bottom: 22px;
}
#secondary section h4 {
  font-size: 19px;
}
.index #secondary section.join {
  display: none;
}
.index .join-area section.join p, #secondary section.join p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.index .join-area section.join a:nth-of-type(1), #secondary section.join a:nth-of-type(1) {
  margin-bottom: 15px;
}
.index .join-area section.join p:nth-of-type(2), #secondary section.join p:nth-of-type(2) {
  margin-bottom: 10px;
  text-align: center;
}

#secondary section.join .line-bnr {
  margin-top: 20px;
}

#secondary section.join .line-bnr strong {
  font-weight: bold;
  color:gray;
  font-size: 16px;
  margin-bottom: 20px;
}

#secondary section.join .line-bnr a:hover {
  opacity: 0.7;
}

#secondary section.ranking ol {
  counter-reset: ranking-number;
  list-style: none;
}
#secondary section.ranking ol li {
  margin-bottom: 20px;
}
#secondary section.ranking a figure {
  float: left;
  width: 50%;
}
#secondary section.ranking a figure:after {
  font-size: 13px;
  padding: 7px;
}
#secondary section.ranking a:before {
  border-width: 48px 48px 0 0;
}
#secondary section.ranking a:after {
  font-size: 13px;
}
#secondary section.ranking a h3 {
  float: right;
  width: 45%;
  font-size: 15px;
}
#secondary section.ranking ol a:hover:after {
  color: #fff;
}
#secondary section.ranking ol a:hover:before {
  border-top-color: #e60012;
}
#secondary section.ranking ol a:hover figure {
  opacity: 0.6;
}
#secondary section.ranking ol a:hover figure:after {
  background-color: #e60012;
}
#secondary section.ranking ol a:hover h3 {
  text-decoration: underline;
}
#secondary section.ranking ol a.lock span {
  display: block;
}
#secondary section.ranking ol a.lock span:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: transparent #f1eb3a transparent transparent;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#secondary section.ranking ol a.lock span:after {
  display: block;
  content: '\e924';
  width: 1em;
  height: 1em;
  pointer-events: none;
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 10;
}
#secondary section.about {
  width: 100%;
}
#secondary section.about figure {
  width: 80%;
}
#secondary section.about dl h4 {
  margin-bottom: 14px;
}
#secondary section.about dd {
  font-size: 15px;
}
#secondary section.tag-area a.tag {
  padding: 12px;
  font-size: 13px;
  margin-bottom: 13px;
}
#secondary section.tag-area .inner a.tag:hover {
  background-color: #e60012;
  color: #fff;
}
#secondary section.login-menu {
  width: 100%;
}
#secondary section.login-menu ul li a {
  padding: 25px 5px;
  font-size: 16px;
}
#secondary section.login-menu ul li a:hover {
  background-color: #333;
  color: #fff;
  padding-left: 20px;
}
#secondary section.login-menu .tag-block a.tag:hover {
  background-color: #e60012;
  color: #fff;
}
#contents-area.page404 #primary {
  width: 100%;
  padding: 75px;
}
#contents-area.page404 #primary h1 {
  font-size: 42px;
  margin-bottom: 36px;
}
#page-top {
  width: 70px;
  height: 70px;
  background-color: #333;
  padding-top: 38px;
  bottom: 40px;
  right: 0;
  transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#page-top:before {
  font-size: 55px;
  top: -6px;
}
#page-top span {
  font-size: 14px;
}
#page-top:hover {
  background-color: #e60012;
} /*-------------------------sp_sns--------------------------*/ .sp_sns {
  display: none;
}