@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Actual */
@font-face {
  font-family: 'Actual';
  font-style: normal;
  font-weight: normal;
  src: url("../font/Actual_Light.eot");
  src: url("../font/Actual_Light.eot?#iefix") format("embedded-opentype"), url("../font/Actual_Light.woff") format("woff"), url("../font/Actual_Light.woff2") format("woff2");
}

@font-face {
  font-family: 'Actual';
  font-style: normal;
  font-weight: 600;
  src: url("../font/Actual_Medium.eot");
  src: url("../font/Actual_Medium.eot?#iefix") format("embedded-opentype"), url("../font/Actual_Medium.woff") format("woff"), url("../font/Actual_Medium.woff2") format("woff2");
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

html {
  font-size: 3.125vw;
  font-family: ACTUAL, 'メイリオ', Meiryo, sans-serif;
}

@media screen and (orientation: landscape) {
  html {
    font-size: 3.125vh;
  }
}

@media (min-width: 751px) {
  html {
    min-width: 1280px;
    font-size: 62.5%;
  }
}

body {
  margin-top: 100px;
}

@media (max-width: 750px) {
  body {
    margin-top: 18.125vw;
  }
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  body {
    margin-top: 18.125vh;
  }
}

img {
  max-width: 100%;
}

.clearfix {
  clear: both;
}

@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.title {
  font-size: 5rem;
  position: relative;
  font-weight: bold;
  text-align: center;
  padding-bottom: 35px;
}

@media (max-width: 750px) {
  .title {
    font-size: 2.4rem;
    padding-bottom: 6.875vw;
  }
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  .title {
    padding-bottom: 6.875vh;
  }
}

.title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 100px;
}

@media (max-width: 750px) {
  .title:after {
    height: 1.875vw;
    width: 25vw;
  }
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  .title:after {
    width: 25vh;
    height: 1.875vh;
  }
}

.fader.scrollIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fader {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.86, 0.57, 1.01), -webkit-transform 0.5s cubic-bezier(0.15, 0.86, 0.57, 1.01);
  transition: opacity 0.5s cubic-bezier(0.15, 0.86, 0.57, 1.01), -webkit-transform 0.5s cubic-bezier(0.15, 0.86, 0.57, 1.01);
  transition: opacity 0.5s cubic-bezier(0.15, 0.86, 0.57, 1.01), transform 0.5s cubic-bezier(0.15, 0.86, 0.57, 1.01);
  transition: opacity 0.5s cubic-bezier(0.15, 0.86, 0.57, 1.01), transform 0.5s cubic-bezier(0.15, 0.86, 0.57, 1.01), -webkit-transform 0.5s cubic-bezier(0.15, 0.86, 0.57, 1.01);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*パーツ*/
header {
  height: 100px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  min-width: 1280px;
  box-shadow: 0 1px 10px rgba(60, 60, 60, 0.1);
}

header .header {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  height: 100%;
  align-items: center;
}

header .header_logo {
  width: 170px;
  display: inline-block;
}

header .g-nav {
  display: inline-block;
  height: 100%;
}

header .g-nav_list {
  display: flex;
  width: 100%;
  height: 100%;
}

header .g-nav_item {
  display: inline-block;
  height: 100%;
  padding: 0 15px;
  position: relative;
}

header .g-nav_item > a {
  font-size: 2.8rem;
  font-weight: bold;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

header .g-nav_item > a.current p:after, header .g-nav_item > a:hover p:after {
  width: calc(100% + 10px);
  transition: 0.2s ease-in all;
  left: -5px;
}

header .g-nav_item > a p {
  width: 100%;
  display: inline-block;
  text-align: center;
  word-wrap: break-word;
  position: relative;
}

header .g-nav_item > a p:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #07acd7;
  position: absolute;
  top: 120%;
  left: 50%;
  transition: 0.2s ease-in all;
}

header .g-nav_item_hover {
  display: none;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 10px 10px rgba(60, 60, 60, 0.1);
}

header .g-nav_item_hover_item {
  display: inline-block;
  height: 80px;
  width: 100%;
  text-align: center;
}

header .g-nav_item_hover_item:hover {
  background-color: #07acd7;
}

header .g-nav_item_hover_item:hover a {
  color: #fff;
}

header .g-nav_item_hover_item:hover a span {
  color: #fff;
}

