@charset "UTF-8";
/*
1140
940
720
576
*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 28, ../scss/mixing.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 43, ../scss/mixing.scss */
.icon-like:before {
  content: "\e900";
}

/* line 46, ../scss/mixing.scss */
.icon-gplus:before {
  content: "\e901";
}

/* line 49, ../scss/mixing.scss */
.icon-home:before {
  content: "\e902";
}

/* line 52, ../scss/mixing.scss */
.icon-insta:before {
  content: "\e903";
}

/* line 55, ../scss/mixing.scss */
.icon-search:before {
  content: "\e904";
}

/* line 58, ../scss/mixing.scss */
.icon-tw:before {
  content: "\e905";
}

/* line 61, ../scss/mixing.scss */
.icon-fb:before {
  content: "\e906";
}

/* line 64, ../scss/mixing.scss */
.icon-row:before {
  content: "\e907";
}

/* line 67, ../scss/mixing.scss */
.icon-column:before {
  content: "\e908";
}

/*///////////////////////////////////////////////////////////// LAYTOUT */
/*///////////////////////////////////////////////////////////// HEADER */
/*///////////////////////////////////////////////////////////// 変数 */
/*///////////////////////////////////////////////////////////// COLOR */
/* SNS */
/*///////////////////////////////////////////////////////////// MIXIN */
/*///////////////////////////////////////////////////////////// BTN */
/*///////////////////////////////////////////////////////////// ROWS */
/*///////////////////////////////////////////////////////////// */
/* line 16, ../scss/common.scss */
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, ../scss/common.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 25, ../scss/common.scss */
body {
  color: #333333;
  line-height: 1.6em;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #f7f7f7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: auto;
}

/* line 35, ../scss/common.scss */
img {
  margin: 0;
  border-width: 0;
}

/* line 39, ../scss/common.scss */
object, embed {
  vertical-align: bottom;
}

/* line 42, ../scss/common.scss */
ul, ul li {
  list-style: none;
}

/* line 45, ../scss/common.scss */
.comingsoon {
  text-align: center;
  font-size: 24px;
  padding: 40px;
}

/* line 51, ../scss/common.scss */
.comingsoon-box .btn-default {
  margin: 0 auto;
  width: 240px;
}

/* line 58, ../scss/common.scss */
.pc {
  display: block;
}

/* line 61, ../scss/common.scss */
.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* line 65, ../scss/common.scss */
  .pc {
    display: none;
  }

  /* line 68, ../scss/common.scss */
  .sp {
    display: block;
  }
}
/* line 72, ../scss/common.scss */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

@media screen and (min-width: 500px) {
  /* line 78, ../scss/common.scss */
  .fb-page-parent > .fb-page {
    width: 300px;
  }
}
/*///////////////////////////////////////////////////////////// ANCHOR */
/* line 84, ../scss/common.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 87, ../scss/common.scss */
a {
  color: #333333;
  text-decoration: none;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 95, ../scss/common.scss */
a:hover {
  color: #333333;
  text-decoration: none;
}

/* line 100, ../scss/common.scss */
img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top;
}

/* line 108, ../scss/common.scss */
a.alphabtn {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 111, ../scss/common.scss */
a.alphabtn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 113, ../scss/common.scss */
a.alphabtn:hover img {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 120, ../scss/common.scss */
.en-serif {
  font-weight: normal;
}

/* line 125, ../scss/common.scss */
.anchor {
  position: relative;
}
/* line 127, ../scss/common.scss */
.anchor .anchor-box {
  position: absolute;
  top: -85px;
}

/* line 132, ../scss/common.scss */
.mt40 {
  margin-top: 40px;
}

/* line 135, ../scss/common.scss */
.mt80 {
  margin-top: 80px;
}

/* line 138, ../scss/common.scss */
.icon img {
  width: 17px;
  height: auto;
  vertical-align: -7%;
}

/*/////////////////////////////////////////////////////////////

　Layout

//////////////////////////////////////////////////////////// */
/* line 148, ../scss/common.scss */
.btn-more {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  padding: 20px 40px !important;
  border-radius: 3px;
  letter-spacing: 0.1em;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  background: inherit;
  color: #fff;
  background-color: #555555;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-width: 240px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 208, ../scss/mixing.scss */
.btn-more:hover {
  background: #282828;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 148, ../scss/common.scss */
  .btn-more {
    font-size: 14px;
    line-height: 1.2em;
  }
}
/* line 150, ../scss/common.scss */
.btn-more i {
  text-align: right;
  vertical-align: top;
  padding-right: 0.2em;
}
/* line 155, ../scss/common.scss */
.btn-more.btn-white {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
/* line 159, ../scss/common.scss */
.btn-more.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 163, ../scss/common.scss */
.btn-more.btn-backnews {
  font-size: 12px;
}

/* line 169, ../scss/common.scss */
.sborder:after {
  content: " ";
  border-bottom: 1px solid #000;
  width: 60px;
  display: inline-block;
  padding: 20px 0 0;
  margin-bottom: 18px;
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  /* line 169, ../scss/common.scss */
  .sborder:after {
    padding: 30px 0 0;
    margin-bottom: 25px;
  }
}
/* line 185, ../scss/common.scss */
.sborder.sborder-white:after {
  border-bottom: 1px solid #ffffff;
}

/* line 191, ../scss/common.scss */
#stage {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 194, ../scss/common.scss */
#stage.open {
  overflow-x: hidden;
}

/* line 198, ../scss/common.scss */
#wrap {
  background: #f7f7f7;
  position: relative;
  z-index: 1;
}
/* line 202, ../scss/common.scss */
#wrap img.sp, #wrap br.sp {
  display: none;
}
/* line 205, ../scss/common.scss */
#wrap img.pc, #wrap br.pc {
  display: block;
}
/* line 208, ../scss/common.scss */
#wrap #contents {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  /* line 212, ../scss/common.scss */
  #wrap img.sp, #wrap br.sp {
    display: block;
  }
  /* line 215, ../scss/common.scss */
  #wrap img.pc, #wrap br.pc {
    display: none;
  }
}

/*///////////////////////////////////////////////////////////// drawer */
/* line 221, ../scss/common.scss */
.drawer-hamburger {
  display: none;
}
/* line 223, ../scss/common.scss */
.drawer-hamburger .drawer-hamburger-icon {
  background-color: #333333;
}
/* line 225, ../scss/common.scss */
.drawer-hamburger .drawer-hamburger-icon:before, .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #333333;
}

