@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@font-face {
  font-family: 'gidoleregular';
  src: url("font/Gidole-Regular.ttf") format("trutype"), url("font/gidole-regular-webfont.woff2") format("woff2"), url("font/gidole-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background-color: #FFF;
}

@media screen and (max-width: 660px) {
  html {
    font-size: 13px;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #050000;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #050000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img {
  max-width: 100%;
  height: auto;
}

body .wrap {
  width: 1210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(100, 164, 174, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(100, 164, 174, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header.top {
  margin-top: 100vh;
  background-color: #f2f2f2;
}

header .head-main {
  width: 1210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-main #logo {
  line-height: 0;
  margin-right: 70px;
}

header .head-main nav {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-main nav > ul {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .head-main nav > ul li {
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

header .head-main nav > ul li:not(:last-child) {
  margin-right: 30px;
}

header .head-main nav > ul li > a {
  display: block;
}

header .head-main nav > ul li img {
  height: 13px;
  width: auto;
}

header .head-main nav > ul li img[alt^="TOP"] {
  width: 36px;
}

header .head-main nav > ul li img[alt^="本の情報"] {
  width: 56px;
}

header .head-main nav > ul li img[alt^="記事"] {
  width: 27px;
}

header .head-main nav > ul li img[alt^="イベント"] {
  width: 57px;
}

header .head-main nav > ul li img[alt^="運営店舗"] {
  width: 56px;
}

header .head-main nav > ul li img[alt^="eショップ"] {
  width: 64px;
}

header .head-main nav > ul li img[alt^="関連サイト"] {
  width: 69px;
}

header .head-main nav > ul li img[alt^="会社案内"] {
  width: 56px;
}

header .head-main nav > ul li.hover .hidden {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-main nav > ul .hidden {
  z-index: 2;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  position: absolute;
  top: 60px;
  right: 50%;
  margin-right: -480px;
  background-color: #8a8a8a;
  background-color: rgba(138, 138, 138, 0.95);
  width: 900px;
  height: auto;
  padding: 30px;
  text-align: left;
}

header .head-main nav > ul .hidden:after {
  clear: both;
  display: block;
  content: '';
}

header .head-main nav > ul .hidden about {
  width: 220px;
  margin-right: -470px;
}

header .head-main nav > ul .hidden .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  color: #FFF;
}

header .head-main nav > ul .hidden .list:after {
  clear: both;
  display: block;
  content: '';
}

header .head-main nav > ul .hidden .list dl {
  float: left;
  width: 220px;
  margin-right: 6px;
  text-align: left;
}

header .head-main nav > ul .hidden .list dl:last-child {
  margin-right: 0;
}

header .head-main nav > ul .hidden .list dl dt {
  text-align: left;
  font-weight: normal;
  padding-bottom: 4px;
  margin-top: 15px;
  line-height: 1;
  color: #FFF;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

header .head-main nav > ul .hidden .list dl dt:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #FFF;
  right: -10px;
  top: 3px;
}

header .head-main nav > ul .hidden .list dl dt a {
  color: #FFF;
  text-align: left;
}

header .head-main nav > ul .hidden .list dl dt:first-child {
  margin-top: 0;
}

header .head-main nav > ul .hidden .list dl dd {
  margin-bottom: 3px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
}

header .head-main nav > ul .hidden .list dl dd a {
  letter-spacing: normal;
  display: block;
  background: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  line-height: 30px;
}

header .head-main nav > ul .hidden .list dl dd a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/magazine-details/arrow-r.png);
  width: 4px;
  height: 7px;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

header .head-main nav > ul .hidden .list dl dd a:hover {
  text-decoration: none;
  background-color: #cfcfcf;
}

header .head-main nav > ul .hidden .btn {
  padding-top: 15px;
}

header .head-main nav > ul .hidden .btn a {
  font-size: 16px;
  background: #FFF;
  display: block;
  text-align: center;
  line-height: 45px;
  height: 45px;
  color: #050000;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .head-main nav > ul .hidden .btn a:after {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../img/arrow-r.png) no-repeat;
  width: 9px;
  height: 10px;
}

header .head-main nav > ul .hidden .btn a:hover {
  text-decoration: none;
  background-color: #cfcfcf;
}

header .head-main nav > div {
  position: relative;
}

header .head-main nav > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 8px;
}

header .head-main nav > div ul li {
  line-height: 0;
}

header .head-main nav > div ul li:not(:last-child) {
  margin-right: 20px;
}

header .head-main nav > div .search-block {
  top: 24px;
  left: inherit;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-main nav > div .search-block .close {
  line-height: 0;
  width: 15px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-main nav > div .search-block .close:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

header .head-category {
  position: static;
  top: 0;
  width: 1210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header .head-category.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-evets: none;
}

header .head-category.fixed.show {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header .head-category.fixed ul {
  width: 1210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 660px) {
  header .head-category.fixed ul {
    padding: 0;
  }
}

header .head-category.fixed ul li a span {
  display: none;
}

header .head-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .head-category ul li {
  width: 10px;
  padding: 0 8px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

header .head-category ul li:not(:last-child) {
  border-right: 1px solid #c0c1c1;
}

header .head-category ul li:nth-child(2) a:after {
  background-color: #66ccff;
}

header .head-category ul li:nth-child(2) a div {
  border-color: #66ccff;
}

header .head-category ul li:nth-child(2) a div:before {
  border-bottom-color: #66ccff;
}

header .head-category ul li:nth-child(3) a:after {
  background-color: #35a16b;
}

header .head-category ul li:nth-child(3) a div {
  border-color: #35a16b;
}

header .head-category ul li:nth-child(3) a div:before {
  border-bottom-color: #35a16b;
}

header .head-category ul li:nth-child(4) a:after {
  background-color: #d63964;
}

header .head-category ul li:nth-child(4) a div {
  border-color: #d63964;
}

header .head-category ul li:nth-child(4) a div:before {
  border-bottom-color: #d63964;
}

header .head-category ul li:nth-child(5) a:after {
  background-color: #9a0079;
}

header .head-category ul li:nth-child(5) a div {
  border-color: #9a0079;
}

header .head-category ul li:nth-child(5) a div:before {
  border-bottom-color: #9a0079;
}

header .head-category ul li:nth-child(6) a:after {
  background-color: #0041ff;
}

header .head-category ul li:nth-child(6) a div {
  border-color: #0041ff;
}

header .head-category ul li:nth-child(6) a div:before {
  border-bottom-color: #0041ff;
}

header .head-category ul li:nth-child(7) a:after {
  background-color: #ff99a0;
}

header .head-category ul li:nth-child(7) a div {
  border-color: #ff99a0;
}

header .head-category ul li:nth-child(7) a div:before {
  border-bottom-color: #ff99a0;
}

header .head-category ul li:nth-child(8) a:after {
  background-color: #ff8500;
}

header .head-category ul li:nth-child(8) a div {
  border-color: #ff8500;
}

header .head-category ul li:nth-child(8) a div:before {
  border-bottom-color: #ff8500;
}

header .head-category ul li:nth-child(9) a:after {
  background-color: #663300;
}

header .head-category ul li:nth-child(9) a div {
  border-color: #663300;
}

header .head-category ul li:nth-child(9) a div:before {
  border-bottom-color: #663300;
}

header .head-category ul li.current a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

header .head-category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #050000;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
  font-family: 'gidoleregular' ,sans-serif;
  line-height: 1.2;
  padding: 5px 0 8px;
  position: relative;
}

header .head-category ul li a:hover {
  text-decoration: none;
}

header .head-category ul li a:hover:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-category ul li a:hover div {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-category ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: 0;
  background-color: #ff2800;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-category ul li a span {
  line-height: 0;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

header .head-category ul li a div {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  font-size: 10px;
  font-size: 0.7142857143rem;
  font-weight: normal;
  border: 2px solid;
  background-color: #FFF;
  z-index: 2;
  padding: 5px;
  bottom: -8px;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  text-align: center;
}

@media screen and (min-width: 1211px) {
  header .head-category ul li a div br {
    display: none;
  }
}

header .head-category ul li a div:before, header .head-category ul li a div:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -7px;
}

header .head-category ul li a div:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 6px 3.5px;
  border-color: transparent transparent #050000 transparent;
}

header .head-category ul li a div:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 6px 3.5px;
  border-color: transparent transparent #FFF transparent;
  top: -5px;
}

header .head-menu {
  display: none;
}

header .head-hidden {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

header .head-hidden .item-bg {
  position: fixed;
  z-index: -1;
  background-color: rgba(5, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-hidden .item-close {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding: 10px;
}

header .head-hidden > ul {
  background-color: #f2f2f2;
  height: 100vh;
  overflow: scroll;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header .head-hidden > ul > li:not(:last-child) {
  margin-bottom: 2px;
}

header .head-hidden > ul > li > a {
  display: block;
  background-color: #cccccc;
  color: #050000;
  padding: 10px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  position: relative;
  line-height: 1.2;
}

header .head-hidden > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

header .head-hidden > ul > li > div {
  padding: 8px;
}

header .head-hidden > ul > li > div p {
  border-bottom: 1px solid #c0c1c1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
}

header .head-hidden > ul > li > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
}

header .head-hidden > ul > li > div ul li {
  margin: 0 2px 2px 0;
}

header .head-hidden > ul > li > div ul li a {
  background-color: #FFF;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px;
  display: block;
  border: 1px solid #c0c1c1;
}

header .head-hidden > ul > li > div ul li.current a {
  background-color: #ff2800;
  color: #FFF;
}

header .head-hidden > ul > li > div ul li.current:nth-child(2) a {
  background-color: #66ccff;
}

header .head-hidden > ul > li > div ul li.current:nth-child(3) a {
  background-color: #35a16b;
}

header .head-hidden > ul > li > div ul li.current:nth-child(4) a {
  background-color: #d63964;
}

header .head-hidden > ul > li > div ul li.current:nth-child(5) a {
  background-color: #9a0079;
}

header .head-hidden > ul > li > div ul li.current:nth-child(6) a {
  background-color: #0041ff;
}

header .head-hidden > ul > li > div ul li.current:nth-child(7) a {
  background-color: #ff99a0;
}

header .head-hidden > ul > li > div ul li.current:nth-child(8) a {
  background-color: #ff8500;
}

header .head-hidden > ul > li > div ul li.current:nth-child(9) a {
  background-color: #663300;
}

header .head-next {
  display: none;
}

header .head-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFF;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #c0c1c1;
}

header .head-fixed .head-category {
  padding: 0;
}

header .head-fixed .head-category ul {
  width: 1210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 660px) {
  header .head-fixed .head-category ul {
    padding: 0;
  }
}

header .head-fixed .head-category ul li a span {
  display: none;
}

header .search-block {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 12;
  padding: 5px 8px;
  border: none;
}

header .search-block > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header .search-block input[type="text"] {
  width: 210px;
  height: 33px;
  line-height: 33px;
  background-color: #FFF;
}

header .search-block input[type="submit"] {
  cursor: pointer;
  width: 33px;
  height: 33px;
  background: url(../img/add/icon-search_white.png) #050000 no-repeat center/16px auto;
  border: none;
  font-size: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .search-block input[type="submit"] {
    background-image: url(../img/add/icon-search_white@2x.png);
  }
}

header .search-block input[type="submit"]:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

header .search-block input.gsc-search-button {
  cursor: pointer;
  width: 33px;
  min-width: inherit;
  height: 33px;
  background: url(../img/add/icon-search_white.png) #050000 no-repeat center/16px auto;
  border: none;
  font-size: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin-left: -1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .search-block input.gsc-search-button {
    background-image: url(../img/add/icon-search_white@2x.png);
  }
}

header .search-block input.gsc-search-button:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

header .search-block > div {
  width: 242px;
}

@media screen and (max-width: 1210px) {
  header .search-block > div {
    width: 100%;
  }
  header .search-block > div input[type="text"] {
    width: 100%;
  }
}

header .search-block.active {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .search-block .cse form.gsc-search-box, header .search-block form.gsc-search-box {
  border: none;
  margin: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

header .search-block .gsc-clear-button {
  display: none;
}

header .search-block table.gsc-search-box {
  margin: 0;
}

header .search-block table.gsc-search-box td {
  vertical-align: top;
  padding: 0;
  border: none;
}

header .search-block table.gsc-search-box td.gsc-clear-button {
  padding-left: 5px;
}

header .search-block table.gsc-search-box td.gsc-search-button {
  line-height: 0;
}

header .search-block .gsc-input {
  width: 210px;
}

header .search-block .gsc-input-box {
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header .search-block .gsc-input input {
  height: 31px !important;
  margin: 0 !important;
}

header .search-block .gsc-input .gsib_b {
  display: none;
}

header .search-block .gsc-search-button {
  width: 33px;
  margin-left: 0;
}

header .search-block .gsc-search-button button {
  width: 33px;
  background: #050000;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 33px;
  margin-top: 0 !important;
}

header .search-block .gsc-search-button button svg {
  height: 18px;
  width: auto;
}

header.active .head-hidden {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header.active .head-hidden .item-bg {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

header.fixed .head-fixed {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (max-width: 1210px) {
  header {
    background-color: transparent;
  }
  header.top .head-next {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header.top .head-next .logo {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header.top .head-fixed .head-main {
    display: none;
  }
  header.top .head-category {
    margin-top: -28px;
  }
  header.top .head-category.fixed {
    margin-top: 0;
  }
  header.top.fixed .head-fixed .head-category {
    margin-top: 50px;
    background: #FFF;
  }
  header.top.fixed .head-fixed .head-category ul {
    padding: 0;
  }
  header.top.fixed .head-next {
    z-index: 2;
    background: #FFF;
  }
  header.top.fixed .head-next .logo {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
  }
  header.top.fixed .head-next .search-btn img {
    -ms-filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
  }
  header.top.fixed .head-menu img {
    -ms-filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
  }
  header.next {
    top: 0;
    height: 110px;
    background-color: #FFF;
  }
  header.next .head-next {
    position: fixed;
    width: 100%;
    background-color: #FFF;
    z-index: 2;
  }
  header.next .head-next .search-btn img {
    -ms-filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
  }
  header.next .head-menu img {
    -ms-filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
  }
  header.next .head-category {
    position: fixed;
    top: 50px;
    background-color: #FFF;
  }
  header.next .head-fixed {
    display: none;
  }
  header .head-main {
    display: none;
  }
  header .head-category {
    padding: 0;
    position: relative;
  }
  header .head-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: scroll;
  }
  header .head-category ul li {
    width: auto;
    padding: 5px 0 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 4px;
    /* @include nlc{
              margin-right: 2px;
              border-right: none;
            } */
  }
  header .head-category ul li:not(:last-child) {
    border-right: none;
  }
  header .head-category ul li a {
    background-color: #FFF;
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
    padding: 5px 10px 3px;
    height: 47px;
    position: inherit;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    max-width: 130px;
  }
  header .head-category ul li a span {
    display: none;
  }
  header .head-category ul li a div {
    text-align: center;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    white-space: inherit;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
    color: #050000;
    background: none;
    padding: 4px 4px 0;
  }
  header .head-category ul li a div:before, header .head-category ul li a div:after {
    display: none;
  }
  header .head-category ul li:nth-child(2) a {
    color: #66ccff;
  }
  header .head-category ul li:nth-child(3) a {
    color: #35a16b;
  }
  header .head-category ul li:nth-child(4) a {
    color: #d63964;
  }
  header .head-category ul li:nth-child(5) a {
    color: #9a0079;
  }
  header .head-category ul li:nth-child(6) a {
    color: #0041ff;
  }
  header .head-category ul li:nth-child(7) a {
    color: #ff99a0;
  }
  header .head-category ul li:nth-child(8) a {
    color: #ff8500;
  }
  header .head-category ul li:nth-child(9) a {
    color: #663300;
  }
  header .head-category ul li.current a {
    background-color: #ff2800;
    color: #FFF;
    -webkit-box-shadow: 0 -1px 2px 0 rgba(5, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 2px 0 rgba(5, 0, 0, 0.3);
    -ms-box-shadow: 0 -1px 2px 0 rgba(5, 0, 0, 0.3);
    -o-box-shadow: 0 -1px 2px 0 rgba(5, 0, 0, 0.3);
    box-shadow: 0 -1px 2px 0 rgba(5, 0, 0, 0.3);
  }
  header .head-category ul li.current a div {
    color: #FFF;
  }
  header .head-category ul li.current:nth-child(2) a {
    background-color: #66ccff;
  }
  header .head-category ul li.current:nth-child(3) a {
    background-color: #35a16b;
  }
  header .head-category ul li.current:nth-child(4) a {
    background-color: #d63964;
  }
  header .head-category ul li.current:nth-child(5) a {
    background-color: #9a0079;
  }
  header .head-category ul li.current:nth-child(6) a {
    background-color: #0041ff;
  }
  header .head-category ul li.current:nth-child(7) a {
    background-color: #ff99a0;
  }
  header .head-category ul li.current:nth-child(8) a {
    background-color: #ff8500;
  }
  header .head-category ul li.current:nth-child(9) a {
    background-color: #663300;
  }
  header .head-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 10px;
    line-height: 0;
    z-index: 10;
  }
  header .head-menu img {
    width: 28px;
    height: auto;
  }
  header .head-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px;
    position: relative;
  }
  header .head-next .logo {
    line-height: 0;
    margin: 0 auto;
  }
  header .head-next .search {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0;
  }
  header .head-next .search > img {
    width: 26px;
    height: auto;
  }
  header .head-next .search-block {
    z-index: 12;
    left: inherit;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 0;
    top: 50px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .head-next .search-block .close {
    line-height: 0;
    margin-right: 5px;
    border: 1px solid #FFF;
    position: absolute;
    top: -44px;
    width: 31px;
    height: 31px;
    background: #050000 url(../img/add/btn-close.png) no-repeat center/20px auto;
    line-height: 0;
    right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .head-next .search-block .close img {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
  }
  header .head-next .search-block form {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header .head-next .search-block form input[type="text"] {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header .head-fixed .head-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .head-fixed .head-main #logo {
    margin-left: 25%;
    width: 50%;
    text-align: center;
  }
  header .head-fixed .head-main #logo img {
    height: 40px;
    width: auto;
  }
  header .head-fixed .head-main nav > ul {
    display: none;
  }
  header .head-fixed .head-main nav > div {
    display: none;
  }
  header .head-fixed .head-main nav > div .btn {
    display: none;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  position: relative;
  background-color: #f2f2f2;
}

footer #pagetop {
  text-align: center;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

footer #pagetop.show {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

footer #pagetop a {
  color: #050000;
  font-family: 'gidoleregular' ,sans-serif;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}

footer #pagetop a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #050000 transparent;
}

footer #pagetop a {
  width: 55px;
  height: 55px;
  font-size: 10px;
  font-size: 0.7142857143rem;
  font-weight: bold;
  background: #999999;
  padding: 0;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0em;
}

footer #pagetop a:before {
  width: 35px;
  height: 35px;
  border: none;
  background: url(../img/add/arrow-pagetop.svg) no-repeat center 8px/35px auto;
}

footer #foot-nav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (min-width: 661px) and (max-width: 1210px) {
  footer #foot-nav .wrap {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 661px) and (max-width: 1210px) {
  footer #foot-nav .f-left {
    width: 55%;
  }
}

footer #foot-nav .f-right {
  width: 250px;
}

@media screen and (min-width: 661px) and (max-width: 1210px) {
  footer #foot-nav .f-right {
    width: 25%;
    margin-right: 30px;
  }
}

footer #foot-nav .f-right-02 {
  width: 160px;
  margin-left: auto;
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mainimg .kv-slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1.4s 0.3s ease;
  -moz-transition: 1.4s 0.3s ease;
  -ms-transition: 1.4s 0.3s ease;
  -o-transition: 1.4s 0.3s ease;
  transition: 1.4s 0.3s ease;
}

#mainimg .kv-slides.show {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

#mainimg .kv-slides.show.sp {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 660px) {
  #mainimg .kv-slides.show.pc {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #mainimg .kv-slides.show.sp {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

#mainimg .kv-slides .slick-track, #mainimg .kv-slides .slick-list {
  height: 100%;
}

#mainimg .kv-slides li {
  width: 100%;
  height: 100%;
  background: url(../img/add/bg-kv.jpg) no-repeat center/cover;
}

#mainimg h1 {
  position: relative;
  line-height: 0;
}

#mainimg .arrow {
  position: relative;
  margin-top: 30px;
}

#mainimg .arrow a {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-animation-name: floating;
  -moz-animation-name: floating;
  -ms-animation-name: floating;
  -o-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#mainimg .arrow a:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

#mainimg .arrow img {
  width: 60px;
}

/* main
------------------------------------------------------------*/
main {
  display: block;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}

main > section {
  width: 1210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main section:not(:last-child) {
  margin-bottom: 15px;
}

main section section:not(:last-child) {
  margin-bottom: 25px;
}

main section.bg {
  padding: 25px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 660px) {
  main section.bg-sp {
    background-color: #FFF;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

main #category-title {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

main #category-title:first-child {
  margin-top: -30px;
  padding-top: 30px;
}

@media screen and (max-width: 660px) {
  main #category-title {
    display: none;
  }
}

main #category-title > div {
  height: 300px;
  background: no-repeat center / cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main #category-title > div h1 {
  font-size: 45px;
  font-size: 3.2142857143rem;
  font-weight: bold;
  text-shadow: 0px 2px 2px #000;
  font-family: 'gidoleregular' ,sans-serif;
  color: #FFF;
}

main #category-title > div.motorcycle {
  background-image: url(../img/add/bg-category_motorcycle.jpg);
}

main #category-title:not(:last-child) {
  margin-bottom: 0;
}

main #article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main #article > div {
  position: relative;
  margin-right: 35px;
}

main #article > div a {
  color: #FFF;
  display: block;
}