header .g-nav_item_hover_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.6rem;
  padding-top: 20px;
  font-weight: bold;
}

header .g-nav_item_hover_item a span {
  color: #07acd7;
  font-size: 1rem;
  padding-top: 5px;
  font-weight: bold;
}

header .g-nav_item.hover_item:hover .g-nav_item_hover {
  display: block;
}

#hero_player {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url("../img/blue_bg.png") top/cover repeat;
  height: 600px;
}

#hero_player img {
  max-width: none;
}

#hero_player:after {
  content: "";
  padding-top: 46.875%;
  display: block;
}

#hero_player .hero_bg {
  position: absolute;
  width: 1280px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  z-index: 1;
}

#hero_player .hero_view_content {
  z-index: 3;
  height: 100%;
  width: 1280px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#hero_player #stripe {
  left: 0;
  background-color: #fff;
  z-index: 2;
  transform: rotate(-20deg) translateY(65%) translateX(-110%);
  -webkit-transform: rotate(-20deg) translateY(65%) translateX(-110%);
  transform-origin: 25%;
  content: "";
  position: absolute;
  top: 50%;
  width: 200%;
  height: 33.3%;
  opacity: 1;
}

#hero_player #stripe.active {
  transform: rotate(-20deg) translateY(65%) translateX(-20%);
  -webkit-transform: rotate(-20deg) translateY(65%) translateX(-20%);
  transition: 0.2s all ease-in;
}

#hero_player #fixed_ball {
  position: fixed;
  right: 20px;
  bottom: 120%;
  width: 140px;
  height: 140px;
  background-color: transparent;
  z-index: 50;
}

#hero_player #fixed_ball a {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

#hero_player.yoon_hero .bg_text {
  width: 390px;
  height: auto;
  position: absolute;
  top: -70px;
  left: -18px;
}

#hero_player.yoon_hero .bg_img {
  position: absolute;
  top: -85px;
  left: 635px;
  width: 80%;
}

#hero_player.yoon_hero #img_player1 {
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 320px;
  z-index: 10;
}

#hero_player.yoon_hero #player_name {
  position: absolute;
  width: 375px;
  height: auto;
  top: 115px;
  left: 115px;
}

#hero_player.yoon_hero #hero_text {
  position: absolute;
  bottom: -45px;
  left: -10px;
  width: 1645px;
  z-index: 5;
}

#hero_player.lee_hero .bg_text {
  width: 390px;
  height: auto;
  position: absolute;
  top: -70px;
  left: -18px;
}

#hero_player.lee_hero .bg_img {
  position: absolute;
  top: -60px;
  left: 375px;
  width: 75%;
}

#hero_player.lee_hero #img_player1 {
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 605px;
  z-index: 10;
}

#hero_player.lee_hero #player_name {
  position: absolute;
  width: 375px;
  height: auto;
  top: 115px;
  left: 115px;
}

#hero_player.lee_hero #hero_text {
  position: absolute;
  bottom: -45px;
  left: -10px;
  width: 1380px;
  z-index: 5;
}

#hero_player.arimura_hero .bg_text {
  width: 390px;
  height: auto;
  position: absolute;
  top: -70px;
  left: -18px;
}

#hero_player.arimura_hero .bg_img {
  top: -155px;
  left: 695px;
  width: 75%;
  position: absolute;
}

#hero_player.arimura_hero #img_player1 {
  position: absolute;
  display: inline-block;
  top: 50px;
  left: 635px;
  z-index: 10;
}

#hero_player.arimura_hero #player_name {
  position: absolute;
  width: 375px;
  height: auto;
  top: 115px;
  left: 115px;
}

#hero_player.arimura_hero #hero_text {
  position: absolute;
  bottom: -20px;
  left: -10px;
  width: 1210px;
  z-index: 5;
}

#profile {
  background-color: #fff;
  padding: 70px 0 80px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

#profile .title {
  color: #07acd7;
  margin-bottom: 65px;
}

#profile .title:after {
  background-color: #000;
}

#profile .inner {
  width: 970px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2rem;
}

#profile .profile_text {
  padding-bottom: 65px;
  border-bottom: 1px solid #efefef;
}

#profile .profile_text p {
  line-height: 45px;
}

#profile .profile_content {
  position: relative;
  padding-top: 65px;
}

#profile .profile_content .profile_content_text p {
  padding-bottom: 30px;
}