@media only screen and (max-width: 992px) {
  /* line 232, ../scss/common.scss */
  .drawer-hamburger {
    display: block;
  }
}
/* line 239, ../scss/common.scss */
.drawer-open .drawer-hamburger .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #ffffff;
}

/* line 246, ../scss/common.scss */
.drawer-nav {
  text-align: center;
  padding-bottom: 40px;
}
/* line 249, ../scss/common.scss */
.drawer-nav .drawer-logo {
  text-align: left;
  margin-top: 15px;
}
/* line 252, ../scss/common.scss */
.drawer-nav .drawer-logo a {
  display: inline-block;
  text-decoration: none;
}
/* line 255, ../scss/common.scss */
.drawer-nav .drawer-logo a img {
  height: auto;
  width: 113px;
}
/* line 263, ../scss/common.scss */
.drawer-nav ul.drawer-menu li a {
  text-decoration: none;
  font-weight: bold;
}
/* line 266, ../scss/common.scss */
.drawer-nav ul.drawer-menu li a:hover {
  color: #cccccc;
}
/* line 272, ../scss/common.scss */
.drawer-nav ul.sns-menu {
  margin-top: 30px;
}
/* line 274, ../scss/common.scss */
.drawer-nav ul.sns-menu li {
  display: inline-block;
}
/* line 276, ../scss/common.scss */
.drawer-nav ul.sns-menu li:after {
  content: "/";
  display: inline-block;
  color: #dddddd;
  margin: 0 10px;
  font-size: 12px;
}
/* line 284, ../scss/common.scss */
.drawer-nav ul.sns-menu li:last-child:after {
  display: none;
}
/* line 289, ../scss/common.scss */
.drawer-nav ul.sns-menu li a i {
  color: #ffffff;
  font-size: 1.125rem;
}

/* line 297, ../scss/common.scss */
.search-area {
  position: relative;
  display: inline-block;
}
/* line 302, ../scss/common.scss */
.search-area form input[type=text] {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 30px 8px 15px;
  border: none;
  outline: none;
  color: #333333;
  font-size: 0.8125rem;
  width: 320px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 312, ../scss/common.scss */
.search-area form input[type=submit] {
  position: absolute;
  right: 15px;
  top: 11px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  color: #cccccc;
  background-color: #ffffff;
  font: normal normal normal 16px/1 FontAwesome;
}

/*///////////////////////////////////////////////////////////// header */
/* line 326, ../scss/common.scss */
#header,
#headerFixed {
  width: 100%;
  height: 116px;
  text-align: left;
  position: relative;
}
/* line 332, ../scss/common.scss */
#header > .inner,
#headerFixed > .inner {
  width: 100%;
  height: 116px;
  background: #ffffff;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  vertical-align: middle;
  line-height: 116px;
}
/* line 342, ../scss/common.scss */
#header h1,
#headerFixed h1 {
  width: 240px;
  height: 116px;
  margin: 0 0 0 40px;
  display: inline-block;
  vertical-align: middle;
}
/* line 348, ../scss/common.scss */
#header h1 a,
#headerFixed h1 a {
  display: block;
  width: 240px;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}
/* line 356, ../scss/common.scss */
#header h1 a img,
#headerFixed h1 a img {
  margin: 0 auto;
  width: 240px;
  height: auto;
}
/* line 363, ../scss/common.scss */
#header .head-nav,
#headerFixed .head-nav {
  display: inline-block;
  margin-left: 40px;
}
/* line 366, ../scss/common.scss */
#header .head-nav li,
#headerFixed .head-nav li {
  display: inline-block;
}
/* line 368, ../scss/common.scss */
#header .head-nav li a,
#headerFixed .head-nav li a {
  font-size: 0.9375rem;
  font-weight: bold;
}
/* line 372, ../scss/common.scss */
#header .head-nav li:after,
#headerFixed .head-nav li:after {
  content: "/";
  display: inline-block;
  color: #dddddd;
  margin: 0 20px;
}
/* line 379, ../scss/common.scss */
#header .head-nav li:last-child:after,
#headerFixed .head-nav li:last-child:after {
  display: none;
}
/* line 385, ../scss/common.scss */
#header #tool-nav,
#headerFixed #tool-nav {
  margin-right: 40px;
  float: right;
}
/* line 388, ../scss/common.scss */
#header #tool-nav li,
#headerFixed #tool-nav li {
  position: relative;
}
/* line 390, ../scss/common.scss */
#header #tool-nav li a,
#header #tool-nav li span,
#header #tool-nav li span.search-btn,
#headerFixed #tool-nav li a,
#headerFixed #tool-nav li span,
#headerFixed #tool-nav li span.search-btn {
  cursor: pointer;
  display: inline-block;
}
/* line 395, ../scss/common.scss */
#header #tool-nav li a i,
#header #tool-nav li span i,
#header #tool-nav li span.search-btn i,
#headerFixed #tool-nav li a i,
#headerFixed #tool-nav li span i,
#headerFixed #tool-nav li span.search-btn i {
  font-size: 24px;
  line-height: 1em;
}
@media only screen and (max-width: 1200px) {
  /* line 406, ../scss/common.scss */
  #header .head-nav,
  #headerFixed .head-nav {
    margin-left: 20px;
  }
  /* line 409, ../scss/common.scss */
  #header .head-nav li a,
  #headerFixed .head-nav li a {
    font-size: 0.8125rem;
  }
  /* line 412, ../scss/common.scss */
  #header .head-nav li:after,
  #headerFixed .head-nav li:after {
    content: "/";
    display: inline-block;
    color: #dddddd;
    margin: 0 15px;
  }
  /* line 420, ../scss/common.scss */
  #header #tool-nav,
  #headerFixed #tool-nav {
    margin-right: 40px;
    float: right;
  }
  /* line 427, ../scss/common.scss */
  #header #tool-nav li a i,
  #header #tool-nav li span i,
  #header #tool-nav li span.search-btn i,
  #headerFixed #tool-nav li a i,
  #headerFixed #tool-nav li span i,
  #headerFixed #tool-nav li span.search-btn i {
    font-size: 18px;
    line-height: 1em;
  }
}
@media only screen and (max-width: 992px) {
  /* line 326, ../scss/common.scss */
  #header,
  #headerFixed {
    height: 60px;
  }
  /* line 439, ../scss/common.scss */
  #header > .inner,
  #headerFixed > .inner {
    height: 60px;
    line-height: 60px;
  }
  /* line 443, ../scss/common.scss */
  #header h1,
  #headerFixed h1 {
    width: auto;
    height: 60px;
    margin: 0 0 0 20px;
  }
  /* line 447, ../scss/common.scss */
  #header h1 a,
  #headerFixed h1 a {
    width: auto;
    padding-top: 12px;
  }
  /* line 450, ../scss/common.scss */
  #header h1 a img,
  #headerFixed h1 a img {
    height: auto;
    width: 180px;
  }
  /* line 457, ../scss/common.scss */
  #header .head-nav,
  #headerFixed .head-nav {
    display: none;
  }
}
/* line 461, ../scss/common.scss */
#header.fixed,
#headerFixed.fixed {
  display: block;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 998;
  height: 70px !important;
  width: 100%;
}
/* line 469, ../scss/common.scss */
#header.fixed > .inner,
#headerFixed.fixed > .inner {
  height: 70px !important;
  line-height: 70px !important;
  background: #252525 !important;
}
/* line 473, ../scss/common.scss */
#header.fixed > .inner a, #header.fixed > .inner span,
#headerFixed.fixed > .inner a,
#headerFixed.fixed > .inner span {
  color: #fff;
}
/* line 477, ../scss/common.scss */
#header.fixed h1,
#headerFixed.fixed h1 {
  display: none !important;
}
/* line 482, ../scss/common.scss */
#header.fixed .head-nav li a,
#headerFixed.fixed .head-nav li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
/* line 486, ../scss/common.scss */
#header.fixed .head-nav li a:after,
#headerFixed.fixed .head-nav li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 497, ../scss/common.scss */
#header.fixed .head-nav li a:after:hover,
#headerFixed.fixed .head-nav li a:after:hover {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  /* line 461, ../scss/common.scss */
  #header.fixed,
  #headerFixed.fixed {
    display: none;
  }
}

