@charset "utf-8";

/* ================ Style ================= */
html, body {
  -webkit-overflow-scrolling: touch;
}

br.pc_only, br.tab_only {
  display: none;
}

br.sp_only {
  display: block;
}

#global-header.active, #global-footer.active, #wrapper.active {
  left: -75%;
  /*transform: translateX(-75%);-webkit-transform: translateX(-75%);*/
}

#global-header.active:before, #global-footer.active:before, #wrapper.active:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0.6;
}

#global-header, #global-footer, #wrapper {
  transition: left 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#sp-menu {
  width: 75%;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff4f4;
  position: fixed;
  top: 0;
  right: -75%;
  transition: right 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#sp-menu.active {
  right: 0%;
  /*transform: translateX(0%);*/
  /*-webkit-transform: translateX(0%);*/
}

#sp-menu header {
  display: table;
  background-color: #e70012;
  padding: 8px;
  width: 100%;
  height: 6%;
  position: relative;
  top: 0;
  left: 0;
}

#sp-menu header:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #e70012 transparent transparent transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#sp-menu header h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
}

#sp-menu .inner {
  height: 34%;
  margin-bottom: 2%;
}

#sp-menu .top {
  display: none;
}

#sp-menu .inner>a {
  display: table;
  width: 100%;
  height: 19%;
  background-color: #fff;
  margin-bottom: 2px;
  text-align: left;
  padding: 0 7%;
  position: relative;
  top: 0;
  left: 0;
}

#sp-menu .inner>a:after {
  display: block;
  content: '\e927';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 20px;
  color: #000;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}

#sp-menu .inner>a span {
  display: table-cell;
  vertical-align: middle;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

#sp-menu .inner:first-of-type {
  height: 48%;
}

#sp-menu .inner:last-of-type {
  padding-bottom: 8%;
}

#sp-menu .inner>a span small {
  color: inherit;
  margin-left: 10px;
}

#sp-menu a.enjoy, #sp-menu a.enjoy:after {
  color: #508ab2;
}

#sp-menu a.know, #sp-menu a.know:after {
  color: #ebce46;
}

#sp-menu a.learn, #sp-menu a.learn:after {
  color: #8a66ae;
}

#sp-menu a.special, #sp-menu a.special:after {
  color: #58ce91;
}

#sp-menu footer {
  display: table;
  width: 100%;
  height: 10%;
  padding: 0 7%;
  background-color: #fff;
}

#sp-menu footer #searchform {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 20px;
  overflow: hidden;
}

#sp-menu footer #searchform table {
  width: 100%;
  table-layout: auto;
  border: 1px solid #e70012;
  margin-bottom: 0;
}

#sp-menu footer #searchform table th {
  width: 100%;
  vertical-align: middle;
  background-color: transparent;
  padding: 0;
  border: none;
  background-color: #fff;
}

#sp-menu footer #searchform table td {
  width: 2em;
  height: 2em;
  vertical-align: middle;
  padding: 0;
  line-height: 1;
  text-align: center;
  border: none;
  background-color: #e70012;
}

#sp-menu footer #searchform input[type="text"] {
  width: 100%;
  padding: 7px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
}

#sp-menu footer #searchform input[type="submit"] {
  font-family: 'icomoon';
  font-size: 16px;
  color: #fff;
  border: none;
  text-align: center;
  outline: none;
  background-color: #e70012;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: #fff;
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
}

/* HEADER AREA */
section#global-header {
  margin: 0 auto;
  background-color: #fff4f4;
  /*padding-bottom: 5%;*/
  position: relative;
  top: 0;
  left: 0;
}

section#global-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 {
  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 {
  width: 100%;
}

section#global-header header .inner h2 {
  display: none;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  padding: 10px;
}

section#global-header header .inner aside {
  display: none;
}

section#global-header article {
  /*display: table;*/
  width: 100%;
  text-align: right;
  padding: 2px 0;
}

