@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
html, body {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
}

/* ___________________Link */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

/* ___________________header */
/* ___________________global navigation */
#gnav {
  width: auto;
  margin: 0 auto;
}
#gnav > li {
  height: 57px;
  margin: 0;
  padding: 0;
  display: block;
}
#gnav li a {
  background: url(../images/common/gnav.png);
  margin: 0;
  padding: 0;
  display: block;
}

#pankuzu {
  padding: 12px 0;
  background: #f6f6f6;
}
#pankuzu li {
  display: inline;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.3;
}
#pankuzu li:not(:last-of-type):after {
  content: '>';
  margin: 0 10px 0 5px;
}
#pankuzu li a {
  margin: 0 8px 0 0;
  color: #eb3e89;
  text-decoration: underline;
}
#pankuzu li a:hover {
  text-decoration: none;
}

/* ___________________layout */
#wrapper {
  margin: 0 auto;
}

#sub {
  margin: 0 auto;
}

#main {
  margin: 0 auto;
}

/* ___________________footer */
#footer {
  margin: 0 auto;
}

/* ___________________UI */
.link {
  width: 180px;
  margin: 0 auto 20px auto;
}
.link a {
  width: 180px;
  padding: 8px 0 6px 0;
  display: block;
  background-color: #2f2b2b;
  font-size: 1.4rem;
  color: #b8b8b8;
  text-align: center;
}
.link a:hover {
  opacity: 0.8;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #main {
    min-height: 800px;
  }

  .sp {
    display: none;
  }

  /* ___________________Layout */
  html, body {
    min-width: 1050px;
    position: relative;
  }

  .common_inner {
    width: 1000px;
    margin: 0 auto;
  }

  .main_tl {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 60px 56px 40px;
  }

  .con_tl {
    margin: 110px 0 40px;
    text-align: center;
    position: relative;
  }
  .con_tl .tl {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 0 25px;
    z-index: 1;
  }
  .con_tl .en {
    display: block;
    font-size: 1.5rem;
    color: #e492b6;
    margin-top: 10px;
    letter-spacing: 0.1rem;
  }
  .con_tl:before {
    content: '';
    background: url(../images/common/con_tl_icon.png);
    width: 33px;
    height: 13px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .con_tl:after {
    content: '';
    position: absolute;
    width: 1000px;
    border: dashed 0.5px #eb3e89;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  h2.stitle_below_img {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    font-size: 2.2rem;
  }
  h2.stitle_below_img:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  h2.stitle_above_img {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  h2.stitle_above_img:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /* ___________________header */
  #header {
    overflow: hidden;
    width: 100%;
  }
  #header .common_inner {
    padding: 10px;
    height: 90px;
    position: relative;
    overflow: hidden;
  }
  #header .common_inner #logo {
    display: inline-block;
    margin-top: 8px;
  }
  #header .common_inner #logo a {
    width: 211px;
    height: 54px;
    background: url(../images/common/logo.png) no-repeat;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .common_inner #logo a:hover {
    opacity: 0.8;
  }
  #header .common_inner .header_right {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
  }
  #header .common_inner .header_right .btn_about {
    height: 50px;
  }
  #header .common_inner .header_right .btn_about a {
    min-width: 280px;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: solid 1px #eb3e89;
    background: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 3px 0 #eb3e89;
    color: #666;
  }
  #header .common_inner .header_right .btn_about a:hover {
    border-color: #eb3e89;
    box-shadow: 0 1px 0 #eb3e89;
  }
  #header .common_inner .header_right .btn_about a:before {
    content: '';
    background: url(https://original.mechacomic.jp/images/common/logo_original_c.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, -2px, 0);
  }
  #header .common_inner .header_right .search_form {
    width: 328px;
    padding: 0;
    height: 50px;
    margin-left: 20px;
  }
  #header .common_inner .header_right .search_form input[type="text"] {
    font-size: 1.4rem;
    width: 280px;
    height: 48px;
    padding: 15px 9px 11px 16px;
    box-shadow: 0.5px 1px 6px 0 rgba(241, 241, 241, 0.9) inset;
    border: 1px solid #eeeeee;
  }
  #header .common_inner .header_right .search_form input[type="text"]:focus {
    outline: none;
    border: 1px solid #eb3e89;
  }
  #header .common_inner .header_right .search_form ::placeholder {
    color: #aeaeae;
  }
  #header .common_inner .header_right .search_form input[type="submit"] {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/search_btn.png) center center no-repeat #ff8498;
    width: 48px;
    height: 48px;
    border: none;
  }
  #header .common_inner .header_right .search_form input[type="submit"]:hover {
    opacity: .9;
  }
  #header .common_inner .menu_sp {
    display: none;
  }

  /* ___________________global navigation */
  #gnav {
    width: 100%;
    background-color: #e72b62;
  }
  #gnav .common_inner {
    padding: 0 10px;
    height: 70px;
  }
  #gnav .list {
    display: flex;
    justify-content: space-between;
  }
  #gnav .list .gmenu a {
    position: relative;
    display: block;
    height: 70px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
  }
  #gnav .list .gmenu a:hover {
    text-decoration: none;
  }
  #gnav .list .gmenu a:hover:after {
    transform: translate3d(0, 0, 0);
  }
  #gnav .list .gmenu a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 2px;
  }
  #gnav .list .gmenu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transform: translate3d(0, 10px, 0);
    transition: all 200ms linear;
  }
  #gnav .list .gmenu .gnav_about:before {
    background-image: url(../images/common/gnav_icon_about.png);
    width: 22px;
    height: 22px;
  }
  #gnav .list .gmenu .gnav_new:before {
    background-image: url(../images/common/gnav_icon_new.png);
    width: 23px;
    height: 24px;
  }
  #gnav .list .gmenu .gnav_campaign:before {
    background-image: url(../images/common/gnav_icon_campaign.png);
    width: 29px;
    height: 22px;
  }
  #gnav .list .gmenu .gnav_find_product:before {
    background-image: url(../images/common/gnav_icon_find_product.png);
    width: 22px;
    height: 22px;
  }
  #gnav .list .gmenu .gnav_find_artist:before {
    background-image: url(../images/common/gnav_icon_find_artist.png);
    width: 23px;
    height: 25px;
  }
  #gnav .list .gmenu .gnav_products:before {
    background-image: url(../images/common/gnav_icon_products.png);
    width: 19px;
    height: 22px;
  }
  #gnav .list .gmenu .gnav_media:before {
    background-image: url(../images/common/gnav_icon_media.svg);
    width: 23px;
    height: 18px;
  }

  /* ___________________footer */
  #footer {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-top: 50px;
    border-top: 2px solid #eb3e89;
  }
  #footer > .common_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
  }
  #footer > .common_inner .fnav_box {
    align-items: center;
    padding-right: 5px;
  }
  #footer > .common_inner .fnav_box > li {
    margin-bottom: 15px;
    padding-left: 18px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 1.5rem;
  }
  #footer > .common_inner .fnav_box > li > a {
    position: relative;
    display: inline-block;
    padding-left: 18px;
  }
  #footer > .common_inner .fnav_box > li > a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    transform: rotate(45deg);
  }
  #footer > .common_inner .fnav_box > li ul li {
    padding-left: 18px;
    margin-bottom: 15px;
    position: relative;
  }
  #footer > .common_inner .fnav_box > li ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: rgba(51, 51, 51, 0.3);
    top: 50%;
  }
  #footer > .common_inner .fnav_box > li ul li a {
    display: block;
    text-indent: 15px;
    font-size: 1.4rem;
  }
  #footer > .common_inner .fnav_box > li ul li a:hover {
    text-decoration: underline;
  }
  #footer > .common_inner .fnav_box:first-of-type li {
    padding-left: 0;
  }
  #footer > .common_inner .fnav_box > li.has_child ul li:first-child {
    margin-top: 15px;
  }
  #footer > .common_inner .fnav_box > li.has_child ul .footer_about:before {
    top: 25%;
  }
  #footer > .common_inner .fnav_box > li.has_child ul .footer_about span {
    padding-left: 20px;
    line-height: 1.5;
  }
  #footer > .common_inner .fnav_box .color > a {
    color: #eb3e89;
  }
  #footer > .common_inner .fnav_box .color > a:before {
    border-top: 2px solid #eb3e89;
    border-right: 2px solid #eb3e89;
  }
  #footer > .common_inner .fnav_box .color ul li {
    color: #333333;
  }
  #footer > .common_inner .contact {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #e55881, #e72d63);
    margin-bottom: 25px;
    padding-left: 13px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 18px;
  }
  #footer > .common_inner .contact:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_mail.png") center 0/100% no-repeat;
    width: 22px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #footer > .common_inner .contact:hover {
    text-decoration: none;
    opacity: .9;
  }
  #footer > .common_inner .sns {
    text-align: center;
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
  #footer > .common_inner .twitter {
    display: block;
    background-image: url(../images/common/icon_x.png);
    background-repeat: no-repeat;
    background-position: 25% 50%;
    width: 41px;
    height: 41px;
    margin: 0 auto;
  }
  #footer > .common_inner .twitter:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    text-decoration: none;
  }
  #footer .f_bottom {
    background-color: #e72b62;
  }
  #footer .f_bottom .common_inner {
    width: 1050px;
    padding-top: 10px;
    margin: 0 auto;
  }
  #footer .f_bottom .list {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  #footer .f_bottom .list .item {
    margin-right: 10px;
    position: relative;
  }
  #footer .f_bottom .list .item:last-child {
    margin-right: 0;
  }
  #footer .f_bottom .list .item:last-child:after {
    content: '';
    display: none;
  }
  #footer .f_bottom .list .item:after {
    content: '|';
    display: block;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #footer .f_bottom .list .item a {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    padding: 10px 25px 10px 10px;
  }
  #footer .pageTop {
    width: 42px;
    height: 42px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
  }
  #footer .pageTop a {
    width: 42px;
    height: 42px;
    display: block;
    background-image: url("../images/about/pagetop.png");
    background-size: 100%;
  }
  #footer .pageTop a:hover {
    opacity: 0.8;
  }

  #copyrights {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  /* ___________________footer */
  /* ___________________content */
  .wp-pagenavi,
  .pagenavi {
    display: flex;
    justify-content: center;
  }
  .wp-pagenavi span, .wp-pagenavi a,
  .pagenavi span,
  .pagenavi a {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 1.8rem;
  }
  .wp-pagenavi span:hover,
  .wp-pagenavi a:hover,
  .pagenavi span:hover,
  .pagenavi a:hover {
    background-color: #333;
    text-decoration: none;
  }
  .wp-pagenavi span.current, .wp-pagenavi a.current, .wp-pagenavi span.on, .wp-pagenavi a.on,
  .pagenavi span.current,
  .pagenavi a.current,
  .pagenavi span.on,
  .pagenavi a.on {
    background-color: #eb3e89;
    color: #fff;
  }
  .wp-pagenavi a:last-child,
  .pagenavi a:last-child {
    margin-right: 0;
  }

  /* ___________________content */
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #main.open {
    overflow: hidden;
    height: 100%;
  }

  body {
    margin-top: 70px;
  }

  .pc {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  #gnav {
    display: none;
  }

  /* ___________________Smartphones Layout */
  .common_inner {
    margin: 0 4%;
  }

  .main_tl {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    padding: 40px 0 30px 52px;
  }

  .con_tl {
    margin: 90px 0 30px;
    text-align: center;
    position: relative;
  }
  .con_tl .tl {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 0 25px;
    z-index: 1;
  }
  .con_tl .en {
    display: block;
    font-size: 1.5rem;
    color: #e492b6;
    margin-top: 10px;
    letter-spacing: 0.1rem;
  }
  .con_tl:before {
    content: '';
    background: url(../images/common/con_tl_icon.png);
    width: 33px;
    height: 13px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .con_tl:after {
    content: '';
    position: absolute;
    width: 100%;
    border: dashed 0.5px #eb3e89;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* ___________________Smartphones header */
  #header {
    height: 70px;
    width: 100%;
    background-color: #fff;
    padding: 13px 0 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #header .common_inner {
    display: flex;
    justify-content: space-between;
  }
  #header .common_inner #logo {
    display: inline-block;
    width: 140px;
    height: 45px;
  }
  #header .common_inner #logo a {
    display: inline-block;
    width: 156px;
    height: 40px;
    background-image: url(../images/common/sp/logo_sp.png);
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .common_inner .header_right {
    margin-right: 2%;
  }
  #header .common_inner .recruit_sp {
    display: inline-block;
    width: 50px;
    height: 44px;
    vertical-align: top;
  }
  #header .common_inner .recruit_sp a {
    display: block;
    background: url(../images/common/sp/recruit_header.png) center 0/21px 28px no-repeat;
    color: #e72b62;
    width: 100%;
    font-size: 1.1rem;
    padding-top: 34px;
    white-space: nowrap;
  }
  #header .common_inner #spnavbtn {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-left: 15px;
  }
  #header .common_inner #spnavbtn button {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 33px;
    height: 33px;
    position: relative;
    background-color: #fff;
    outline: none;
  }
  #header .common_inner #spnavbtn button span {
    position: absolute;
    display: block;
    width: 32px;
    height: 2px;
    font-size: 0;
    background: #eb3e89;
    transition: all .4s;
    box-sizing: border-box;
  }
  #header .common_inner #spnavbtn button span:nth-of-type(1) {
    top: 2px;
  }
  #header .common_inner #spnavbtn button span:nth-of-type(2) {
    top: 14px;
    width: 100%;
  }
  #header .common_inner #spnavbtn button span:nth-of-type(3) {
    top: 25px;
  }
  #header .common_inner #spnavbtn .open span:nth-child(1) {
    transform: rotate(45deg);
    top: 16px;
  }
  #header .common_inner #spnavbtn .open span:nth-child(2) {
    opacity: 0;
  }
  #header .common_inner #spnavbtn .open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15.5px;
  }
  #header .common_inner #spnavbtn .status {
    width: 100%;
    display: block;
    color: #e72b62;
    position: absolute;
    bottom: -10px;
    font-size: 1.2rem;
    text-align: center;
  }
  #header .common_inner #spnavbtn .status.open {
    display: none;
  }
  #header .menu_sp {
    display: none;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: scroll;
    position: absolute;
    top: 65px;
  }
  #header .menu_sp .gnav_sp .has_child {
    padding: 17px 0;
    text-indent: 4%;
    color: #fff;
  }
  #header .menu_sp .gnav_sp .open {
    padding-bottom: 0 !important;
  }
  #header .menu_sp .gnav_sp .open .trigger_btn span:nth-child(2) {
    display: none;
  }
  #header .menu_sp .gnav_sp .list_p:first-child {
    border-top: 1px dotted #666;
  }
  #header .menu_sp .gnav_sp .list_p {
    font-size: 1.4rem;
    background-color: #e72b62;
    border-bottom: 1px dotted #fff;
    position: relative;
  }
  #header .menu_sp .gnav_sp .list_p a {
    display: block;
    width: 100%;
    height: auto;
    padding: 17px 4%;
    font-size: 1.6rem;
    color: #fff;
  }
  #header .menu_sp .gnav_sp .list_p .subnav {
    padding-top: 15px;
    display: none;
  }
  #header .menu_sp .gnav_sp .list_p .subnav .list_g {
    background-color: #fff;
    border-bottom: 1px dotted #3b3b3b;
  }
  #header .menu_sp .gnav_sp .list_p .subnav .list_g:last-child {
    border-bottom: none;
  }
  #header .menu_sp .gnav_sp .list_p .subnav .list_g a {
    padding: 15px 4%;
    color: #333;
  }
  #header .menu_sp .gnav_sp .list_p button.trigger_btn {
    width: 25px;
    height: 0px;
    position: absolute;
    border: 0;
    outline: 0;
    padding: 0;
    top: 23px;
    right: 5%;
    outline: 0;
    display: block;
  }
  #header .menu_sp .gnav_sp .list_p button.trigger_btn span {
    position: absolute;
    display: inline-block;
    background-color: #fff;
    width: 23px;
    height: 2px;
    transition: all 300ms linear;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #header .menu_sp .gnav_sp .list_p button.trigger_btn span:last-child {
    transform: rotate(90deg);
  }
  #header .menu_sp .gnav_sp .apply {
    color: #eb3e89;
    font-weight: 550;
  }
  #header .menu_sp .contact_box {
    margin-bottom: 25px;
  }
  #header .menu_sp .contact_box .contact {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("../images/common/sp/sp_gnav_contact.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 74.6%;
    height: 0;
    padding-top: 13.85%;
    margin: 23px auto;
  }
  #header .menu_sp .contact_box .sns {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 13px;
  }
  #header .menu_sp .contact_box .twitter {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("../images/common/sp/sp_gnav_sns.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 9.6%;
    height: 0;
    padding-top: 10%;
    margin: 0 auto;
  }
  #header .menu_sp .close {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 13px 0;
    outline: 0;
    background-color: #888;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin-bottom: 170px;
  }

  /* ___________________Smartphones global navigation */
  /* ___________________Smartphones footer */
  #footer {
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    border-top: 2px solid #eb3e89;
  }
  #footer .fnav_box {
    display: none;
  }
  #footer .common_inner {
    display: flex;
    justify-content: center;
    padding: 0 10px;
  }
  #footer .common_inner .contact_box_sp {
    width: 100%;
    margin: 0 auto;
  }
  #footer .common_inner .contact_box_sp ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #footer .common_inner .contact_box_sp ul li {
    width: calc( 98% / 2 );
  }
  #footer .common_inner .contact_box_sp ul li .f_link {
    display: inline-block;
    width: 100%;
  }
  #footer .common_inner .contact_box_sp ul li:last-child {
    margin-right: 0;
  }
  #footer .common_inner .sns_box {
    margin-bottom: 25px;
  }
  #footer .common_inner .sns_box .sns {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  #footer .common_inner .sns_box .twitter {
    display: block;
    background-image: url(../images/common/sp/icon_x_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  #footer .f_bottom {
    background-color: #e72b62;
    padding-top: 5px;
    padding-bottom: 7px;
  }
  #footer .f_bottom .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .f_bottom .list .item {
    position: relative;
  }
  #footer .f_bottom .list .item:last-child {
    margin-right: 0;
  }
  #footer .f_bottom .list .item:last-child:after {
    content: '';
    display: none;
  }
  #footer .f_bottom .list .item:nth-child(3):after {
    content: none;
  }
  #footer .f_bottom .list .item:after {
    content: '|';
    display: block;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
  }
  #footer .f_bottom .list .item a {
    display: block;
    font-size: 1.1rem;
    color: #fff;
    padding: 5px 8px 5px 2px;
  }
  #footer .f_bottom .list:nth-child(3):after {
    content: none;
  }
  #footer .f_bottom .common_inner .list:nth-child(3):after {
    content: none;
  }
  #footer .pageTop {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
  }
  #footer .pageTop a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../images/about/pagetop.png");
    background-size: 100%;
  }

  #copyrights {
    display: block;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
  }

  /* ___________________Smartphones footer */
  /* ___________________Smartphones content */
  .wp-pagenavi,
  .pagenavi {
    display: flex;
    justify-content: center;
  }
  .wp-pagenavi span, .wp-pagenavi a,
  .pagenavi span,
  .pagenavi a {
    margin-right: 1.3%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 1.8rem;
  }
  .wp-pagenavi span.current, .wp-pagenavi span.current,
  .wp-pagenavi span.on, .wp-pagenavi a.on,
  .pagenavi span.current,
  .pagenavi span.current,
  .pagenavi span.on,
  .pagenavi a.on {
    background-color: #eb3e89;
    color: #fff;
    margin-right: 1.3%;
  }
  .wp-pagenavi a:last-child,
  .pagenavi a:last-child {
    margin-right: 0;
  }

  /* ___________________Smartphones content */
}
/* ---------------------------------------
PC right fixd bnr
--------------------------------------- */
@media print, screen and (min-width: 1400px) {
  .apply_bnr {
    position: absolute;
    top: 210px;
    right: 0;
  }
  .apply_bnr.fixed {
    position: fixed;
    top: 0;
  }
  .apply_bnr .pc_wide a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 250px;
    height: 280px;
    background-image: url("../images/common/recruit_wide.png");
  }
  .apply_bnr .pc_wide a:hover {
    opacity: .8;
  }
  .apply_bnr .pc_short {
    display: none;
  }
}
@media print, screen and (min-width: 700px) and (max-width: 1400px) {
  .apply_bnr {
    position: absolute;
    top: 210px;
    right: 0;
  }
  .apply_bnr.fixed {
    position: fixed;
    top: 0;
  }
  .apply_bnr .pc_wide {
    display: none;
  }
  .apply_bnr .pc_short {
    padding-top: 20px;
  }
  .apply_bnr .pc_short a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 50px;
    height: 168px;
    background-image: url("../images/common/recruit_short.png");
  }
  .apply_bnr .pc_short a:hover {
    opacity: .8;
  }
}