/* line 510, ../scss/common.scss */
.search-area-container {
  position: fixed;
  background: url(../img/triangle.png) top right 20px no-repeat;
  -moz-background-size: 7px 7px;
  -webkit-background-size: 7px 7px;
  background-size: 7px 7px;
  padding-top: 7px;
  top: 70px;
  right: 30px;
  line-height: 1em;
  z-index: 999;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 525, ../scss/common.scss */
.search-area-container .search-area {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  line-height: 1.5em;
}
/* line 530, ../scss/common.scss */
.search-area-container .search-area form input[type="submit"] {
  top: 31px;
  right: 35px;
}
/* line 536, ../scss/common.scss */
.search-area-container.show {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 542, ../scss/common.scss */
#header .search-area-container {
  display: none;
}

/* line 546, ../scss/common.scss */
.category-head.search-head {
  color: #333333;
}

/* line 549, ../scss/common.scss */
.search-result {
  font-size: 16px;
}
/* line 551, ../scss/common.scss */
.search-result .result {
  padding: 0px 20px 30px;
}
/* line 553, ../scss/common.scss */
.search-result .result .count {
  font-size: 24px;
  color: #ef5350;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
/* line 560, ../scss/common.scss */
.search-result .result .strings {
  font-weight: bold;
}
/* line 564, ../scss/common.scss */
.search-result .notfound {
  padding-top: 100px;
  text-align: center;
}
/* line 567, ../scss/common.scss */
.search-result .notfound h3 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
/* line 572, ../scss/common.scss */
.search-result .notfound .search-area {
  margin-top: 60px;
}

/*///////////////////////////////////////////////////////////// nav */
@media only screen and (max-width: 992px) {
  /* line 586, ../scss/common.scss */
  #header-global {
    display: none;
  }
}

/*///////////////////////////////////////////////////////////// footer */
/* line 593, ../scss/common.scss */
#footer {
  width: 100%;
  background: #ffffff;
  color: #333333;
}
/* line 597, ../scss/common.scss */
#footer .logo {
  text-align: center;
  padding: 45px 0 0 0;
}
/* line 600, ../scss/common.scss */
#footer .logo img {
  display: inline;
  height: 40px;
  width: auto;
}
/* line 606, ../scss/common.scss */
#footer a {
  color: #333333;
}
/* line 609, ../scss/common.scss */
#footer #f-nav {
  display: none;
  border-top: 1px solid #282828;
}
/* line 614, ../scss/common.scss */
#footer #f-nav ul li a {
  color: #333333;
  font-size: 12px;
}
/* line 621, ../scss/common.scss */
#footer .global-menu {
  width: 100%;
  text-align: center;
}
/* line 624, ../scss/common.scss */
#footer .global-menu ul {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 40px 0 20px;
}
/* line 121, ../scss/mixing.scss */
#footer .global-menu ul:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 630, ../scss/common.scss */
#footer .global-menu ul li {
  display: inline-block;
}
/* line 632, ../scss/common.scss */
#footer .global-menu ul li:after {
  content: "/";
  display: inline-block;
  color: #dddddd;
  margin: 0 10px;
}
/* line 639, ../scss/common.scss */
#footer .global-menu ul li:last-child:after {
  display: none;
}
/* line 643, ../scss/common.scss */
#footer .global-menu ul li a {
  font-size: 13px;
  padding: 10px;
  display: inline-block;
  border-width: 0;
  position: relative;
  text-decoration: none;
  color: #333333;
}
/* line 651, ../scss/common.scss */
#footer .global-menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #999;
  transition: .3s;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 663, ../scss/common.scss */