section#global-header article .logo {
  display: table;
  width: 50%;
  max-width: 170px;
  position: absolute;
  top: 18px;
  bottom: 0;
  left: 13px;
  margin: auto;
}

section#global-header article .logo a {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

section#global-header article .logo a:before {
  width: 100%;
  height: 0;
  padding-top: 25%;
}

section#global-header article .inner {
  display: none;
}

section#global-header article .member_button, section#global-header article .login_button {
  /*display: table-cell;*/
  display: inline-block;
  vertical-align: middle;
  background-color: #f1eb3a;
  padding: 12px 4px;
  width: 64px;
  height: 64px;
  text-align: center;
}

section#global-header article .member_button a, section#global-header article .login_button a {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  top: 0;
  left: 0;
}

section#global-header article .member_button a:before, section#global-header article .login_button a:before {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto 5px;
  font-family: 'icomoon';
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

section#global-header article .member_button a:before {
  content: '\e936';
}

section#global-header article .login_button a:before {
  content: '\e929';
}

section#global-header article .member_button a p, section#global-header article .login_button a p {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

section#global-header article .humberger_button {
  /*display: table-cell;*/
  display: inline-block;
  vertical-align: middle;
  background-color: #e60012;
  width: 64px;
  height: 64px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}

section#global-header article .humberger_button a {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px;
  background-color: #e60012;
  transition: right 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: relative;
  top: 0;
  right: 0;
  z-index: 100000;
}

section#global-header article .humberger_button.fix a {
  position: fixed;
  top: 2%;
  right: 3%;
}

section#global-header article .humberger_button.active a {
  right: 0%;
}

section#global-header article .humberger_button.fix.active a {
  right: 78%;
}

section#global-header article .humberger_button a .mark {
  font-size: 26px;
  width: 1em;
  height: 1em;
  margin: 0 auto 5px;
  position: relative;
  top: 0;
  left: 0;
}

section#global-header article .humberger_button a .txt:before {
  display: block;
  content: 'MENU';
  font-size: 10px;
  line-height: 1;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

section#global-header article .humberger_button a .mark:before {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  -ms-transform-origin: left;
  transform-origin: left;
  position: absolute;
  top: 3px;
  left: 0;
}

section#global-header article .humberger_button a .mark:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  -ms-transform-origin: right;
  transform-origin: right;
  position: absolute;
  bottom: 3px;
  left: 0;
}

section#global-header article .humberger_button a .mark span:before {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

section#global-header article .humberger_button a .mark span:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

section#global-header article .humberger_button a p {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

section#global-header article .humberger_button a.active .txt:before {
  content: 'CLOSE';
}

section#global-header article .humberger_button a.active .mark span:before {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
}

section#global-header article .humberger_button a.active .mark span:after {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
}

section#global-header article .humberger_button a.active .mark:after, section#global-header article .humberger_button a.active .mark:before {
  opacity: 0;
}

#humberger_button {
  display: block;
  width: 20%;
  /*background-color: #e60012;*/
  text-align: center;
  transition: right 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: absolute;
  /*position: fixed;*/
  top: 3.2%;
  right: 0%;
  z-index: 1000;
}

#humberger_button a {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px;
  background-color: #e60012;
  /*-webkit-transition: -webkit-transform .35s cubic-bezier(0.445, 0.05, 0.55, 0.95 );-moz-transition: -moz-transform .35s cubic-bezier(0.445, 0.05, 0.55, 0.95 );transition: transform .35s cubic-bezier(0.445, 0.05, 0.55, 0.95 );transform: translate3d( 75%, 0, 0 );transform-origin: left top;-webkit-transform: translate3d( 75%, 0, 0 );-webkit-transform-origin: left top;*/
}

#humberger_button.fix {
  position: fixed;
  top: 3%;
  right: 0%;
}

#humberger_button.active {
  right: 75%;
  /*transform: translateX(-75%);*/
  /*-webkit-transform: translateX(-75%);*/
}

