@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
html, body {
  background: #fff;
  font-size: 10px;
}

* {
  -webkit-box-sizing: border-box;
          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 {
  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: #333;
  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 #fc6caa;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .btn {
    width: 290px;
    margin: 0 auto;
  }
  .btn a {
    width: 290px;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fc6caa;
    border: solid 1px #fc6caa;
    border-radius: 5px;
  }
  .btn a:hover {
    text-decoration: none;
    background-color: #fc6caa;
    color: #fff;
  }
  .btn a:hover:after {
    -webkit-filter: brightness(200);
            filter: brightness(200);
  }
  .btn a:after {
    content: '';
    display: block;
    color: #fc6caa;
    position: absolute;
    width: 10px;
    height: 14px;
    background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
    background-size: 100% auto;
    right: 15px;
    top: 0;
    bottom: 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 {
    width: 100%;
    background: #fff;
  }
  #header .common_inner {
    padding: 10px;
    height: 90px;
    position: relative;
    overflow: hidden;
  }
  #header .common_inner #logo {
    display: inline-block;
  }
  #header .common_inner #logo a {
    width: 300px;
    height: 70px;
    background: url(../images/common/logo_original.svg) center center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .common_inner #logo a:hover {
    opacity: 0.8;
  }
  #header .common_inner .header_right {
    width: 611px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: right;
  }
  #header .common_inner .header_right .btn_about {
    height: 50px;
  }
  #header .common_inner .header_right .btn_about a {
    min-width: 260px;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: solid 1px #dddbdb;
    background: #f3f3f3;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 0 #e9e9e9;
            box-shadow: 0 3px 0 #e9e9e9;
    color: #666;
  }
  #header .common_inner .header_right .btn_about a:hover {
    border-color: #fc6caa;
    -webkit-box-shadow: 0 3px 0 #fefefe;
            box-shadow: 0 3px 0 #fefefe;
  }
  #header .common_inner .header_right .btn_about a:before {
    content: '';
    background: url("../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;
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
  #header .common_inner .header_right .search_form {
    width: 328px;
    padding: 0;
    height: 50px;
  }
  #header .common_inner .header_right .search_form input[type="text"] {
    font-size: 1.4rem;
    width: 280px;
    height: 48px;
    padding: 15px 9px 11px 16px;
    -webkit-box-shadow: 0.5px 1px 6px 2px rgba(241, 241, 241, 0.9) inset, 1px -1px 6px 2px rgba(241, 241, 241, 0.5) inset, -5px 0 0 0px #fff inset;
            box-shadow: 0.5px 1px 6px 2px rgba(241, 241, 241, 0.9) inset, 1px -1px 6px 2px rgba(241, 241, 241, 0.5) inset, -5px 0 0 0px #fff inset;
    border: 1px solid #eeeeee;
  }
  #header .common_inner .header_right .search_form input[type="text"]:focus {
    outline: none;
    border: 1px solid #fc6caa;
  }
  #header .common_inner .header_right .search_form ::-webkit-input-placeholder {
    color: #aeaeae;
  }
  #header .common_inner .header_right .search_form ::-moz-placeholder {
    color: #aeaeae;
  }
  #header .common_inner .header_right .search_form :-ms-input-placeholder {
    color: #aeaeae;
  }
  #header .common_inner .header_right .search_form ::-ms-input-placeholder {
    color: #aeaeae;
  }
  #header .common_inner .header_right .search_form ::placeholder {
    color: #aeaeae;
  }
  #header .common_inner .header_right .search_form input[type="submit"] {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/search_btn_gray.png) center center no-repeat #e9e9e9;
    width: 48px;
    height: 48px;
    border: solid 1px #dddbdb;
  }
  #header .common_inner .header_right .search_form input[type="submit"]:hover {
    opacity: .9;
  }
  #header .common_inner .header_right .menu_sp {
    display: none;
  }

  /* ___________________global navigation */
  #gnav {
    width: 100%;
    height: 50px;
    background-color: #55a1ff;
  }
  #gnav .common_inner {
    padding: 0 10px;
    height: auto;
  }
  #gnav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #gnav .list .gmenu {
    width: calc(100% / 6);
  }
  #gnav .list .gmenu a {
    display: block;
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }
  #gnav .list .gmenu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  #gnav .list .gmenu a:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  /* ___________________footer */
  #footer {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 7px;
    border-top: 4px solid #dddbdb;
  }
  #footer .common_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 75px;
  }
  #footer .common_inner .fnav_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 5px;
  }
  #footer .common_inner .fnav_box > li {
    margin-bottom: 25px;
    padding-left: 18px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 1.5rem;
  }
  #footer .common_inner .fnav_box > li > a {
    display: inline-block;
    background: url(../images/common/fnav_arrow.svg) 0 center no-repeat;
    padding-left: 18px;
  }
  #footer .common_inner .fnav_box > li.color > a {
    background-image: url(../images/common/fnav_arrow2.svg);
  }
  #footer .common_inner .fnav_box > li ul li {
    padding-left: 18px;
    margin-bottom: 20px;
    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: 20px;
    font-size: 1.4rem;
  }
  #footer .common_inner .fnav_box > li ul li a:hover {
    text-decoration: underline;
  }
  #footer .common_inner .fnav_box > li.has_child ul li:first-child {
    margin-top: 20px;
  }
  #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: #fc6caa;
  }
  #footer .common_inner .fnav_box .color ul li {
    color: #333333;
  }
  #footer .common_inner .contact {
    display: block;
    width: 197px;
    height: 50px;
    line-height: 51px;
    text-align: center;
    background-color: #fce6f0;
    color: #fff;
    background: url(../images/common/icon_mail.png) 15% 52% no-repeat #55a1ff;
    margin-bottom: 33px;
    padding-left: 13px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #footer .common_inner .contact:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    text-decoration: none;
  }
  #footer .common_inner .sns {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.55rem;
  }
  #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 {
    width: 1050px;
    margin: 0 auto;
  }
  #footer .f_bottom .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: #666;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #footer .f_bottom .list .item a {
    display: block;
    font-size: 1.3rem;
    padding: 10px 25px 10px 10px;
  }
  #footer .pageTop {
    width: 42px;
    height: 42px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }
  #footer .pageTop a {
    width: 42px;
    height: 42px;
    display: block;
    background: url("../images/common/icon_pagetop.svg") center center no-repeat #55a1ff;
    border-radius: 50%;
  }
  #footer .pageTop a:hover {
    opacity: 0.8;
  }

  #copyrights {
    margin: 0 auto;
    color: #999;
    font-size: 1.2rem;
    text-align: center;
  }

  /* ___________________footer */
  /* ___________________content */
  .wp-pagenavi,
  .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: #fff;
    border: solid 1px #55a1ff;
    color: #55a1ff;
  }
  .wp-pagenavi a:last-child,
  .pagenavi a:last-child {
    margin-right: 0;
  }

  /* ___________________content */
  #search_tab {
    position: relative;
  }
  #search_tab .release_link {
    display: inline-block;
    width: 240px;
    height: 76px;
    margin: auto 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
  }
  #search_tab .release_link a {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 30px 20px;
    border-radius: 6px;
    background-color: #f6f6f6;
    position: relative;
    text-decoration: none;
  }
  #search_tab .release_link a:after {
    content: '';
    display: block;
    color: #ff3d91;
    position: absolute;
    width: 10px;
    height: 14px;
    background: url(../images/common/icon_arrow_pink.svg) center center no-repeat;
    background-size: 100% auto;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #search_tab .release_link a:hover {
    background-color: #fc559d;
    color: #fff;
  }
  #search_tab .release_link a:hover:after {
    -webkit-filter: brightness(200);
            filter: brightness(200);
  }

  #select_store,
  #select_label,
  #select_comics {
    position: relative;
  }
  #select_store:after,
  #select_label:after,
  #select_comics:after {
    content: '▼';
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    color: #fff;
    background-color: #55a1ff;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
  }
  #select_store select,
  #select_label select,
  #select_comics select {
    width: 240px;
    height: 40px;
    padding: 4.5px 10px;
    margin: 0 20px 10px 0;
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: solid 1px #55a1ff;
    background-color: #fff;
    font-size: 1.6rem;
    color: #333;
    position: relative;
  }
  #select_store select:focus,
  #select_label select:focus,
  #select_comics select:focus {
    outline: none;
  }

  .search_keyword {
    width: 465px;
    margin: 10px auto 0 auto;
  }
  .search_keyword form {
    position: relative;
  }
  .search_keyword form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 4.5px 10px;
    line-height: 40px;
    border: solid 1px #55a1ff;
    font-size: 1.6rem;
    color: #333;
  }
  .search_keyword form input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="text"]:focus:-moz-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="text"]:focus::-moz-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="submit"] {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/search_btn.png) center center no-repeat #55a1ff;
    width: 40px;
    height: 40px;
    border: solid 1px #55a1ff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .search_keyword form input[type="submit"]:hover {
    opacity: .9;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #main.open {
    overflow: hidden;
    height: 100%;
  }

  body {
    padding-top: 55px;
  }

  .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;
    margin: 20px 4% 0 4%;
    padding-left: 38px;
    padding-bottom: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 30px auto;
  }

  .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 #fc6caa;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .btn a {
    width: 290px;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fc6caa;
    border: solid 1px #fc6caa;
    border-radius: 5px;
  }
  .btn a:hover {
    text-decoration: none;
    border-radius: 5px;
  }
  .btn a:after {
    content: '';
    display: block;
    color: #fc6caa;
    position: absolute;
    width: 10px;
    height: 14px;
    background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
    background-size: 100% auto;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* ___________________Smartphones header */
  #header {
    height: 55px;
    width: 100%;
    background-color: #55a1ff;
    padding: 8px 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #header .common_inner {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .common_inner #logo {
    display: inline-block;
    width: calc(100% - 180px);
    height: 45px;
  }
  #header .common_inner #logo a {
    display: inline-block;
    width: 100%;
    height: 40px;
    background: url(../images/common/logo_original.svg) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .common_inner .sp_assets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .common_inner .sp_assets .recruit_sp {
    width: 125px;
    height: 46px;
    vertical-align: top;
    margin-top: -7px;
  }
  #header .common_inner .sp_assets .recruit_sp a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    background-image: url(../images/common/sp/recruit_header.png?id=20200728_2);
    background-size: cover;
    width: 125px;
    height: 46px;
  }
  #header .common_inner .sp_assets #search_btn_sp {
    position: relative;
    text-align: center;
    margin: 0 5px 0 10px;
    padding-top: 2px;
  }
  #header .common_inner .sp_assets #search_btn_sp button {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 33px;
    height: 33px;
    position: relative;
    background-color: transparent;
    outline: none;
    text-align: center;
  }
  #header .common_inner .sp_assets #search_btn_sp button img {
    width: 28px;
    height: auto;
    vertical-align: middle;
  }
  #header .common_inner .sp_assets #spnavbtn {
    position: relative;
    text-align: center;
    margin-top: 4px;
    margin-left: 10px;
  }
  #header .common_inner .sp_assets #spnavbtn button {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 33px;
    height: 33px;
    position: relative;
    background-color: transparent;
    outline: none;
  }
  #header .common_inner .sp_assets #spnavbtn button span {
    position: absolute;
    display: block;
    width: 32px;
    height: 2px;
    font-size: 0;
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .common_inner .sp_assets #spnavbtn button span:nth-of-type(1) {
    top: 2px;
  }
  #header .common_inner .sp_assets #spnavbtn button span:nth-of-type(2) {
    top: 14px;
    width: 100%;
  }
  #header .common_inner .sp_assets #spnavbtn button span:nth-of-type(3) {
    top: 25px;
  }
  #header .common_inner .sp_assets #spnavbtn .open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 16px;
  }
  #header .common_inner .sp_assets #spnavbtn .open span:nth-child(2) {
    opacity: 0;
  }
  #header .common_inner .sp_assets #spnavbtn .open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 15.5px;
  }
  #header .common_inner .sp_assets #spnavbtn .status {
    width: 100%;
    display: block;
    color: #fa1c81;
    position: absolute;
    bottom: -10px;
    font-size: 1.2rem;
    text-align: center;
  }
  #header .common_inner .sp_assets #spnavbtn .status.open {
    display: none;
  }
  #header .menu_sp {
    display: none;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: scroll;
    border-top: solid 1px #fff;
    position: absolute;
    top: 55px;
  }
  #header .menu_sp .search_form {
    width: 100vw;
    height: 60px;
    margin-top: 0;
    padding: 10px;
    top: 100%;
    background-color: #e9e9e9;
  }
  #header .menu_sp .search_form input[type="text"] {
    font-size: 1.2rem;
    width: calc(100% - 40px);
    padding: 10px 9px 11px 15px;
    -webkit-box-shadow: 0.5px 1px 6px 2px rgba(241, 241, 241, 0.9) inset, 1px -1px 6px 2px rgba(241, 241, 241, 0.9) inset, -5px 0 0 0px #fff inset;
            box-shadow: 0.5px 1px 6px 2px rgba(241, 241, 241, 0.9) inset, 1px -1px 6px 2px rgba(241, 241, 241, 0.9) inset, -5px 0 0 0px #fff inset;
    border: 1px solid transparent;
  }
  #header .menu_sp .search_form input[type="text"]:focus {
    outline: none;
    border: 1px solid #fc6caa;
  }
  #header .menu_sp .search_form ::-webkit-input-placeholder {
    color: #aeaeae;
  }
  #header .menu_sp .search_form ::-moz-placeholder {
    color: #aeaeae;
  }
  #header .menu_sp .search_form :-ms-input-placeholder {
    color: #aeaeae;
  }
  #header .menu_sp .search_form ::-ms-input-placeholder {
    color: #aeaeae;
  }
  #header .menu_sp .search_form ::placeholder {
    color: #aeaeae;
  }
  #header .menu_sp .search_form input[type="submit"] {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-color: #555;
    color: #555;
    background-image: url(../images/common/search_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
  }
  #header .menu_sp .search_form .search_btn {
    border: none;
  }
  #header .menu_sp .gnav_sp .has_child {
    padding: 17px 0;
    text-indent: 4%;
    background-color: #f3f3f3;
    color: #333;
  }
  #header .menu_sp .gnav_sp .has_child img {
    width: 30px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
  }
  #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 {
    font-size: 1.6rem;
    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;
    background-color: #f3f3f3;
    color: #333;
  }
  #header .menu_sp .gnav_sp .list_p .subnav {
    padding-top: 15px;
    display: none;
  }
  #header .menu_sp .gnav_sp .list_p .subnav .list_g {
    border-bottom: dotted 1px #e9e9e9;
  }
  #header .menu_sp .gnav_sp .list_p .subnav .list_g a {
    padding: 15px 4%;
    background-color: #e9e9e9;
    color: #333;
  }
  #header .menu_sp .gnav_sp .list_p button.trigger_btn {
    width: 30px;
    height: 15px;
    position: absolute;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 15px 0 0 0;
    top: 0;
    right: 4%;
    outline: 0;
    display: block;
    background-color: #f3f3f3;
  }
  #header .menu_sp .gnav_sp .list_p button.trigger_btn span {
    position: absolute;
    display: inline-block;
    background-color: #fc559d;
    width: 20px;
    height: 2px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    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 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header .menu_sp .gnav_sp .apply {
    color: #fc6caa;
    font-weight: 550;
  }
  #header .menu_sp .contact_box {
    margin-bottom: 25px;
  }
  #header .menu_sp .contact_box .btn {
    margin: 30px auto;
  }
  #header .menu_sp .contact_box .btn a {
    background-color: #55a1ff;
    color: #fff;
    border-color: #55a1ff;
  }
  #header .menu_sp .contact_box .btn a:after {
    content: none;
  }
  #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;
    padding-bottom: 3px;
    border-top: 2px solid #fc6caa;
  }
  #footer .fnav_box {
    display: none;
  }
  #footer .common_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px 15px;
  }
  #footer .common_inner .contact_box_sp {
    width: 100%;
    margin: 0 auto;
  }
  #footer .common_inner .contact_box_sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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 .contact_box_sp ul li .f_recruit {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    background-color: #ffcc00;
    border-radius: 5px;
    overflow: hidden;
  }
  #footer .common_inner .contact_box_sp ul li .f_recruit img {
    width: auto;
    height: 38px;
    vertical-align: middle;
  }
  #footer .common_inner .contact_box_sp ul li .contact {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 51px;
    text-align: center;
    background-color: #fce6f0;
    color: #fff;
    background: url(../images/common/icon_mail.png) 10% 52% no-repeat #55a1ff;
    margin-bottom: 33px;
    padding-left: 15%;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #footer .common_inner .sns_box {
    margin-bottom: 30px;
  }
  #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: 36px;
    height: 36px;
    margin: 0 auto;
  }
  #footer .f_bottom {
    margin: 0 4%;
  }
  #footer .f_bottom .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
  #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:after {
    content: '|';
    display: block;
    color: #666;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #footer .f_bottom .list .item:nth-child(3):after {
    content: none;
  }
  #footer .f_bottom .list .item a {
    display: block;
    font-size: 1.1rem;
    padding: 5px 8px 5px 2px;
  }
  #footer .pageTop {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
  }
  #footer .pageTop a {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/common/icon_pagetop.svg") center center no-repeat #55a1ff;
    background-size: 16px auto;
    border-radius: 50%;
  }

  #copyrights {
    margin: 0 auto;
    color: #999;
    font-size: 1.0rem;
    text-align: center;
  }

  /* ___________________Smartphones footer */
  /* ___________________Smartphones content */
  #search_tab {
    position: relative;
  }
  #search_tab .release_link {
    display: inline-block;
    width: 160px;
    height: 76px;
    margin: 0 0;
    position: absolute;
    right: 4%;
    top: -50px;
  }
  #search_tab .release_link a {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 6px;
    background-color: #f6f6f6;
    position: relative;
    text-decoration: none;
  }
  #search_tab .release_link a:after {
    content: '';
    display: block;
    color: #ff3d91;
    position: absolute;
    width: 10px;
    height: 14px;
    background: url(../images/common/icon_arrow_pink.svg) center center no-repeat;
    background-size: 100% auto;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #search_tab .release_link a:hover {
    background-color: #fc559d;
    color: #fff;
  }
  #search_tab .release_link a:hover:after {
    -webkit-filter: brightness(200);
            filter: brightness(200);
  }

  .wp-pagenavi,
  .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-pagenavi span, .wp-pagenavi a,
  .pagenavi span,
  .pagenavi a {
    margin-right: 2px;
    width: 30px;
    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: #fff;
    color: #55a1ff;
    margin-right: 1px;
  }
  .wp-pagenavi a:last-child,
  .pagenavi a:last-child {
    margin-right: 0;
  }

  /* ___________________Smartphones content */
  #select_store,
  #select_label,
  #select_comics {
    position: relative;
  }
  #select_store:after,
  #select_label:after,
  #select_comics:after {
    content: '▼';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #55a1ff;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
  }
  #select_store select,
  #select_label select,
  #select_comics select {
    width: 100%;
    height: 40px;
    padding: 4.5px 10px;
    margin: 0 20px 10px 0;
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: solid 1px #55a1ff;
    background-color: #fff;
    font-size: 1.5rem;
    color: #333;
    position: relative;
  }
  #select_store select:focus,
  #select_label select:focus,
  #select_comics select:focus {
    outline: none;
  }

  .search_keyword {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .search_keyword form {
    position: relative;
  }
  .search_keyword form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 4.5px 10px;
    line-height: 40px;
    border: solid 1px #55a1ff;
    font-size: 1.6rem;
    color: #333;
  }
  .search_keyword form input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="text"]:focus:-moz-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="text"]:focus::-moz-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="submit"] {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/search_btn.png) center center no-repeat #55a1ff;
    width: 40px;
    height: 40px;
    border: solid 1px #55a1ff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .search_keyword form input[type="submit"]:hover {
    opacity: .9;
  }
}
/* ---------------------------------------
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: 255px;
    height: 305px;
    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: 194px;
    background-image: url("../images/common/recruit_short.png?id=20200728");
  }
  .apply_bnr .pc_short a:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 320px) {
  #header .common_inner #logo {
    width: 100%;
    margin-left: 5px;
  }
  #header .common_inner #logo a {
    width: 100%;
    background-size: contain;
  }
  #header .common_inner .sp_assets .recruit_sp {
    width: 120px;
    height: 46px;
  }
  #header .common_inner .sp_assets .recruit_sp a {
    background-size: contain;
    width: 120px;
    height: 46px;
    margin-top: 0;
  }
  #header .common_inner .sp_assets #search_btn_sp {
    display: none;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.fade.lazyloaded {
  opacity: 1;
}