main #article > div .item-label {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 85px;
  height: 85px;
  background-color: #ff2800;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
  font-family: 'gidoleregular' ,sans-serif;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  color: #FFF;
  z-index: 3;
}

main #article > div .item-label span {
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 1.2;
  letter-spacing: 0em;
}

main #article > div .item-label.all span {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
}

main #article > div .item-label.fashion {
  background-color: #66ccff;
}

main #article > div .item-label.health {
  background-color: #35a16b;
}

main #article > div .item-label.hobby {
  background-color: #d63964;
}

main #article > div .item-label.motorcycle {
  background-color: #9a0079;
}

main #article > div .item-label.outdoor {
  background-color: #0041ff;
}

main #article > div .item-label.sports {
  background-color: #ff99a0;
}

main #article > div .item-label.lifestyle {
  background-color: #ff8500;
}

main #article > div .item-label.trip {
  background-color: #663300;
}

main #article > div .item-img {
  line-height: 0;
  position: relative;
  z-index: 2;
}

main #article > div .item-img img {
  width: 100%;
}

main #article > div .item-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main #article > div .item-text > div {
  width: 100%;
  text-align: center;
  color: #FFF;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(5, 0, 0, 0.4);
  position: relative;
  z-index: 3;
}

main #article > div .item-text > span {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  font-family: 'gidoleregular' ,sans-serif;
  display: block;
  margin-bottom: 10px;
}