#profile .profile_content .profile_content_text p:last-child {
  padding-bottom: 0;
}

#profile .profile_content .profile_content_text .text_title {
  color: #07acd7;
  display: inline-block;
  width: 90px;
}

#profile .profile_content .profile_content_text .text_content {
  margin-left: 55px;
}

#profile .profile_content .profile_sns {
  position: absolute;
  bottom: 15px;
  right: 0;
}

#profile .profile_content .profile_sns .profile_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#profile .profile_content .profile_sns .profile_sns_list .profile_sns_btn {
  width: 30px;
  height: 30px;
  margin: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s ease-in all;
  position: relative;
}

#profile .profile_content .profile_sns .profile_sns_list .profile_sns_btn:hover {
  opacity: 0.7;
  transition: 0.3s ease-in all;
}

#profile .profile_content .profile_sns .profile_sns_list .profile_sns_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

#profile .profile_content .profile_sns .profile_sns_list .profile_sns_btn img {
  display: block;
  margin: auto;
  max-height: 100%;
}

#stats {
  background: url("../img/stats_bg.png") top/cover no-repeat;
  padding: 70px 0 100px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

#stats .title {
  color: #fff;
  margin-bottom: 60px;
}

#stats .title:after {
  background-color: #07acd7;
}

#stats .inner {
  width: 970px;
  display: block;
  margin: 0 auto;
}

#stats .stats_table {
  font-weight: bold;
}

#stats .stats_table .stats_table_line {
  display: flex;
  align-items: stretch;
  padding-bottom: 50px;
}

#stats .stats_table .stats_table_line:last-child {
  padding-bottom: 0;
}

#stats .stats_table .stats_table_line .stats_table_th {
  width: 185px;
  font-size: 4.5rem;
  color: #07acd7;
}

#stats .stats_table .stats_table_line .stats_table_td {
  width: 785px;
}

#stats .stats_table .stats_content {
  width: 100%;
  display: flex;
  font-size: 2rem;
  padding-top: 10px;
  padding-bottom: 15px;
}

#stats .stats_table .stats_content .stats_event {
  width: 730px;
  color: #fff;
  display: table;
  text-align: center;
  white-space: nowrap;
}

#stats .stats_table .stats_content .stats_event:after {
  content: '';
  display: table-cell;
  width: 100%;
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 2px));
  background-clip: padding-box;
}

#stats .stats_table .stats_content .stats_event:after {
  border-left: 1em solid transparent;
}

#stats .stats_table .stats_content .stats_event p {
  padding-right: 10px;
  text-align: left;
}

#stats .stats_table .stats_content .stats_event_rank {
  width: 55px;
  color: #07acd7;
  text-align: right;
}

_:-ms-lang(x)::-ms-backdrop, #stats .stats_table .stats_content .stats_event:after {
  background: linear-gradient(transparent 90%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 2px));
  transform: translateY(-50%);
}

#gallery {
  background: url("../img/blue_bg.png") top/cover repeat;
  padding: 70px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

#gallery .title {
  color: #000;
  margin-bottom: 65px;
}

#gallery .title:after {
  background-color: #fff;
}

#gallery .bx-wrapper {
  border: none;
  background-color: transparent;
  box-shadow: none;
  max-width: none !important;
}

#gallery .gallery_item {
  position: relative;
}

#gallery .gallery_item .black {
  z-index: 1;
}

#gallery .gallery_item .color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.3s all ease-in;
}

#gallery .gallery_item:hover .color {
  opacity: 1;
}

.link-wrapper {
  background-color: #fff;
  padding: 90px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.link-wrapper .inner {
  width: 970px;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.link-wrapper .link-box {
  width: 458px;
  background-color: #000;
  padding: 30px;
  text-align: center;
  position: relative;
  transition: 0.5s ease-out all;
  overflow: hidden;
}

.link-wrapper .link-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #07acd7;
  z-index: 1;
  transform: translateX(-100%);
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.2s ease-in all;
}

.link-wrapper .link-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  height: 20px;
  width: 20px;
  border: 10px solid transparent;
  border-left: 10px solid #07acd7;
  transform: translateY(-50%);
  transition: 0.2s ease-out all;
  z-index: 2;
}