#footer .global-menu ul li a:hover:after {
  width: 100%;
}
/* line 671, ../scss/common.scss */
#footer .sns {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
}
/* line 677, ../scss/common.scss */
#footer .sns dl {
  margin: 0;
  vertical-align: middle;
}
/* line 680, ../scss/common.scss */
#footer .sns dl dt {
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: middle;
}
/* line 685, ../scss/common.scss */
#footer .sns dl dd {
  margin: 0;
  display: inline-block;
}
/* line 688, ../scss/common.scss */
#footer .sns dl dd ul {
  margin: 0;
}
/* line 690, ../scss/common.scss */
#footer .sns dl dd ul li {
  display: inline-block;
  margin: 0 10px;
}
/* line 693, ../scss/common.scss */
#footer .sns dl dd ul li i {
  font-size: 1.5rem;
  line-height: 1em;
}
/* line 702, ../scss/common.scss */
#footer .links {
  border-bottom: 1px solid #e5e5e5;
  padding: 50px 0;
  text-align: center;
}
/* line 706, ../scss/common.scss */
#footer .links ul {
  margin: 0;
}
/* line 708, ../scss/common.scss */
#footer .links ul li {
  display: inline-block;
  margin: 0 20px;
}
/* line 712, ../scss/common.scss */
#footer .links ul li a img {
  height: 46px;
  width: auto;
}
/* line 720, ../scss/common.scss */
#footer address {
  padding: 20px 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.6875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #4a4a4b;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  /* line 731, ../scss/common.scss */
  #footer .logo img {
    height: 47px;
    width: auto;
  }
  /* line 738, ../scss/common.scss */
  #footer #f-nav ul,
  #footer .utility ul {
    margin: 0 auto;
  }
  /* line 742, ../scss/common.scss */
  #footer #f-nav {
    display: block;
    text-align: center;
    border-bottom: 1px solid #282828;
  }
  /* line 747, ../scss/common.scss */
  #footer #f-nav ul li {
    display: inline-block;
    margin: 0 20px;
  }
  /* line 750, ../scss/common.scss */
  #footer #f-nav ul li span.icon {
    display: inline-block;
    margin-top: -0.2em;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 18px;
  }
  /* line 760, ../scss/common.scss */
  #footer .utility {
    border-bottom: 0;
  }
  /* line 762, ../scss/common.scss */
  #footer .utility ul {
    padding: 0;
  }
  /* line 764, ../scss/common.scss */
  #footer .utility ul li {
    display: inline-block;
    float: none;
    width: auto;
    font-size: 12px;
    text-align: center;
  }
  /* line 773, ../scss/common.scss */
  #footer address {
    font-size: 12px;
    line-height: 1.2em;
    font-style: normal;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    margin-bottom: 0;
  }
  /* line 781, ../scss/common.scss */
  #footer .global-menu ul {
    padding: 20px 30px;
    overflow: hidden;
  }
  /* line 784, ../scss/common.scss */
  #footer .global-menu ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
  }
  /* line 788, ../scss/common.scss */
  #footer .global-menu ul li a {
    padding: 0;
    font-size: 0.8125rem;
  }
  /* line 797, ../scss/common.scss */
  #footer .sns dl dt {
    margin-bottom: 0;
  }
  /* line 806, ../scss/common.scss */
  #footer .links ul li a img {
    height: 30px;
    width: auto;
  }
}

/* line 817, ../scss/common.scss */
.tags ul {
  text-align: left;
}
/* line 819, ../scss/common.scss */
.tags ul li {
  display: inline-block;
}
/* line 821, ../scss/common.scss */
.tags ul li a {
  display: block;
  background-color: #bdb388;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 1em;
}

/* line 832, ../scss/common.scss */
.btn-area {
  text-align: center;
  margin: 0 20px 0;
}
/* line 835, ../scss/common.scss */
.btn-area .btn-more {
  margin: 0 auto;
}
/* line 838, ../scss/common.scss */
.btn-area.btn-bottom {
  padding-bottom: 100px;
}

/*///////////////////////////////////////////////////////////// SIDE NAV */
/* line 845, ../scss/common.scss */
#side-nav-overlay {
  position: absolute;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* line 854, ../scss/common.scss */
#side-nav {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #111;
}
@media only screen and (max-width: 992px) {
  /* line 854, ../scss/common.scss */
  #side-nav {
    display: block;
  }
}
/* line 861, ../scss/common.scss */
#side-nav .global-menu ul li {
  display: block;
}
/* line 874, ../scss/common.scss */
#side-nav.open {
  visibility: visible;
}
/* line 878, ../scss/common.scss */
#side-nav .btn-close {
  position: relative;
  cursor: pointer;
}
/* line 881, ../scss/common.scss */
#side-nav .btn-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 1px 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
/* line 891, ../scss/common.scss */
#side-nav .btn-close span:before, #side-nav .btn-close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 2px;
  background: #999;
}
/* line 902, ../scss/common.scss */
#side-nav .btn-close span:before {
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 906, ../scss/common.scss */
#side-nav .btn-close span:after {
  margin-top: -1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 912, ../scss/common.scss */
#side-nav .btn-close:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 917, ../scss/common.scss */
#side-nav .btn-close-top {
  height: 40px;
  line-height: 40px;
  background: #000;
}
/* line 921, ../scss/common.scss */
#side-nav .btn-close-top span {
  left: auto;
  right: 3%;
}
/* line 924, ../scss/common.scss */
#side-nav .btn-close-top span:before, #side-nav .btn-close-top span:after {
  background: #fff;
}
/* line 931, ../scss/common.scss */
#side-nav .btn-close-bottom span {
  top: 25px;
  margin-left: -10px;
}
/* line 936, ../scss/common.scss */
#side-nav .nav {
  padding: 40px 20px;
  border-bottom: 1px solid #414141;
}
/* line 939, ../scss/common.scss */
#side-nav .nav li {
  text-align: center;
  padding: 10px 0;
}
/* line 942, ../scss/common.scss */
#side-nav .nav li a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.2em;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 950, ../scss/common.scss */
#side-nav .nav li a span.icon {
  display: inline-block;
  margin-top: -0.1em;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 18px;
}
/* line 960, ../scss/common.scss */
#side-nav .sub-nav {
  padding: 20px 20px;
  margin-bottom: 0;
}
/* line 964, ../scss/common.scss */
#side-nav .sub-nav li a {
  font-size: 11px;
  color: #999999;
  display: block;
  text-align: center;
  line-height: 1.2em;
  padding: 10px;
}
/* line 971, ../scss/common.scss */
#side-nav .sub-nav li a span.icon {
  display: inline-block;
  margin-top: -0.1em;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 18px;
}
/* line 978, ../scss/common.scss */
#side-nav .sub-nav li a:hover {
  color: #fff;
}
/* line 984, ../scss/common.scss */
#side-nav #f-nav {
  border-top: 1px solid #292929;
}
/* line 986, ../scss/common.scss */
#side-nav #f-nav li {
  border-bottom: 1px solid #292929;
  padding: 10px 0;
}
/* line 989, ../scss/common.scss */
#side-nav #f-nav li a {
  font-size: 11px;
  color: #999999;
  display: block;
  text-align: center;
  line-height: 1.2em;
  padding: 10px;
}
/* line 996, ../scss/common.scss */
#side-nav #f-nav li a span.icon {
  display: inline-block;
  margin-top: -0.1em;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 18px;
}
/* line 1003, ../scss/common.scss */
#side-nav #f-nav li a:hover {
  color: #fff;
}
/* line 1009, ../scss/common.scss */
#side-nav .search {
  padding: 3%;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