#humberger_button a .mark {
  font-size: 26px;
  width: 1em;
  height: 1em;
  margin: 0 auto 5px;
  position: relative;
  top: 0;
  left: 0;
}

#humberger_button a .txt:before {
  display: block;
  content: 'MENU';
  font-size: 10px;
  line-height: 1;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

#humberger_button a .mark:before {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  -ms-transform-origin: left;
  transform-origin: left;
  position: absolute;
  top: 3px;
  left: 0;
}

#humberger_button a .mark:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  -ms-transform-origin: right;
  transform-origin: right;
  position: absolute;
  bottom: 3px;
  left: 0;
}

#humberger_button a .mark span:before {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#humberger_button a .mark span:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#humberger_button a p {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

#humberger_button a.active .txt:before {
  content: 'CLOSE';
}

#humberger_button a.active .mark span:before {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
}

#humberger_button a.active .mark span:after {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
}

#humberger_button a.active .mark:after, #humberger_button a.active .mark:before {
  opacity: 0;
}

/* FOOTER AREA */
section#global-footer #footer-nav {
  background-color: #fff4f4;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
}

section#global-footer #footer-nav .inner {
  width: 90%;
}

section#global-footer #footer-nav dl {
  width: 100%;
  text-align: center;
}

section#global-footer #footer-nav dl dt a:before {
  width: 240px;
  height: 0;
  padding-top: 72px;
  margin: 0 auto 16px;
}

section#global-footer #footer-nav dl dd {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

section#global-footer #footer-nav nav {
  display: none;
}

section#global-footer #footer-nav nav.sp-nav {
  display: block;
  margin-bottom: 30px;
}

section#global-footer #footer-nav nav.sp-nav h2 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 22px;
  text-align: center;
}

section#global-footer #footer-nav nav.sp-nav a {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  padding: 20px 12px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

section#global-footer #footer-nav nav.sp-nav a:before {
  display: inline-block;
  content: '\e902';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

section#global-footer #footer-nav nav.sp-nav a:first-of-type {
  border-radius: 4px 4px 0 0;
}

section#global-footer #footer-nav nav.sp-nav a:last-of-type {
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #ccc;
}

section#global-footer #footer-nav .sns-nav {
  display: block;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: -1em;
  margin-bottom: 30px;
}

section#global-footer #footer-nav .sns-nav a {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  height: 0;
  padding-top: 10%;
  letter-spacing: 0;
  line-height: 1;
  background-color: #000;
  margin-right: 5%;
  border-radius: 2px;
  position: relative;
  top: 0;
  left: 0;
}

section#global-footer #footer-nav .sns-nav a:last-of-type {
  margin-right: 0;
}

section#global-footer #footer-nav .sns-nav a span {
  position: relative;
  left: -100em;
}

section#global-footer #footer-nav .sns-nav a:before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

section#global-footer #footer-nav .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-footer #footer-nav .sns-nav a.tw {
  background-color: #50abf1;
}

section#global-footer #footer-nav .sns-nav a.tw:before {
  content: '\e90e';
}

section#global-footer #footer-nav .sns-nav a.fb {
  background-color: #3b5a9a;
}

section#global-footer #footer-nav .sns-nav a.fb:before {
  content: '\e906';
}

section#global-footer #footer-nav .sns-nav a.gp {
  background-color: #00c400;
}

section#global-footer #footer-nav .sns-nav a.gp:before {
  content: '\e928';
  font-size: 26px;
}

section#global-footer #footer-nav .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+ */
}

section#global-footer #footer-nav .sns-nav a.in:before {
  content: '\e908';
  font-size: 24px;
}

section#global-footer #ecc-group {
  width: 90%;
  margin: 0 auto 14px;
}

section#global-footer #ecc-group dt {
  background-color: #ccc;
  padding: 10px;
}

section#global-footer #ecc-group dt span {
  display: block;
  color: #fff;
}

section#global-footer #ecc-group dd ul {
  text-align: left;
}