main #article > div .item-text h2 {
  line-height: 1.2;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

main #article > div .item-text h2 a {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

main #article > div .item-text h2 a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main #article > div .item-text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main #article > div .item-text .bottom > * {
  margin: 0 10px;
}

main #article > div .item-text .bottom .user a {
  background-image: url(../img/add/icon-user_white.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main #article > div .item-text .bottom .user a {
    background-image: url(../img/add/icon-user_white@2x.png);
  }
}

main #article > h2 {
  display: none;
}

main #article ul {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main #article ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main #article ul li:not(:last-child) {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eaeae9;
}

main #article ul .item-img {
  line-height: 0;
  margin-right: 15px;
}

main #article ul .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main #article ul .item-text .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4px;
}

main #article ul .item-text .top .cat {
  margin-right: 10px;
}

main #article ul .item-text time {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 3px;
}

main #article ul .item-text .title {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}

main .book-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}

main .book-list li {
  width: calc(50% - 30px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  border: 1px solid #eaeae9;
}

main .book-list li > a {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .book-list li > a:hover {
  text-decoration: none;
}

main .book-list li > a:hover .title {
  text-decoration: underline;
}

main .book-list .item-img {
  line-height: 0;
  margin-right: 20px;
  max-width: 35%;
}

main .book-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .book-list .item-text .title {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

main .book-list .item-text time {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

main .book-list .item-text .btn {
  margin-top: auto;
  margin-left: auto;
}

main .magazine-list li {
  width: 140px;
  margin: 0 15px;
}

main .magazine-list .item-img {
  line-height: 0;
}

main .magazine-list .item-img img {
  height: 135px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

main .magazine-list .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 10px;
  font-size: 0.7142857143rem;
  margin-top: 5px;
}

main .ranking-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}

main .ranking-list li {
  width: calc(20% - 15px);
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #eaeae9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .ranking-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .ranking-list li a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main .ranking-list li .item-number {
  font-family: 'gidoleregular' ,sans-serif;
  font-size: 37px;
  font-size: 2.6428571429rem;
  font-weight: bold;
  width: 30px;
}

main .ranking-list li .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.5;
}

main .ranking-list li .item-img {
  line-height: 0;
  margin-left: 5px;
  max-width: 60px;
}

main .slick-arrow {
  width: 29px;
  height: 29px;
  z-index: 5;
}

main .slick-arrow:before {
  display: block;
  background: url(../img/add/arrow-slide.svg) no-repeat center/contain;
  width: 29px;
  height: 29px;
  content: "";
}

main .slick-arrow.slick-disabled:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

main .slick-prev {
  left: -15px;
}

@media screen and (max-width: 1240px) {
  main .slick-prev {
    left: 10px;
  }
}

main .slick-next {
  right: -15px;
}

@media screen and (max-width: 1240px) {
  main .slick-next {
    right: 10px;
  }
}

main .slick-next:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main #search {
  text-align: center;
}

main #search h2 {
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: normal;
  margin-bottom: 5px;
}