/* line 1014, ../scss/common.scss */
#side-nav .sns {
  padding: 3%;
  background: #fff;
  text-align: center;
}
/* line 1018, ../scss/common.scss */
#side-nav .sns li {
  display: inline-block;
  margin: 0 8px;
  font-size: 28px;
}
/* line 1025, ../scss/common.scss */
#side-nav .logo {
  text-align: center;
  padding: 30px 0;
}
/* line 1028, ../scss/common.scss */
#side-nav .logo img {
  width: 100px;
  height: auto;
  display: inline-block;
}

/* line 1035, ../scss/common.scss */
#side-nav-open {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  z-index: 999;
  display: none;
  cursor: pointer;
}
/* line 1045, ../scss/common.scss */
#side-nav-open span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0px 0 0 -10px;
  background: #333333;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 1057, ../scss/common.scss */
#side-nav-open span:before, #side-nav-open span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #333333;
}
/* line 1068, ../scss/common.scss */
#side-nav-open span:before {
  margin-top: -7px;
}
/* line 1071, ../scss/common.scss */
#side-nav-open span:after {
  margin-top: 5px;
}
/* line 1074, ../scss/common.scss */
#side-nav-open span.close {
  width: 0;
}
/* line 1076, ../scss/common.scss */
#side-nav-open span.close:before {
  margin-top: -1px;
  transform: rotate(45deg);
}
/* line 1080, ../scss/common.scss */
#side-nav-open span.close:after {
  margin-top: -1px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  /* line 1035, ../scss/common.scss */
  #side-nav-open {
    display: block;
  }
}

/* line 1092, ../scss/common.scss */
.share {
  background: #ffffff;
  padding: 20px;
  text-align: center;
}
/* line 1096, ../scss/common.scss */
.share dt {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
/* line 1101, ../scss/common.scss */
.share dd {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 1106, ../scss/common.scss */
.share dd ul {
  margin: 0;
  padding: 0;
}
/* line 1109, ../scss/common.scss */
.share dd ul li {
  display: inline-block;
  margin-right: 10px;
}
/* line 1113, ../scss/common.scss */
.share dd ul li a img {
  width: 23px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
}
/* line 1119, ../scss/common.scss */
.share dd ul li a p {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/*///////////////////////////////////////////////////////////// PARTS */
/* line 1131, ../scss/common.scss */
.tag {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  background-color: #4db6dc;
  color: #ffffff;
  padding: 5px 10px 4px;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1em;
}

/*///////////////////////////////////////////////////////////// G NAV */
/* line 1144, ../scss/common.scss */
#utility-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 1144, ../scss/common.scss */
  #utility-nav {
    display: block;
    position: fixed;
    z-index: 99;
    top: 205px;
    right: 25px;
  }
  /* line 1154, ../scss/common.scss */
  #utility-nav ul li {
    width: 1em;
    font-size: 20px;
    margin-bottom: 18px;
  }
  /* line 1158, ../scss/common.scss */
  #utility-nav ul li.home, #utility-nav ul li.search {
    border-bottom: 1px solid #000;
    padding-bottom: 18px;
  }
  /* line 1164, ../scss/common.scss */
  #utility-nav ul li a span.icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
}

/*///////////////////////////////////////////////////////////// LAYOUT */
/* line 1176, ../scss/common.scss */
.category-head {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 940px;
  margin-top: 20px;
  color: #ef5350;
}
/* line 1185, ../scss/common.scss */
.category-head small {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #aaaaaa;
  margin-top: 20px;
}
/* line 1193, ../scss/common.scss */
.category-head.cate-interview {
  color: #4db6dc;
}
/* line 1196, ../scss/common.scss */
.category-head.cate-column {
  color: #ef5350;
}
/* line 1199, ../scss/common.scss */
.category-head.cate-summary {
  color: #e0b344;
}
@media only screen and (max-width: 1200px) {
  /* line 1176, ../scss/common.scss */
  .category-head {
    width: 620px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1176, ../scss/common.scss */
  .category-head {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1176, ../scss/common.scss */
  .category-head {
    width: 100%;
  }
}

/* line 1214, ../scss/common.scss */
.page-head {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}
/* line 1222, ../scss/common.scss */
.page-head small {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #aaaaaa;
  margin-top: 20px;
}

/* line 1233, ../scss/common.scss */
#contents {
  padding: 30px 0 0;
}
/* line 121, ../scss/mixing.scss */
#contents:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 1236, ../scss/common.scss */
#contents #main {
  width: 980px;
  float: left;
}
/* line 1240, ../scss/common.scss */
#contents #main .inner .sec-body {
  margin-left: -1.25rem;
  padding-right: 1.25rem;
}
/* line 1251, ../scss/common.scss */
#contents #sec-relation {
  clear: both;
  margin-top: 50px;
}
/* line 1254, ../scss/common.scss */
#contents #sec-relation h2 {
  text-align: center;
  font-size: 1.5rem;
  color: #ef5350;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 1262, ../scss/common.scss */