section#global-footer #ecc-group dd ul li {
  display: inline-block;
}

section#global-footer #ecc-group dd .pr-area {
  position: relative;
  top: 0;
  left: 0;
}

section#global-footer #ecc-group dd .pr-area a {
  line-height: 1.5;
  padding-left: 40px;
}

section#global-footer #ecc-group dd .pr-area a:before {
  padding: 4px;
  background-color: #ccc;
  position: absolute;
  top: 8px;
  left: 8px;
}

section#global-footer .info ul {
  width: 100%;
  padding: 0 5% 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #f5f5ef;
  text-align: left;
}

section#global-footer .info li a {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
}

section#global-footer .info #copy {
  width: 90%;
  margin: 0 auto;
  letter-spacing: 1px;
  text-align: center;
}

/*button link*/
.button-link {
  padding: 18px 2em;
  line-height: 1.5;
}

.button-link:before {
  font-size: 16px;
}

/* breadcrumbs */
nav#breadcrumbs {
  display: none;
}

/* CONTENTS AREA */
div#wrapper {
  background-color: #fff4f4;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  top: 0;
  left: 0;
}

.tag-block, #tag-area {
  width: 90%;
  height: 26px;
  overflow: hidden;
  margin: 0 auto 28px;
  padding-right: 24px;
  text-align: left;
  font-size: 0;
  letter-spacing: -1em;
  position: relative;
  top: 0;
  left: 0;
  transition: height 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tag-block a.tag, #tag-area a.tag {
  display: inline-block;
  padding: 8px;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#tag-area a.button-hanger {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  background-color: #e60012;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

#tag-area a.button-hanger.hide {
  display: none;
}

#tag-area a.button-hanger span {
  position: absolute;
  left: -100em;
}

#tag-area a.button-hanger:before {
  display: inline-block;
  content: '\e90c';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

#tag-area a.button-hanger.active:before {
  content: '\e90b';
}

#tag-area.active {
  /*height: 100px;*/
  height: auto;
}

div#wrapper section p {
  font-size: 14px;
}

#primary {
  margin: 0 auto;
  padding-bottom: 40px;
}

#primary>.notice {
  margin: 0 5%;
}

/* Banner Area */
#banner-area {
  padding: 0 5%;
  margin-bottom: 30px;
  font-size: 0;
  letter-spacing: -1em;
  text-align: left;
}

#banner-area a {
  display: block;
  width: 90%;
  margin: 0 auto 5px;
}

#banner-area a img {
  width: 100%;
}

#banner-area a:last-child {
  margin-bottom: 0;
}

div#wrapper section#news-area {
  padding: 5%;
  margin: 0 3% 28px;
}

div#wrapper section#news-area header {
  margin-bottom: 10px;
}

section#news-area header h3 {
  font-size: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
}

section#news-area .inner ul {
  margin-bottom: 20px;
}

section#news-area .inner li:nth-child(6), section#news-area .inner li:nth-child(7), section#news-area .inner li:nth-child(8), section#news-area .inner li:nth-child(9), section#news-area .inner li:nth-child(10) {
  display: none;
}

section#news-area .inner a {
  display: block;
}

section#news-area .inner a dl dt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

section#news-area .inner a dl dt span {
  border-radius: 5px;
}

section#news-area .inner a dl dd {
  font-size: 14px;
}

.pickup-list {
  width: 94%;
  margin: 0 auto;
}

.pickup-list article {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 5%;
}

.pickup-list article:nth-child(even) {
  margin-right: 0;
}

.pickup-list article:nth-child(5) {
  display: none;
}

.pickup-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;
  left: 4px;
  z-index: 10;
}

.pickup-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 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.entry-list {
  background-color: #fff;
  padding: 3%;
}