main #search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main #search form .gsc-input {
  width: 210px;
}

main #search form .gsc-input-box {
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main #search form .gsc-input input {
  height: 31px !important;
  margin: 0 !important;
}

main #search form .gsc-input .gsib_b {
  display: none;
}

main #search form .gsc-search-button {
  width: 33px;
  margin-left: 0;
}

main #search form .gsc-search-button button {
  width: 33px;
  background: #050000;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 33px;
  margin-top: 0 !important;
}

main #search form .gsc-search-button button svg {
  height: 18px;
  width: auto;
}

main #search form input[type="text"] {
  width: 210px;
}

main #search form input[type="submit"] {
  cursor: pointer;
  width: 33px;
  height: 33px;
  background: url(../img/add/icon-search_white.png) #050000 no-repeat center/20px auto;
  border: none;
  font-size: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main #search form input[type="submit"] {
    background-image: url(../img/add/icon-search_white@2x.png);
  }
}

main #search form input[type="submit"]:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main #search form input.gsc-search-button {
  cursor: pointer;
  width: 33px;
  height: 33px;
  min-width: inherit;
  background: url(../img/add/icon-search_white.png) #050000 no-repeat center/20px auto;
  border: none;
  font-size: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin-left: -1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main #search form input.gsc-search-button {
    background-image: url(../img/add/icon-search_white@2x.png);
  }
}