.link-wrapper .link-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.link-wrapper .link-box p {
  color: #07acd7;
  font-size: 3rem;
  font-weight: bold;
  transition: 0.2s ease-out all;
  z-index: 2;
  position: relative;
}

.link-wrapper .link-box.hover:before {
  transform: translateX(0%);
  opacity: 1;
}

.link-wrapper .link-box.hover:after {
  border-left: 10px solid #000;
  transition: 0.2s ease-out all;
}

.link-wrapper .link-box.hover p {
  color: #000;
  transition: 0.2s ease-out all;
}

.link-wrapper .link-box.hover.remove:after {
  border-left: 10px solid #07acd7;
  transition: 0.2s ease-out all;
}

.link-wrapper .link-box.hover.remove p {
  color: #07acd7;
  transition: 0.2s ease-out all;
}

.link-wrapper .link-box.hover.remove:before {
  transform: translateX(100%);
  opacity: 0;
}

.iziModal {
  background-color: transparent !important;
}

.iziModal-content img {
  width: 100%;
}

.iziModal-navigate-caption {
  display: none !important;
}

/********** Default : Mobile **********/
@keyframes btnMgnb {
  0% {
    width: 0;
  }
  100% {
    width: 24px;
  }
}

@keyframes btnMgnbH {
  0% {
    height: 0;
  }
  100% {
    height: 24px;
  }
}

@keyframes btnMgnb02 {
  0% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}

@keyframes btnMgnbH02 {
  0% {
    height: 0;
  }
  100% {
    height: 28px;
  }
}

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

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

/**** footer ****/
footer {
  position: relative;
  border-top: 1px solid #eee;
  color: #666;
  z-index: 10;
}

footer a {
  position: relative;
  display: block;
  transition: all 0.4s;
}

.copyrigth {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

/** footer_nav **/
.footer_nav {
  padding: 0 14px;
}

.footer_nav ul {
  width: 100%;
  padding: 10px 0 2px;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}

.footer_nav li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 0;
  width: 31%;
}

.footer_nav li.f_nav {
  width: 40%;
}

.footer_nav li.bl {
  width: 0;
}

.footer_nav li.b12:before {
  display: none;
}

.footer_nav li.bl:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 1px;
  height: 10px;
  background: #ddd;
  content: "";
}

.footer_nav li a {
  padding: 10px 5px;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.footer_nav li a:focus,
.footer_nav li a:hover {
  color: #019ee3;
}

.footer_nav ul:after {
  display: inline-block;
  width: 99%;
  height: 0;
  content: "";
}

/** footer_sns **/
.footer_sns {
  padding: 25px 20px 23px;
}

.footer_sns li {
  float: left;
  margin-left: 12px;
}

.footer_sns li:first-child {
  margin-left: 0;
}

.footer_sns li a {
  width: 28px;
  height: 28px;
  background: #ccc;
  border-radius: 100%;
  overflow: hidden;
}

.footer_sns li a:focus,
.footer_sns li a:hover {
  background: #019ee3;
}

.footer_sns li img {
  width: 100%;
}

.footer_sns ul:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  vertical-align: top;
  overflow: hidden;
}

/** family_site **/
.family_site .btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 120px;
  width: 210px;
  height: 35px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #999;
  font-size: 13px;
  font-weight: 600;
  line-height: 33px;
  transition: width 0.4s, border 0.3s, color 0.3s;
}

.family_site .btn:after {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 12px;
  height: 7px;
  background: url("/wp-content/themes/qcells2018/resources/images/layout/ico_family_site_arrow.png") center/100% no-repeat;
  content: "";
  transition: transform 0.4s;
}

/* family_site_cont */
.family_site_cont {
  position: relative;
  padding: 15px 10px;
  background: #f4f4f4;
  display: none;
  animation: fade both 0.4s;
  overflow: hidden;
  z-index: 1;
}

.family_site_cont h2 {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.family_site_cont li {
  float: left;
  width: 50%;
  padding: 2px 10px;
  box-sizing: border-box;
}

.family_site_cont li a {
  padding: 5px 0;
  color: #666;
  font-size: 13px;
  line-height: 16px;
}

.family_site_cont li a:focus,
.family_site_cont li a:hover {
  color: #000;
}

.family_site_cont ul:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  vertical-align: top;
  overflow: hidden;
}

/* family_site Active */
.family_site.on .btn {
  color: #000;
  border-color: #000;
}