#contents #sec-relation h2 small {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #aaaaaa;
  margin-top: 20px;
}
/* line 1272, ../scss/common.scss */
#contents #sec-article {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
/* line 1275, ../scss/common.scss */
#contents #sec-article .inner {
  padding: 40px;
}
/* line 1277, ../scss/common.scss */
#contents #sec-article .inner header {
  margin-bottom: 30px;
}
/* line 1279, ../scss/common.scss */
#contents #sec-article .inner header .date {
  display: inline-block;
  color: #aaaaaa;
  font-size: 0.8125rem;
  margin-left: 10px;
}
/* line 1285, ../scss/common.scss */
#contents #sec-article .inner header h1 {
  margin-top: 15px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.17em;
}
/* line 1292, ../scss/common.scss */
#contents #sec-article .inner .mainimage {
  text-align: center;
  margin-bottom: 30px;
}
/* line 1295, ../scss/common.scss */
#contents #sec-article .inner .mainimage img.landscape {
  width: 100%;
  height: auto;
}
/* line 1300, ../scss/common.scss */
#contents #sec-article .inner .contact {
  margin-top: 30px;
}
/* line 1302, ../scss/common.scss */
#contents #sec-article .inner .contact a {
  display: block;
  background-color: #ef5350;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  padding: 20px;
}
/* line 1312, ../scss/common.scss */
#contents #sec-article .inner .sns-container {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  padding: 20px 0;
  margin-bottom: 40px;
  overflow: hidden;
}
/* line 1318, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl {
  margin: 0;
}
/* line 1320, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl dt {
  margin: 0;
}
/* line 1323, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl dd {
  margin: 0;
}
/* line 1327, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.total {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: normal;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
  vertical-align: middle;
  padding: 0 20px 2px 5px;
  margin-top: 2px;
}
/* line 1336, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.total dt {
  font-weight: normal;
  font-size: 0.9375rem;
  display: inline-block;
  vertical-align: -15%;
  margin-right: 10px;
}
/* line 1343, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.total dd {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.75rem;
}
/* line 1348, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.total dd .score i {
  font-size: 1.5rem;
  vertical-align: 5%;
}
/* line 1355, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform {
  display: inline-block;
  font-weight: normal;
  float: right;
}
/* line 1359, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dt {
  font-size: 0.9375rem;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  vertical-align: -12%;
}
/* line 1366, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd {
  display: inline-block;
}
/* line 1368, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul {
  margin-bottom: 0;
}
/* line 1370, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.125rem;
  color: #ffffff;
}
/* line 1375, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li:last-child {
  margin-right: 0;
}
/* line 1379, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li a span {
  display: inline-block;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
/* line 1386, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li a .btn-head {
  font-size: 0.875rem;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 5px;
  width: 30px;
}
/* line 1395, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li a .btn-body {
  display: inline-block;
  background-color: #dddddd;
  color: #ffffff;
  padding: 5px 10px;
  line-height: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
/* line 1406, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.fb a .btn-head {
  background-color: #3b5998;
  color: #ffffff;
}
/* line 1410, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.fb a .btn-body {
  background-color: #d8deea;
  color: #3b5998;
}
/* line 1418, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.tw a .btn-head {
  background-color: #5ea9dd;
  color: #ffffff;
}
/* line 1422, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.tw a .btn-body {
  background-color: #dfeef8;
  color: #5ea9dd;
}
/* line 1430, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.gp a .btn-head {
  background-color: #df4a32;
  color: #ffffff;
}
/* line 1434, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.gp a .btn-body {
  background-color: #f9dbd6;
  color: #df4a32;
}
/* line 1442, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.hb a .btn-head {
  background-color: #00a4de;
  color: #ffffff;
}
/* line 1446, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.hb a .btn-body {
  background-color: #ccedf8;
  color: #00a4de;
}
/* line 1454, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.pk a .btn-head {
  background-color: #ef4157;
  color: #ffffff;
}
/* line 1458, ../scss/common.scss */
#contents #sec-article .inner .sns-container dl.platform dd ul li.pk a .btn-body {
  background-color: #fcd9dd;
  color: #ef4157;
}
/* line 1471, ../scss/common.scss */
#contents #side-col {
  width: 300px;
  float: right;
}
/* line 1474, ../scss/common.scss */
#contents #side-col .timeline {
  margin-bottom: 20px;
}
/* line 1479, ../scss/common.scss */
#contents #side-col .banner ul li {
  margin-bottom: 10px;
}
/* line 1481, ../scss/common.scss */
#contents #side-col .banner ul li a {
  display: inline-block;
  border: 1px solid #e5e5e5;
}
/* line 1485, ../scss/common.scss */
#contents #side-col .banner ul li a img {
  width: 100%;
  height: auto;
}
/* line 1494, ../scss/common.scss */
#contents #side-col dl dt.title {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 20px 0;
  text-align: center;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
/* line 1501, ../scss/common.scss */
#contents #side-col dl dt.title small {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #aaaaaa;
  font-size: 0.75rem;
}
/* line 1505, ../scss/common.scss */
#contents #side-col dl dt.title small .splitter {
  display: inline-block;
  margin: 0 15px;
}
/* line 1514, ../scss/common.scss */
#contents #side-col dd ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* line 1519, ../scss/common.scss */
#contents #side-col dd ul li .photo {
  float: left;
  width: 80px;
}
/* line 1522, ../scss/common.scss */
#contents #side-col dd ul li .photo img {
  width: 100%;
  height: auto;
}
/* line 1527, ../scss/common.scss */
#contents #side-col dd ul li .subject {
  min-height: 80px;
  float: right;
  width: 205px;
  position: relative;
}
/* line 1532, ../scss/common.scss */
#contents #side-col dd ul li .subject h4 {
  font-size: 0.875rem;
  padding-top: 5px;
  margin-bottom: 30px;
}
/* line 1537, ../scss/common.scss */
#contents #side-col dd ul li .subject .date {
  position: absolute;
  bottom: 0;
  font-size: 0.6875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