main #search form input.gsc-search-button:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main #search table.gsc-search-box {
  margin: 0;
  width: 240px;
}

main #search .cse form.gsc-search-box, main #search form.gsc-search-box {
  border: none;
  background: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  width: auto;
}

main #search .cse form.gsc-search-box table th, main #search .cse form.gsc-search-box table td, main #search form.gsc-search-box table th, main #search form.gsc-search-box table td {
  border: none;
  padding: 0;
}

main #search .gsc-clear-button {
  display: none;
}

main .bnr-block {
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .bnr-block:not(:last-child) {
  margin-bottom: 0;
}

main .bnr-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main .bnr-block ul li {
  line-height: 0;
  margin: 0 15px;
}

main .bnr-block:last-child {
  border-top: 1px solid #eaeae9;
  margin-top: 25px;
}

main .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -30px;
}

main .article-list li {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #eaeae9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .article-list li.hide {
  display: none;
}

main .article-list .item-img {
  line-height: 0;
}

main .article-list .item-text {
  padding: 25px;
  font-size: 13px;
  font-size: 0.9285714286rem;
}

main .article-list .item-text .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

main .article-list .item-text .top > * {
  margin-right: 10px;
}

main .article-list .item-text time {
  display: block;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

main .article-list .item-text time span {
  margin-left: 10px;
}

main .article-list .item-text .title {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 661px) {
  main .article-list.event {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main .article-list.event li {
    border: none;
    position: relative;
  }
  main .article-list.event .item-head {
    display: none;
  }
  main .article-list.event .item-img a {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  main .article-list.event .item-img a:hover {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  main .article-list.event .item-img a img {
    width: 100%;
  }
  main .article-list.event .item-img a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 0, 0, 0.3);
  }
  main .article-list.event .item-text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-shadow: 0px 2px 2px #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #FFF;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    pointer-events: none;
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: bold;
  }
  main .article-list.event .item-text .label {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main .article-list.event .item-text a {
    color: #FFF;
  }
  main .article-list.event .item-text .title {
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
}

@media screen and (max-width: 660px) {
  main .article-list.event .item-head {
    display: block;
  }
  main .article-list.event .item-text .label {
    display: none;
  }
}

main .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .bottom-block:not(:last-child) {
  margin-bottom: 30px;
}

main .bottom-block > * {
  padding: 25px;
  background-color: #FFF;
}

main .bottom-block > *:not(:last-child) {
  margin-bottom: 0;
  margin-right: 15px;
}

main .bottom-block > *.ranking {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .bottom-block > *.ranking .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
}

main .bottom-block > *.ranking .inside > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 25px;
}

main .bottom-block > *.ranking .inside .btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}

main .bottom-block > *.ranking .inside .title-block {
  text-align: center;
  border-bottom: 1px solid #eaeae9;
  padding-bottom: 10px;
}

main .bottom-block > *.ranking .inside .title-block h3 {
  font-family: 'gidoleregular' ,sans-serif;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main .bottom-block > *.ranking .inside .title-block h3 span {
  line-height: 0;
  margin-right: 5px;
}

main .bottom-block > *.ranking .inside .title-block h4 {
  color: #878687;
  font-size: 10px;
  font-size: 0.7142857143rem;
}

main .bottom-block > *.ranking .ranking-list {
  display: block;
  margin-right: 0;
}

main .bottom-block > *.ranking .ranking-list li {
  border: none;
  padding: 0;
  width: auto;
  margin-right: 0;
  border-bottom: 1px solid #eaeae9;
}

main .bottom-block > *.ranking .ranking-list li a {
  padding: 10px 0;
}

main .bottom-block > *.social {
  text-align: center;
}

@media screen and (min-width: 1211px) {
  main .bottom-block > *.social {
    min-width: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

main .bottom-block > *.social > * {
  display: block;
}

main .bottom-block > *.social h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-family: 'gidoleregular' ,sans-serif;
}

main .bottom-block > *.social h3:not(:first-child) {
  margin-top: 15px;
}

main .bottom-block .article-list {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
}

main .bottom-block .article-list li {
  width: auto;
  margin-right: 0;
  margin-bottom: 15px;
}

main .media-list img {
  max-height: 25px;
  width: auto;
}

main .media-list.slick-no-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .media-list.slick-no-slide li {
  margin-left: 10px;
  margin-right: 10px;
}

main .media-list .slick-track li {
  margin-left: 15px;
  margin-right: 15px;
}

#container.next .contents-details .original .column2 .text-area .btn a {
  color: #000;
  line-height: 30px;
  padding: 0;
}

#container.next .gsc-control-cse {
  margin-top: 15px;
}

#container.next .gsc-adBlock {
  padding: 10px;
  background: #FFF;
}