.family_site.on .btn:after {
  transform: rotate(180deg);
}

.family_site.on .family_site_cont {
  display: block;
}

.family_site.off .btn {
  color: #999;
  border-color: #ddd;
}

.family_site.off .btn:after {
  transform: rotate(0);
}

.family_site.off .family_site_cont {
  animation: fadeOutheight both 0.6s;
}

/********** Mobile Old **********/
@media all and (max-width: 340px) {
  /**** footer ****/
  /** family_site **/
  .family_site .btn {
    width: 118px;
  }
}

/********** Tablet & PC **********/
@media all and (min-width: 740px) {
  /**** footer ****/
  .footer_cont {
    position: relative;
    height: 160px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .footer_cont:after {
    display: block;
    position: absolute;
    left: 50px;
    top: 64px;
    width: calc(100% - 100px);
    height: 1px;
    background: #f4f4f4;
    content: "";
  }
  .copyrigth {
    position: absolute;
    left: 50px;
    top: 103px;
    height: 20px;
    padding-left: 104px;
    background: url("/wp-content/themes/qcells2018/resources/images/layout/footer_logo.png") left top no-repeat;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  /** footer_nav **/
  .footer_nav {
    margin-left: -5px;
    padding: 0;
  }
  .footer_nav ul {
    padding: 16px 0 0;
    text-align: left;
  }
  .footer_nav li {
    width: initial;
    width: auto;
  }
  .footer_nav li.f_nav {
    width: initial;
    width: auto;
  }
  .footer_nav li.bl {
    padding: 0 5px;
  }
  .footer_nav li.bl:before {
    left: 6px;
    height: 12px;
  }
  .footer_nav li.b12:before {
    display: block;
  }
  .footer_nav li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
  }
  .footer_nav ul:after {
    display: none;
  }
  /** footer_sns **/
  .footer_sns {
    position: absolute;
    right: 50px;
    top: 18px;
    padding: 0;
  }
  /** family_site **/
  .family_site .btn {
    right: 50px;
    top: 95px;
    width: 170px;
    height: 37px;
    font-size: 14px;
    line-height: 35px;
  }
  .family_site .btn:after {
    position: absolute;
    right: 12px;
    top: 16px;
    width: 7px;
    height: 4px;
    background: url("/wp-content/themes/qcells2018/resources/images/layout/ico_family_site_arrow02.png") center/100% no-repeat;
    content: "";
    transition: all 0.4s;
  }
  /* family_site_cont */
  .family_site_cont {
    position: absolute;
    right: 50px;
    bottom: 64px;
    width: calc(100% - 100px);
    max-width: 895px;
    padding: 40px 50px;
    background: #fff;
    box-sizing: border-box;
  }
  .family_site_cont:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    content: "";
  }
  .family_site_cont:after {
    position: absolute;
    right: 1px;
    bottom: -5px;
    width: 168px;
    height: 10px;
    background: #fff;
    content: "";
    z-index: 2;
    transition: all 0.4s;
  }
  .family_site_cont h2 {
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
  }
  .family_site_cont h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #019ee3;
    content: "";
  }
  .family_site_cont ul {
    margin: 10px 0 0 -50px;
  }
  .family_site_cont li {
    float: left;
    width: calc(100% / 3 - 1px);
    padding: 0 0 0 50px;
    box-sizing: border-box;
  }
  .family_site_cont li a {
    padding: 7px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .family_site_cont li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18px;
    height: 1px;
    background: #ddd;
    content: "";
  }
  .family_site_cont li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #019ee3;
    content: "";
    transition: width 0.4s;
  }
  .family_site_cont li a:focus:after,
  .family_site_cont li a:hover:after {
    width: 18px;
  }
  .family_site.off .family_site_cont {
    animation: fadeOut both 0.5s;
  }
}

/********** Tablet **********/
@media all and (min-width: 740px) and (max-width: 960px) {
  /**** footer ****/
  .family_site_cont li {
    width: 50%;
  }
}

/********** PC Max **********/
@media all and (min-width: 1311px) {
  /**** footer ****/
  .footer_cont {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .footer_cont:after {
    left: 0;
    width: 100%;
  }
  .copyrigth {
    left: 0;
  }
  .family_site .btn,
  .family_site_cont,
  .footer_sns {
    right: 0;
  }
}
.fixedBn {
  display: none;
}