.entry-list article {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.entry-list article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.entry-list article figure {
  width: 35%;
  /*padding-top: 35%;*/
  overflow: hidden;
}

.pickup-list article.lock figure:before, .entry-list article.lock figure:before {
  z-index: 10;
}

.pickup-list article.lock figure:after, .entry-list article.lock figure:after {
  font-size: 14px;
  z-index: 10;
}

.pickup-list article.enjoy figure a:after, .entry-list article.enjoy figure a:after {
  font-size: 10px;
  padding: 5px;
}

.pickup-list article.know figure a:after, .entry-list article.know figure a:after {
  font-size: 10px;
  padding: 5px;
}

.pickup-list article.learn figure a:after, .entry-list article.learn figure a:after {
  font-size: 10px;
  padding: 5px;
}

.pickup-list article.special figure a:after, .entry-list article.special figure a:after {
  font-size: 10px;
  padding: 5px;
}

.pickup-list article.phrase figure a:after, .entry-list article.phrase figure a:after {
  font-size: 10px;
  padding: 5px;
}

.entry-list article figcaption {
  display: none;
}

.pickup-list article .inner, .entry-list article .inner {
  vertical-align: top;
  width: 100%;
  padding: 7%;
}

.entry-list article .inner {
  padding: 3%;
}

.pickup-list article .inner h2, .entry-list article .inner h2 {
  font-size: 14px;
}

.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: 12px;
  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: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #e60012;
  margin-right: 5px;
}

.pickup-list article .inner dl, .entry-list article .inner dl {
  display: none;
}

/* ページネーション */
#page-nav {
  padding: 30px 3% 0;
}

/* Archives */
#archives #headding-area {
  width: 90%;
}

#archives #headding-area p {
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

#archives .entry-list {
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  padding: 0;
  font-size: 0;
  letter-spacing: -1em;
}

#archives .entry-list article {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 0;
  padding: 5%;
}

#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: 43%;
  border: none;
  padding: 0;
  margin-bottom: 5%;
}

#archives .entry-list article:nth-child(1) .inner, #archives .entry-list article:nth-child(2) .inner, #archives .entry-list article:nth-child(3) .inner, #archives .entry-list article:nth-child(4) .inner {
  padding: 5%;
}

#archives .entry-list article:nth-child(1), #archives .entry-list article:nth-child(3) {
  margin-left: 5%;
}

#archives .entry-list article:nth-child(2), #archives .entry-list article:nth-child(4) {
  margin-right: 5%;
}

/* Page */
.page #tag-entry-area {
  width: 94%;
  margin: 0 3% 50px;
}

.page #recommend-area {
  background-color: transparent;
  text-align: left;
  margin-bottom: 30px;
  padding: 5%;
}

.page #recommend-area figure:after {
  font-size: 10px;
}

.page #recommend-area figure:before {
  border-width: 0 35px 35px 0;
}

.page #recommend-area figure a:after {
  padding: 3px;
}

.page #back-number-area {
  width: 100%;
  padding: 5%;
}

.page #back-number-area li article figure {
  width: 20%;
}

.page #back-number-area li article .inner {
  width: 65%;
}

.page #back-number-area li article .inner a h2 {
  font-size: 14px;
  line-height: 2;
}

.page #back-number-area li article .inner p {
  font-size: 10px;
  line-height: 1.4;
}

/* 右カラム */
#secondary {
  width: 100%;
  margin: 0 auto;
}

div#wrapper #secondary section {
  padding: 7% 5%;
  margin-bottom: 3%;
}

#secondary section h2 {
  line-height: 1.5;
}

#secondary section h4 {
  font-size: 18px;
}

.index #secondary section.join {
  position: relative;
  margin-bottom: 0;
}

#secondary section.join p {
  text-align: left;
  line-height: 1.7;
  margin-bottom: 22px;
}

#secondary section.join a:nth-of-type(1) {
  margin-bottom: 20px;
}

#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: 20px;
  margin-bottom: 20px;
}



#secondary section.ranking ol {
  counter-reset: ranking-number;
  list-style: none;
}

#secondary section.ranking li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  top: 0;
  left: 0;
}