#container.next .gsc-cursor {
  text-align: center;
  display: block;
}

#container.next .gsc-results {
  /* position: relative;
      z-index: 2; */
}

#container.next .gs-title {
  height: auto;
  overflow: auto;
  /* &:after{
      @include coverBG(true);
    } */
}

@media screen and (min-width: 661px) and (max-width: 1210px) {
  /* main
------------------------------------------------------------*/
  main #article > div {
    width: 65%;
  }
  main #article ul .item-img {
    width: 35%;
  }
  main .ranking-list {
    margin-bottom: -15px;
  }
  main .ranking-list li {
    width: calc(33.3333% - 15px);
    margin-bottom: 15px;
  }
  main .article-list li {
    width: calc(33.3333% - 30px);
  }
}

@media screen and (min-width: 661px) and (max-width: 1210px) and (max-width: 800px) {
  main .article-list li {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 661px) and (max-width: 1210px) {
  main .article-list .item-img img {
    width: 100%;
  }
  main .bottom-block {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .bottom-block > * {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .bottom-block > *:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  main .bottom-block > *.ranking {
    width: 100%;
  }
  main .bottom-block .article-list {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
  }
  main .bottom-block .article-list li {
    width: 32%;
    margin-right: 0;
    margin-bottom: 0;
  }
  main .bnr-block ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
  main .bnr-block ul li {
    max-width: calc(33.3333% - 30px);
    margin-bottom: 15px;
  }
}

/*sp*/
@media screen and (max-width: 660px) {
  /* main
------------------------------------------------------------*/
  main section.bg {
    padding: 15px;
  }
  main section.bg.sp-gray {
    background-color: #f2f2f2;
  }
  main #article {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main #article > div {
    margin-right: 0;
    margin-bottom: 30px;
  }
  main #article > div .item-text > div {
    padding: 15px 10px;
  }
  main #article > div .item-text h2 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main #article > div .item-text .bottom {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #article > div .item-text .bottom > * {
    margin: 0 10px 5px;
  }
  main #article > h2 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  main #article ul {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
  }
  main #article ul li {
    width: calc(50% - 20px);
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 660px) and (max-width: 400px) {
  main #article ul li {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 660px) {
  main #article ul li:not(:last-child) {
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: none;
  }
  main #article ul .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  main #article ul .item-img img {
    width: 100%;
  }
  main #article ul .item-text {
    width: 100%;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main #article ul .item-text .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 4px;
  }
  main #article ul .item-text .top .cat {
    margin-right: 10px;
  }
  main #article ul .item-text time {
    font-weight: normal;
    font-size: 11px;
    font-size: 0.7857142857rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 3px;
  }
  main #article ul .item-text .title {
    font-size: 13px;
    font-size: 0.9285714286rem;
    font-weight: bold;
    line-height: 1.3;
  }
  main #pickup {
    padding: 0;
  }
  main #pickup > section {
    padding: 15px;
  }
  main #pickup > section:not(:last-child) {
    margin-bottom: 0;
  }
  main #pickup > section:nth-child(odd) {
    background-color: #f2f2f2;
  }
  main #pickup > section#search {
    background-color: #FFF;
  }
  main #search table.gsc-search-box {
    width: 100%;
    display: table;
  }
  main #search table.gsc-search-box input[type="text"] {
    width: 100%;
  }
  main #search table.gsc-search-box tr {
    display: table-row;
  }
  main #search table.gsc-search-box th, main #search table.gsc-search-box td {
    display: table-cell;
  }
  main #search table.gsc-search-box .gsc-clear-button {
    display: none;
  }
  main .book-list {
    margin-right: -0;
  }
  main .book-list li {
    width: 100%;
    margin-right: 0;
    border: none;
    padding: 0;
  }
  main .book-list li > a {
    padding: 0;
  }
  main .book-list li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c0c1c1;
  }
  main .book-list .item-text {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main .book-list .item-text .title {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
  }
}