/* line 1548, ../scss/common.scss */
#contents #side-col dd ul li.cate-interview .subject .date {
  color: #4db6dc;
}
/* line 1556, ../scss/common.scss */
#contents #side-col dd ul li.cate-column .subject .date {
  color: #ef5350;
}
/* line 1564, ../scss/common.scss */
#contents #side-col dd ul li.cate-summary .subject .date {
  color: #e0b344;
}
@media only screen and (max-width: 1200px) {
  /* line 1610, ../scss/common.scss */
  #contents #sec-article .inner .sns-container dl.platform dt {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1635, ../scss/common.scss */
  #contents #sec-article {
    border: none;
    background: none;
  }
  /* line 1638, ../scss/common.scss */
  #contents #sec-article .inner {
    padding: 0 20px 20px;
  }
  /* line 1641, ../scss/common.scss */
  #contents #sec-article .inner header {
    margin-bottom: 20px;
  }
  /* line 1645, ../scss/common.scss */
  #contents #sec-article .inner header h1 {
    font-size: 1.125rem;
  }
  /* line 1649, ../scss/common.scss */
  #contents #sec-article .inner .mainimage {
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 1652, ../scss/common.scss */
  #contents #sec-article .inner .mainimage img {
    width: 100%;
    height: auto;
  }
  /* line 1656, ../scss/common.scss */
  #contents #sec-article .inner .mainimage img.landscape {
    width: 100%;
    height: auto;
  }
  /* line 1665, ../scss/common.scss */
  #contents #sec-article .inner .sns-container {
    padding: 10px 0;
  }
  /* line 1673, ../scss/common.scss */
  #contents #sec-article .inner .sns-container dl.total {
    margin-bottom: 10px;
  }
  /* line 1684, ../scss/common.scss */
  #contents #sec-article .inner .sns-container dl.platform {
    clear: both;
    float: none;
  }
  /* line 1687, ../scss/common.scss */
  #contents #sec-article .inner .sns-container dl.platform dt {
    display: none;
  }
  /* line 1692, ../scss/common.scss */
  #contents #sec-article .inner .sns-container dl.platform dd ul li {
    margin-right: 5px;
  }
  /* line 1711, ../scss/common.scss */
  #contents #sec-relation {
    margin-top: 30px;
  }
  /* line 1713, ../scss/common.scss */
  #contents #sec-relation h2 {
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 1.3em;
  }
  /* line 1719, ../scss/common.scss */
  #contents #sec-relation h2 small {
    font-size: 0.75rem;
    margin-top: 10px;
  }
  /* line 1727, ../scss/common.scss */
  #contents #side-col .timeline:last-child {
    margin-bottom: 20px;
  }
}

/* line 1733, ../scss/common.scss */
.content-wrapper {
  width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  /* line 1733, ../scss/common.scss */
  .content-wrapper {
    width: 100%;
  }
}
/* line 1739, ../scss/common.scss */
.content-wrapper #contents {
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  /* line 1739, ../scss/common.scss */
  .content-wrapper #contents {
    width: 960px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1739, ../scss/common.scss */
  .content-wrapper #contents {
    width: 740px;
    clear: both;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1739, ../scss/common.scss */
  .content-wrapper #contents {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 1752, ../scss/common.scss */
  .content-wrapper #contents #main {
    width: 660px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1752, ../scss/common.scss */
  .content-wrapper #contents #main {
    width: 100%;
    clear: both;
    margin: 0 auto;
  }
  /* line 1761, ../scss/common.scss */
  .content-wrapper #contents #main .inner .sec-body {
    margin: 0;
    padding: 0;
  }
  /* line 1765, ../scss/common.scss */
  .content-wrapper #contents #main .inner .sec-body .list .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1773, ../scss/common.scss */
  .content-wrapper #contents #side-col {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  /* line 1780, ../scss/common.scss */
  .content-wrapper #contents #side-col dd ul {
    overflow: hidden;
  }
  /* line 1782, ../scss/common.scss */
  .content-wrapper #contents #side-col dd ul li {
    width: 47%;
    float: left;
    margin: 0 1.5%;
    margin-bottom: 1.5%;
  }
  /* line 1787, ../scss/common.scss */
  .content-wrapper #contents #side-col dd ul li .subject {
    width: 220px;
  }
  /* line 1795, ../scss/common.scss */
  .content-wrapper #contents #side-col .banner ul li {
    background: none;
  }
  /* line 1800, ../scss/common.scss */
  .content-wrapper #contents #side-col #tl-facebook {
    width: 49%;
    float: left;
  }
  /* line 1804, ../scss/common.scss */
  .content-wrapper #contents #side-col #tl-twitter {
    width: 49%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1773, ../scss/common.scss */
  .content-wrapper #contents #side-col {
    width: 100%;
  }
  /* line 1812, ../scss/common.scss */
  .content-wrapper #contents #side-col dd ul {
    overflow: hidden;
  }
  /* line 1814, ../scss/common.scss */
  .content-wrapper #contents #side-col dd ul li {
    width: 100%;
    clear: both;
    margin: 0;
    margin-bottom: 10px;
  }
  /* line 1819, ../scss/common.scss */
  .content-wrapper #contents #side-col dd ul li a {
    display: flex;
  }
  /* line 1821, ../scss/common.scss */
  .content-wrapper #contents #side-col dd ul li a .photo {
    width: 80px;
    margin-right: 15px;
  }
  /* line 1833, ../scss/common.scss */
  .content-wrapper #contents #side-col .banner ul li {
    background: none;
  }
}
@media only screen and (max-width: 544px) {
  /* line 1840, ../scss/common.scss */
  .content-wrapper #contents #side-col #tl-facebook {
    width: 100%;
    clear: both;
  }
  /* line 1844, ../scss/common.scss */
  .content-wrapper #contents #side-col #tl-twitter {
    width: 100%;
    clear: both;
  }
}