#secondary section.ranking li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#secondary section.ranking a {
  padding-right: 2em;
  font-size: 0;
  letter-spacing: -1em;
}

#secondary section.ranking a.lock span {
  display: block;
}

#secondary section.ranking 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 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.ranking li:after {
  display: inline-block;
  content: '\e902';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#secondary section.ranking a figure {
  display: inline-block;
  vertical-align: top;
  width: 37%;
}

#secondary section.ranking a:before {
  border-width: 36px 36px 0 0;
}

#secondary section.ranking a:after {
  font-size: 10px;
}

#secondary section.ranking a figure:after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 5px;
  color: #fff;
}

#secondary section.ranking a h3 {
  display: inline-block;
  vertical-align: middle;
  width: 58%;
  font-size: 14px;
  font-weight: 300;
  padding-right: 2em;
}

.pickup-list article.phrase figure a:after, .entry-list article.phrase figure a:after {
  content: "TODAY'S PHRASE";
  background-color: #e60012;
}

#secondary section.about {
  width: 100%;
}

#secondary section.about figure {
  width: 180px;
}

#secondary section.about dl h4 {
  margin-bottom: 10px;
}

#secondary section.about dd {
  font-size: 13px;
}

#secondary section.tag-area a.tag {
  /*min-width: 105px;*/
  padding: 6px;
  font-size: 14px;
  margin-bottom: 10px;
}

#secondary section.login-menu {
  width: 100%;
  margin-bottom: 0;
}

#secondary section.login-menu ul li a {
  padding: 20px 5px;
  font-size: 14px;
}

#contents-area.page404 #primary {
  width: 90%;
  margin: 0 auto;
  padding: 10% 5%;
}

#contents-area.page404 #primary h1 {
  font-size: 32px;
  text-align: left;
  margin-bottom: 18px;
  position: relative;
  top: 0;
  left: 0;
}

#contents-area.page404 #primary p {
  line-height: 1.5;
  text-align: left;
}

#page-top {
  display: none;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  padding-top: 16px;
  position: fixed;
  bottom: 5%;
  right: 5%;
  transition: right 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#page-top:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  line-height: 1;
  letter-spacing: 0;
  content: "\e940";
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
}

#page-top span {
  font-size: 10px;
  letter-spacing: 2px;
  color: #fff;
}

#page-top.active {
  display: block;
}

#page-top.on-menu {
  right: 78%;
}

#page-top.fix {
  position: absolute;
}

/*--------------------nav sns--------------------*/
#global-footer .sp_sns {
  display: none;
}

nav#sp-menu .sp_sns {
  padding: 4% 0;
  background: #fff;
  margin-top: 4%;
}

nav#sp-menu .sns-nav {
  display: block;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: -1em;
}

nav#sp-menu .sns-nav a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 0;
  padding-top: 40px;
  letter-spacing: 0;
  line-height: 1;
  background-color: #000;
  margin-right: 8%;
  border-radius: 2px;
  position: relative;
  top: 0;
  left: 0;
}

nav#sp-menu .sns-nav a:last-of-type {
  margin-right: 0;
}

nav#sp-menu .sns-nav a span {
  position: relative;
  left: -100em;
}

nav#sp-menu .sns-nav a:before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

nav#sp-menu .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;
}

nav#sp-menu .sns-nav a.tw {
  background-color: #50abf1;
}

nav#sp-menu .sns-nav a.tw:before {
  content: '\e90e';
}

nav#sp-menu .sns-nav a.fb {
  background-color: #3b5a9a;
}

nav#sp-menu .sns-nav a.fb:before {
  content: '\e906';
}

nav#sp-menu .sns-nav a.gp {
  background-color: #00c400;
}

nav#sp-menu .sns-nav a.gp:before {
  content: '\e928';
  font-size: 24px;
}

nav#sp-menu .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+ */
}

nav#sp-menu .sns-nav a.in:before {
  content: '\e908';
  font-size: 24px;
}