@media screen and (max-width: 660px) and (max-width: 400px) {
  main .magazine-list li {
    width: auto;
    margin: 0 5px;
  }
}

@media screen and (max-width: 660px) {
  main .magazine-list .item-img {
    line-height: 0;
  }
  main .magazine-list .item-img img {
    height: 135px;
    width: auto;
  }
  main .magazine-list .item-title {
    font-size: 10px;
    font-size: 0.7142857143rem;
    margin-top: 5px;
  }
  main .ranking-list {
    margin-right: 0;
  }
  main .ranking-list li {
    width: 100%;
    margin-right: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .ranking-list li a {
    padding: 5px 0;
  }
  main .ranking-list li .item-img {
    max-width: 50px;
  }
  main .bnr-block {
    padding: 0;
  }
  main .bnr-block:not(:last-child) {
    margin-bottom: 0;
  }
  main .bnr-block ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main .bnr-block ul li {
    line-height: 0;
    margin: 0 15px 15px;
  }
  main .article-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  main .article-list li {
    width: calc(33.3333% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: none;
    position: relative;
  }
}

@media screen and (max-width: 660px) and (max-width: 500px) {
  main .article-list li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 660px) {
  main .article-list .item-text {
    padding: 10px 0 0;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main .article-list .item-text .top {
    margin-bottom: 0;
  }
  main .article-list .item-text .top .cat {
    position: absolute;
    right: 0;
    top: 5px;
  }
  main .article-list .item-text .top .user {
    margin-bottom: 5px;
  }
  main .article-list .item-text .title {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main .bottom-block {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .bottom-block > * {
    padding: 15px;
  }
  main .bottom-block > *:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  main .bottom-block > *.ranking {
    width: auto;
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  main .bottom-block > *.ranking .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  main .bottom-block > *.ranking .inside > div {
    width: 100%;
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  main .bottom-block > *.ranking .inside > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c1c1;
  }
  main .bottom-block > *.ranking .inside .btn {
    margin-top: 0;
  }
  main .bottom-block > *.ranking .inside .title-block {
    border-bottom: none;
  }
  main .bottom-block > *.ranking .ranking-list {
    display: block;
    margin-right: 0;
  }
  main .bottom-block > *.ranking .ranking-list li {
    border: none;
    padding: 0;
    width: auto;
    margin-right: 0;
    border-bottom: none;
  }
  main .bottom-block > *.ranking .ranking-list li a {
    padding: 0 0;
  }
  main .bottom-block > *:first-child {
    padding: 0;
  }
  main .bottom-block > *:first-child ul li {
    padding: 15px;
  }
  main .bottom-block > *:first-child ul li:nth-child(even) {
    background-color: #f2f2f2;
  }
  main .bottom-block > *.twitter {
    background-color: #f2f2f2;
  }
  main .bottom-block .article-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main .bottom-block .article-list .item-text {
    min-width: 265px;
    width: 100%;
  }
  #container.next .gsc-above-wrapper-area-container tbody {
    width: 100%;
    display: block;
  }
  #container.next .gsc-above-wrapper-area-container tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  #container.next .gsc-above-wrapper-area-container .gsc-result-info {
    margin: 0;
    padding-left: 0;
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  #container.next .gsc-webResult.gsc-result {
    padding-right: 18px;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl-a {
  padding-left: auto;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr-a {
  padding-right: auto;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 660px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

@media screen and (max-width: 660px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 660px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 660px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 660px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 660px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 660px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 660px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 660px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 660px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 660px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 660px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 660px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 660px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 660px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 660px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 660px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 660px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 660px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 660px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 660px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 660px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 660px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 660px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 660px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 660px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 660px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 660px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 660px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 660px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 660px) {
  .w300-sp {
    width: 300px;
  }
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

@media screen and (max-width: 660px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 660px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 660px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 660px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 660px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 660px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 660px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 660px) {
  .w500-sp {
    width: 500px;
  }
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 660px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 660px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 660px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 660px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 660px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 660px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 660px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 660px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 660px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 660px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 660px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 660px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 660px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 660px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 660px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 660px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 660px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 660px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 660px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 660px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 1210px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 661px) and (max-width: 1210px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 660px) {
  br.sp {
    display: inline;
  }
}

@media screen and (min-width: 661px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 660px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn a, .btn input, .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
  background: #050000;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
}

.btn a.radius, .btn input.radius, .btn span.radius {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.btn a:hover, .btn input:hover, .btn span:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #050000;
}

.btn a.gray, .btn input.gray, .btn span.gray {
  background-color: #939492;
  border: 1px solid #939492;
}

.btn a.gray:hover, .btn input.gray:hover, .btn span.gray:hover {
  background-color: #FFF;
  color: #050000;
}

.btn a.gray:hover:after, .btn input.gray:hover:after, .btn span.gray:hover:after {
  border-left-color: #050000;
}

.btn a.arrow:after, .btn input.arrow:after, .btn span.arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #FFF;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a.sml, .btn input.sml, .btn span.sml {
  font-size: 11px;
  font-size: 0.7857142857rem;
  height: 20px;
}

.btn input {
  display: -moz-inline-box;
  display: inline-block;
}

.btn.tac a, .btn.tac input, .btn.tac span {
  margin-left: auto;
  margin-right: auto;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block > * {
  margin: 0 10px 15px;
}

.more-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.more-block a, .more-block span {
  min-width: 110px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #eaeae9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.more-block a:after, .more-block span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #c0c1c1 transparent transparent transparent;
}

.more-block a:hover, .more-block span:hover {
  text-decoration: none;
  background-color: #050000;
  color: #FFF;
}

.more-block a.hide, .more-block span.hide {
  display: none;
}

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  -webkit-appearance: none;
  height: 33px;
  line-height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #c0c1c1;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #f2f2f2;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

textarea {
  -webkit-appearance: none;
  height: 250px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #c0c1c1;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #c0c1c1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #050000;
  border-bottom: 2px solid #050000;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #c0c1c1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #c0c1c1;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios li {
  margin: 0 15px 5px 0;
}

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
}

label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #c0c1c1 transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 40px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c0c1c1;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

select::-ms-expand {
  display: none;
}

/* form */
/* text */
.heading {
  text-align: center;
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #878687;
  line-height: 1.4;
}

.heading span {
  display: block;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-family: 'gidoleregular' ,sans-serif;
  color: #050000;
}

.fs11 {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.red {
  color: #ff2800;
}

.bold {
  font-weight: bold;
}

.cat a {
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: bold;
  background-color: #ff2800;
  color: #FFF;
  padding: 0 5px;
  display: -moz-inline-box;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.cat a.fashion {
  background-color: #66ccff;
}

.cat a.health {
  background-color: #35a16b;
}

.cat a.hobby {
  background-color: #d63964;
}

.cat a.motorcycle {
  background-color: #9a0079;
}

.cat a.outdoor {
  background-color: #0041ff;
}

.cat a.sports {
  background-color: #ff99a0;
}

.cat a.lifestyle {
  background-color: #ff8500;
}

.cat a.trip {
  background-color: #663300;
}

.user a {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 20px;
  background: url(../img/add/icon-user.png) no-repeat left center/17px auto;
  color: #050000;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .user a {
    background-image: url(../img/add/icon-user@2x.png);
  }
}

@media screen and (max-width: 660px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 661px) {
  img.sp {
    display: none;
  }
}

/* text */
.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #878687;
}

.post blockquote {
  display: block;
  padding: 20px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #c0c1c1;
  text-align: center;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h1, .post h2, .post h3, .post h4, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h1:not(:first-child), .post h2:not(:first-child), .post h3:not(:first-child), .post h4:not(:first-child), .post h5:not(:first-child) {
  margin-top: 30px;
}

.post .h:not(:last-child), .post h1:not(:last-child), .post h2:not(:last-child), .post h3:not(:last-child), .post h4:not(:last-child), .post h5:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.9285714286rem;
  font-weight: bold;
  border-left: 3px solid #63a768;
  padding: 5px 0 5px 15px;
}

.post h2 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  border-left: 3px solid #63a768;
  padding: 5px 0 5px 15px;
}

.post h3 {
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px;
  background-color: #f2f2f2;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.post h4 {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 15px;
}

.post table:not(:last-child) {
  margin-bottom: 15px;
}

.post table td p {
  padding-bottom: 15px;
  line-height: 1.5;
}

.post table td p:last-child {
  padding-bottom: 0;
}

.post cite {
  border: 1px solid #c0c1c1;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 660px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

*[data-emergence] {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

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