/* line 1852, ../scss/common.scss */
.pagetop {
  padding: 20px 0 30px;
  text-align: right;
}
/* line 1855, ../scss/common.scss */
.pagetop a {
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 3px solid #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 54px;
  text-align: center;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 1866, ../scss/common.scss */
.pagetop a i {
  font-size: 1.375rem;
}
/* line 1869, ../scss/common.scss */
.pagetop a:hover {
  line-height: 50px;
  background-color: #333333;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  /* line 1852, ../scss/common.scss */
  .pagetop {
    padding: 20px 20px 30px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1852, ../scss/common.scss */
  .pagetop {
    padding: 10px;
  }
}

/*///////////////////////////////////////////////////////////// BOX */
/* line 1885, ../scss/common.scss */
.box {
  margin-bottom: 1.25em;
}
/* line 1887, ../scss/common.scss */
.box .panel,
.box a {
  display: block;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1893, ../scss/common.scss */
.box .panel .photo,
.box a .photo {
  display: block;
  width: 100%;
  height: 198px;
  overflow: hidden;
  background-color: #000000;
  position: relative;
}
/* line 1900, ../scss/common.scss */
.box .panel .photo img,
.box a .photo img {
  width: 100%;
  height: auto;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 1905, ../scss/common.scss */
.box .panel .photo .cover,
.box a .photo .cover {
  border: 1px solid #ffffff;
  border-width: 1px 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
  text-align: center;
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90px;
  height: 3.2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 3.18em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 1927, ../scss/common.scss */
.box .panel .box-body,
.box a .box-body {
  padding: 20px 20px 20px;
}
/* line 1929, ../scss/common.scss */
.box .panel .box-body .tag,
.box a .box-body .tag {
  position: absolute;
  top: 190px;
}
/* line 1933, ../scss/common.scss */
.box .panel .box-body h3,
.box a .box-body h3 {
  font-size: 1.125rem;
  text-align: left;
  padding: 10px 0;
  line-height: 1.5em;
  margin: 5px 0 0 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.3em;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
/* line 1946, ../scss/common.scss */
.box .panel .box-body .info,
.box a .box-body .info {
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 1952, ../scss/common.scss */
.box .panel .box-body p,
.box a .box-body p {
  line-height: 1.4em;
  font-size: 0.8125rem;
  margin-bottom: 2rem;
}
/* line 1957, ../scss/common.scss */
.box .panel .box-body .box-bottom,
.box a .box-body .box-bottom {
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 15px;
}
/* line 1965, ../scss/common.scss */
.box .panel .box-body .box-bottom > div,
.box a .box-body .box-bottom > div {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
}
/* line 1971, ../scss/common.scss */
.box .panel .box-body .box-bottom .more .fa,
.box a .box-body .box-bottom .more .fa {
  font-size: 0.6875rem;
}
/* line 1975, ../scss/common.scss */
.box .panel .box-body .box-bottom .score,
.box a .box-body .box-bottom .score {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
/* line 1984, ../scss/common.scss */
.box a {
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 1989, ../scss/common.scss */
.box a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
/* line 1992, ../scss/common.scss */
.box a:hover .photo img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 1999, ../scss/common.scss */
.box a:hover .photo .cover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 2010, ../scss/common.scss */
.box .panel .box-body {
  padding: 20px;
}
/* line 2012, ../scss/common.scss */
.box .panel .box-body h3 {
  font-size: 1rem;
}
/* line 2015, ../scss/common.scss */
.box .panel .box-body .info {
  margin-bottom: 0px;
}
/* line 2024, ../scss/common.scss */
.box.cate-interview .box-body h3 {
  color: #4db6dc;
}
/* line 2027, ../scss/common.scss */
.box.cate-interview .box-body .tag {
  background-color: #4db6dc;
}
/* line 2030, ../scss/common.scss */
.box.cate-interview .box-body .box-bottom {
  color: #4db6dc;
}
/* line 2038, ../scss/common.scss */
.box.cate-column .box-body h3 {
  color: #ef5350;
}
/* line 2041, ../scss/common.scss */
.box.cate-column .box-body .tag {
  background-color: #ef5350;
}
/* line 2044, ../scss/common.scss */
.box.cate-column .box-body .box-bottom {
  color: #ef5350;
}
/* line 2052, ../scss/common.scss */
.box.cate-summary .box-body h3 {
  color: #e0b344;
}
/* line 2055, ../scss/common.scss */
.box.cate-summary .box-body .tag {
  background-color: #e0b344;
}
/* line 2058, ../scss/common.scss */
.box.cate-summary .box-body .box-bottom {
  color: #e0b344;
}
@media only screen and (max-width: 768px) {
  /* line 2072, ../scss/common.scss */
  .box a .box-body {
    padding: 20px;
  }
  /* line 2074, ../scss/common.scss */
  .box a .box-body h3 {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 544px) {
  /* line 2090, ../scss/common.scss */
  .box a .box-body {
    padding: 20px;
  }
  /* line 2092, ../scss/common.scss */
  .box a .box-body h3 {
    font-size: 1.125rem;
    height: auto;
  }
  /* line 2098, ../scss/common.scss */
  .box a .box-body p {
    font-size: 0.9375rem;
    height: auto;
  }
}

/* line 2111, ../scss/common.scss */
.paging-nav {
  clear: both;
  width: 100%;
  font-size: 15px;
  line-height: 1em;
  padding: 25px 0;
}
/* line 2117, ../scss/common.scss */
.paging-nav .paging {
  text-align: center;
}
/* line 2119, ../scss/common.scss */
.paging-nav .paging li {
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
/* line 2125, ../scss/common.scss */
.paging-nav .paging li a,
.paging-nav .paging li span {
  padding: 7px 10px;
  border: 1px solid #dddddd;
  display: inline-block;
}
/* line 2131, ../scss/common.scss */
.paging-nav .paging li span {
  background-color: #333333;
  color: #ffffff;
}
/* line 2135, ../scss/common.scss */
.paging-nav .paging li.prev, .paging-nav .paging li.next {
  position: relative;
  font-weight: 400;
}
/* line 2139, ../scss/common.scss */
.paging-nav .paging li.prev a, .paging-nav .paging li.prev span, .paging-nav .paging li.next a, .paging-nav .paging li.next span {
  border: none;
  background-color: transparent;
  color: #333333;
}
/* line 2145, ../scss/common.scss */
.paging-nav .paging li.prev a:before, .paging-nav .paging li.next a:after {
  display: inline-block;
}

/* line 2165, ../scss/common.scss */
#header #tool-nav {
  float: none !important;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1em;
}

/* line 2173, ../scss/common.scss */
#header > .inner {
  line-height: 1em !important;
}

/* line 2177, ../scss/common.scss */
#header .head-nav li a,
#headerFixed.fixed .head-nav li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}

/* line 2184, ../scss/common.scss */
#header .head-nav li a {
  padding-bottom: 12px;
}

/* line 2188, ../scss/common.scss */
#header .head-nav li a:after,
#headerFixed.fixed .head-nav li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* line 2202, ../scss/common.scss */
#header .head-nav li a:hover:after,
#headerFixed.fixed .head-nav li a:hover:after {
  width: 100%;
}

/* line 2207, ../scss/common.scss */
#header #tool-nav li a i,
#header #tool-nav li span.search-btn i,
#headerFixed #tool-nav li a i,
#headerFixed #tool-nav li span.search-btn i {
  vertical-align: middle;
}

/* line 2214, ../scss/common.scss */
#header .head-nav li:after,
#headerFixed .head-nav li:after {
  vertical-align: middle;
}

/* line 2219, ../scss/common.scss */
#header .head-nav li a:after {
  background-color: #e5e5e5;
}

/* line 2223, ../scss/common.scss */
#headerFixed.fixed .head-nav li a:after {
  background-color: #fff;
}

/* line 2227, ../scss/common.scss */
#header #tool-nav li a:after,
#headerFixed.fixed #tool-nav li a:after {
  display: none !important;
}

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