@charset "UTF-8";
/*========================================


	*This CSS is written by SASS


========================================*/
/* = MediaQueries
----------------------------------------------- */
/*========================================


	*This CSS  src _reset.scss


========================================*/
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: none; }

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

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; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

main {
  display: block; }

/*========================================


	*This CSS  src _color.scss


========================================*/
/* = Color
----------------------------------------------- */
/*========================================


	*This CSS  src _font.scss


========================================*/
html {
  font-size: 62.5%;
  font-family: "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  color: #000;
  text-rendering: auto; }

@media screen and (max-width: 414px) {
  html {
    font-size: 2.77778vw; } }

/* = WebFonts
----------------------------------------------- */
.font_en, .section_hl .en, .eve .en, .ex .ex_txt {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .09em; }

/* = Weight
----------------------------------------------- */
.normal {
  font-weight: normal !important; }

.bold {
  font-weight: bold !important; }

/* = FontSize px to rem
----------------------------------------------- */
/*========================================


	*This CSS  src _common.scss


========================================*/
/* = Commons
----------------------------------------------- */
* {
  word-break: break-all; }

a {
  color: #000;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a:hover {
  color: #000; }

.pointer {
  cursor: pointer; }

.no_point {
  pointer-events: none !important; }

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

/* = Text align
----------------------------------------------- */
.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

/* = Selected Text
----------------------------------------------- */
::-moz-selection {
  background: #5CA3F2; }

::selection {
  background: #5CA3F2; }

/* = Clear fix
----------------------------------------------- */
.clearfix:after {
  content: ' ';
  display: block;
  clear: both; }

/* = Margin Commons
----------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important; }

@media screen and (min-width: 768px) {
  .mb0 {
    margin-bottom: 0% !important; } }

.mb10 {
  margin-bottom: 10px !important; }

@media screen and (min-width: 768px) {
  .mb10 {
    margin-bottom: 1.5% !important; } }

.mb20 {
  margin-bottom: 20px !important; }

@media screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 3% !important; } }

.mb30 {
  margin-bottom: 30px !important; }

@media screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 4.5% !important; } }

.mb40 {
  margin-bottom: 40px !important; }

@media screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 6% !important; } }

.mb50 {
  margin-bottom: 50px !important; }

@media screen and (min-width: 768px) {
  .mb50 {
    margin-bottom: 7.5% !important; } }

.mb60 {
  margin-bottom: 60px !important; }

@media screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 9% !important; } }

.mb70 {
  margin-bottom: 70px !important; }

@media screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 10.5% !important; } }

.mb80 {
  margin-bottom: 80px !important; }

@media screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 12% !important; } }

.mb90 {
  margin-bottom: 90px !important; }

@media screen and (min-width: 768px) {
  .mb90 {
    margin-bottom: 13.5% !important; } }

.mb100 {
  margin-bottom: 100px !important; }

@media screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 15% !important; } }

.mt0 {
  margin-top: 0px !important; }

@media screen and (min-width: 768px) {
  .mt0 {
    margin-top: 0% !important; } }

.mt10 {
  margin-top: 10px !important; }

@media screen and (min-width: 768px) {
  .mt10 {
    margin-top: 1.5% !important; } }

.mt20 {
  margin-top: 20px !important; }

@media screen and (min-width: 768px) {
  .mt20 {
    margin-top: 3% !important; } }

.mt30 {
  margin-top: 30px !important; }

@media screen and (min-width: 768px) {
  .mt30 {
    margin-top: 4.5% !important; } }

.mt40 {
  margin-top: 40px !important; }

@media screen and (min-width: 768px) {
  .mt40 {
    margin-top: 6% !important; } }

.mt50 {
  margin-top: 50px !important; }

@media screen and (min-width: 768px) {
  .mt50 {
    margin-top: 7.5% !important; } }

.mt60 {
  margin-top: 60px !important; }

@media screen and (min-width: 768px) {
  .mt60 {
    margin-top: 9% !important; } }

.mt70 {
  margin-top: 70px !important; }

@media screen and (min-width: 768px) {
  .mt70 {
    margin-top: 10.5% !important; } }

.mt80 {
  margin-top: 80px !important; }

@media screen and (min-width: 768px) {
  .mt80 {
    margin-top: 12% !important; } }

.mt90 {
  margin-top: 90px !important; }

@media screen and (min-width: 768px) {
  .mt90 {
    margin-top: 13.5% !important; } }

.mt100 {
  margin-top: 100px !important; }

@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 15% !important; } }

/* = Padding
----------------------------------------------- */
.no_padding {
  padding: 0 !important; }

/* = Form reset
----------------------------------------------- */
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:not([type="checkbox"]), button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #000; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 4px #FDD84C;
  box-shadow: 0 0 4px #FDD84C;
  border: 2px solid #FDD84C; }

/* = Display on off
----------------------------------------------- */
.sp {
  display: block; }

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

.pc {
  display: none; }

@media screen and (min-width: 768px) {
  .pc {
    display: block; } }

/* = Box shadow
----------------------------------------------- */
.shadow, .common_btn a, .common_btn button, .store_lists .s_list a, .store_lists .s_list .sl_btn, .edit .submit_btn input[type="submit"], .overflow_slider .slide_lists .slide .slide_wrap .cover, .overflow_slider.bg_transparent .slide_lists .slide .slide_wrap .cover, .contents_info, .read_lists .read_btn_double .r_btn a, .main_lists .m_list .ph .cover, .btn_area .btn_ebook a, .thumb_lists .t_list a, .cover_lists .c_list > a, .cover_lists .c_list .btn-read, .circle_lists .c_list .logo_wrap, .select_btns, .data_lists.type_fukidashi-top .d_list .fukidashi, .btn_data, .userspush .head_middle .ctr .c_list, .userspush .user_list .li_head .ph .cover, .userspush .select_lists .s_list .sy:checked + label, .kakuyomu_contents .pager div a, .kakuyomu_contents .contents_detail .read_btn_double .r_btn a, .kakuyomu_contents .book_overlay .overlay_wrap .store_btn .btn a, .mypage_container .data_favorite .f_book, .mypage_container .data_main .d_comment, .mypage_container .mypage_ctrs, .setting_content .select_lists .s_list .sy:checked + label, .mypage_setting_comp .setting_content .comment_area .comment, .partner_container .data_main .d_comment, .btn_book a, .myaccount_contents .m_content_inner, .login_body, .matome_content .index_lists, .about_page .thumb_area .thumb img, .about_page .partner_lists .p_list .avatar, .special_lists .s_list, .list_button .l_btn a, .list_button .l_btn .ico_cart {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

/* = Round
----------------------------------------------- */
.round, .edit input[type="text"], .edit textarea, .edit .registered_item, .overflow_slider .slide_lists .slide .slide_wrap .cover, .contents_info, .next_contents .inner, .std_lists > .s_list .ph .cover, .main_lists .m_list .ph .cover, .thumb_lists .t_list a, .thumbs, .thumbs .phs, .cover_lists .c_list > a, .userspush .user_list .li_head .ph .cover, .from_bnr .thumb .ph, .mypage_setting_comp .setting_content .comment_area .comment {
  border-radius: 4px; }

/* = Flex
----------------------------------------------- */
.row, .ctrs, .tag_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row .col2, .ctrs .col2, .tag_lists .col2 {
  width: 50%; }

.row .col3, .ctrs .col3, .tag_lists .col3 {
  width: 33.3333%; }

.row .col4, .ctrs .col4, .tag_lists .col4 {
  width: 23% !important; }

/*========================================


	*This CSS  src _header.scss


========================================*/
header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10; }

@media screen and (min-width: 960px) {
  header {
    margin-bottom: 20px; } }

header.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

header.sticky + div {
  padding-top: 62px; }

@media screen and (min-width: 960px) {
  header.sticky + div {
    padding-top: 100px; } }

header .header {
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 12px 15px 15px; }

.header_ttl_s {
  width: 30%; }

@media screen and (max-width: 320px) {
  .header_ttl_s {
    width: 25%; } }

@media screen and (min-width: 500px) {
  .header_ttl_s {
    width: 25%; } }

@media screen and (min-width: 960px) {
  .header_ttl_s {
    width: 50%; } }

.header_ttl_s .logo {
  display: block;
  width: 85%;
  margin-right: 2%; }

@media screen and (max-width: 320px) {
  .header_ttl_s .logo {
    margin-right: 0;
    width: 100%; } }

@media screen and (min-width: 960px) {
  .header_ttl_s .logo {
    width: 180px;
    margin-right: 20px; } }

.header_ttl_s .sub_ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3; }

@media screen and (min-width: 960px) {
  .header_ttl_s .sub_ttl {
    font-size: 14px;
    font-size: 1.4rem; } }

.gnav {
  width: 70%;
  margin-left: auto; }

@media screen and (max-width: 320px) {
  .gnav {
    width: 70%; } }

@media screen and (min-width: 500px) {
  .gnav {
    width: 46%;
    margin-left: auto; } }

@media screen and (min-width: 960px) {
  .gnav {
    width: 50%; } }

.gnav .nav_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  font-size: 10px;
  font-size: 1rem; }

@media screen and (min-width: 960px) {
  .gnav .nav_lists {
    width: 300px;
    margin-left: auto;
    font-weight: bold; } }

@media screen and (min-width: 960px) {
  .gnav .nav_lists .n_list {
    width: 25%; } }

.gnav .nav_lists .n_list a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .gnav .nav_lists .n_list a {
    padding: 0; } }

.gnav .nav_lists .n_list .ico {
  display: block;
  margin: 0 auto 8%;
  height: 20px; }

@media screen and (min-width: 960px) {
  .gnav .nav_lists .n_list .ico {
    height: 25px;
    margin-bottom: 10px; } }

.gnav .nav_lists .n_list .ico img {
  width: auto;
  height: 100%; }

.snav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: -1; }

@media screen and (min-width: 960px) {
  .snav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #74c369;
    background: -webkit-gradient(linear, left top, right top, from(#74c369), color-stop(50%, #74c369), color-stop(50%, #fdd84c), to(#fdd84c));
    background: linear-gradient(90deg, #74c369 0%, #74c369 50%, #fdd84c 50%, #fdd84c 100%); } }

.snav.headroom {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.snav.headroom--not-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.snav.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.snav .s_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -.04em; }

@media screen and (min-width: 960px) {
  .snav .s_item {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }

.snav .s_item a {
  color: #FFF;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.3; }

@media screen and (max-width: 320px) {
  .snav .s_item a {
    min-height: 46px; } }

@media screen and (min-width: 960px) {
  .snav .s_item a {
    padding: 1.3em 0;
    height: auto;
    height: initial; } }

.snav .s_item a::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.snav .s_item:nth-child(1) {
  background: #45B035; }

.snav .s_item:nth-child(1) a {
  padding: .7em 0; }

.snav .s_item:nth-child(1) a::after {
  background: #74C369; }

.snav .s_item:nth-child(1) span {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

@media screen and (max-width: 767px) {
  .snav .s_item:nth-child(1) span {
    font-size: 10px; } }

.snav .s_item:nth-child(2) {
  background: #FF7792; }

.snav .s_item:nth-child(2) a::after {
  background: #FCA1B3; }

.snav .s_item:nth-child(3) {
  background: #4497F2; }

.snav .s_item:nth-child(3) a::after {
  background: #6AADF7; }

.snav .s_item:nth-child(4) {
  background: #FCC800; }

.snav .s_item:nth-child(4) a {
  padding: 1.3em 0; }

.snav .s_item:nth-child(4) a::after {
  background: #FDD84C; }

.snav .s_item:nth-child(5) {
  background: #B37FD6; }

.snav .s_item:nth-child(5) a::after {
  background: #D7A1FC; }

.disable_nav_float .snav.headroom--not-top {
  display: none; }

.gmenu {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 100000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  overflow: auto; }

.gmenu.is_active {
  opacity: 1;
  pointer-events: all; }

.gmenu_head {
  position: relative;
  padding: 5.333%; }

@media screen and (min-width: 960px) {
  .gmenu_head {
    padding: 40px; } }

.gmenu_head .gmenu_logo {
  display: block;
  width: 132px;
  margin: 0 auto; }

@media screen and (min-width: 960px) {
  .gmenu_head .gmenu_logo {
    width: 180px; } }

.gmenu_head .gmenu_close {
  width: 40px;
  position: absolute;
  top: 50%;
  right: 5.333%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

@media screen and (min-width: 960px) {
  .gmenu_head .gmenu_close {
    width: 60px; } }

.gmenu_body {
  margin: 0 5.333%;
  margin-top: 4%; }

@media screen and (min-width: 960px) {
  .gmenu_body {
    width: 400px;
    margin: 0 auto; } }

.gmenu_body .gmenu_search {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: solid 1px #E9E9E9; }

.gmenu_body .gmenu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gmenu_body .gmenu_list .list_item {
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin: 1%; }

.gmenu_body .gmenu_list .list_item .item {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: solid 1px #E9E9E9;
  border-radius: 8px;
  overflow: hidden; }

.gmenu_body .gmenu_list .list_item .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem; }

.gmenu_body .gmenu_list .list_item .item a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  z-index: 0; }

.gmenu_body .gmenu_list .list_item .item a span {
  width: 100%;
  display: block;
  text-align: center;
  background: #4497F2;
  padding: .5em 0;
  position: absolute;
  left: 0;
  bottom: 0; }

.gmenu_body .gmenu_list .list_item.item_newbook a::after {
  width: 52.8px;
  height: 40.65px;
  background: url(../img/icon_newbook.svg) no-repeat center;
  background-size: cover; }

.gmenu_body .gmenu_list .list_item.item_tag a::after {
  width: 39.33px;
  height: 39.33px;
  background: url(../img/icon_tag.svg) no-repeat center;
  background-size: auto 100%; }

.gmenu_body .gmenu_list .list_item.item_label a::after {
  width: 36.35px;
  height: 41.55px;
  background: url(../img/icon_label.svg) no-repeat center;
  background-size: auto 100%; }

.gmenu_body .gmenu_list .list_item.item_ranking a::after {
  width: 45.91px;
  height: 36.73px;
  background: url(../img/icon_ranking.svg) no-repeat center;
  background-size: auto 100%; }

.gmenu_body .gmenu_list .list_item.item_comment a::after {
  width: 47.22px;
  height: 36.73px;
  background: url(../img/icon_comment.svg) no-repeat center;
  background-size: auto 100%; }

.gmenu_body .gmenu_list .list_item.item_matome a::after {
  width: 41.39px;
  height: 33.63px;
  background: url(../img/icon_matome.svg) no-repeat center;
  background-size: auto 100%; }

.gmenu_body .gmenu_list .list_item.item_sokuhou a::after {
  width: 39.29px;
  height: 34.26px;
  background: url(../img/icon_send.svg) no-repeat center;
  background-size: auto 100%; }

.gmenu_body .gmenu_list .list_item.item_cp a {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: -.09em; }

.gmenu_body .gmenu_list .list_item.item_cp a span {
  padding: .65em 0; }

.gmenu_body .gmenu_list .list_item.item_cp a::after {
  width: 47.22px;
  height: 38.85px;
  background: url(../img/icon_cp.svg) no-repeat center;
  background-size: auto 100%; }

.gmenu_body .gmenu_list .list_item.item_muryou a::after {
  width: 35.72px;
  height: 40.83px;
  background: url(../img/icon_muryou.svg) no-repeat center;
  background-size: auto 100%; }

.gmenu_body .gmenu_list .list_item.item_hyoushi a::after {
  width: 35.72px;
  height: 40.83px;
  background: url(../img/icon_hyoushi.svg) no-repeat center;
  background-size: auto 100%; }

.gmenu_body .gmenu_list .list_item.item_sp a {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: -.09em; }

.gmenu_body .gmenu_list .list_item.item_sp a span {
  padding: .65em 0; }

.gmenu_body .gmenu_list .list_item.item_sp a::after {
  width: 47.22px;
  height: 38.85px;
  background: url(../img/icon_stars.svg) no-repeat center;
  background-size: auto 100%; }

/*========================================


	*This CSS  src _layout.scss


========================================*/
body.disable {
  pointer-events: none; }

#wrapper {
  background: #F6F9FA url(../img/bg_polkadot.svg) repeat center top;
  background-size: 100% auto;
  width: 100%; }

@media screen and (min-width: 960px) {
  #wrapper {
    background-repeat: repeat;
    background-size: 500px auto; } }

/* - PC layout
------------------------------------------------------- */
@media screen and (min-width: 960px) {
  #container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #container #main {
    width: 620px;
    margin: 0 20px; }
  #container #main.fullpage {
    width: 100%;
    margin: 0 auto; }
  #container #sidebar {
    width: 320px; } }

/* - divider
------------------------------------------------------- */
.divider, #hot, #excellent, #now, #next, #recently, #tag, #release, #label, #notice, #mediamix, #reading {
  padding-bottom: 20px;
  position: relative; }

.divider::after, #hot::after, #excellent::after, #now::after, #next::after, #recently::after, #tag::after, #release::after, #label::after, #notice::after, #mediamix::after, #reading::after {
  content: '';
  width: 100%;
  height: 20px;
  display: block;
  background: #F6F9FA url(../img/bg_polkadot.svg) no-repeat 0 -30px;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .divider::after, #hot::after, #excellent::after, #now::after, #next::after, #recently::after, #tag::after, #release::after, #label::after, #notice::after, #mediamix::after, #reading::after {
    background-repeat: repeat;
    background-size: 500px auto; } }

/* - Line Clamp 2line or 3line
------------------------------------------------------- */
.line_clamp_02 {
  overflow: hidden; }

.line_clamp_02 .line_clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.line_clamp_3 {
  overflow: hidden; }

.line_clamp_3 .line_clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.line_clamp_4 {
  overflow: hidden; }

.line_clamp_4 .line_clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.line_clamp_5 {
  overflow: hidden; }

.line_clamp_5 .line_clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }

.is_firefox .line_clamp_3 .line_clamp, .is_ie .line_clamp_3 .line_clamp, .is_edge .line_clamp_3 .line_clamp {
  height: 3.2em;
  overflow: hidden;
  display: block; }

.is_firefox .line_clamp_4 .line_clamp, .is_ie .line_clamp_4 .line_clamp, .is_edge .line_clamp_4 .line_clamp {
  height: 4.3em;
  overflow: hidden;
  display: block; }

.is_firefox .line_clamp_5 .line_clamp, .is_ie .line_clamp_5 .line_clamp, .is_edge .line_clamp_5 .line_clamp {
  height: 7.3em;
  overflow: hidden;
  display: block; }

/* - Common Button
------------------------------------------------------- */
button {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.btn_wrap {
  padding: 1% 0 10%;
  background: #FFF; }

@media screen and (min-width: 960px) {
  .btn_wrap {
    padding: 1px 0 30px; } }

.common_banner {
  text-align: center;
  width: 89.33%;
  margin: 4% auto; }

@media screen and (min-width: 960px) {
  .common_banner {
    max-width: 640px; } }

.common_btn {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-left: 5.333%;
  margin-right: 5.333%; }

.common_btn a, .common_btn button {
  display: inline-block;
  padding: .5em 3em;
  background: #FFF;
  border: solid 4px #000;
  border-radius: 80px;
  color: #000; }

.common_btn.size_l {
  margin: 6% 5.333%; }

@media screen and (min-width: 960px) {
  .common_btn.size_l {
    width: 70%;
    margin: 0 auto 30px; } }

.common_btn.size_l a {
  display: block;
  padding: 1.5em; }

.common_btn.size_s a {
  padding: .5em 1.5em; }

.common_btn.color_pink a, .common_btn.color_pink button {
  color: #FF7792;
  border-color: #FF7792; }

.common_btn.color_blue a, .common_btn.color_blue button {
  color: #4497F2;
  border-color: #4497F2; }

.common_btn.color_green a, .common_btn.color_green button {
  color: #4EC93B;
  border-color: #4EC93B; }

.common_btn.color_yellow a, .common_btn.color_yellow button {
  color: #FFD800;
  border-color: #FFD800; }

.common_btn.rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8% 5.333% 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  position: relative; }

.common_btn.rows::after {
  content: '';
  width: 3px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin: auto; }

.common_btn.rows .cols {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: .5em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.common_btn.rows .cols:first-child {
  border-radius: 80px 0 0 80px;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  border-left: solid 4px #000; }

.common_btn.rows .cols:last-child {
  border-radius: 0 80px 80px 0;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  border-right: solid 4px #000; }

.common_btn.color_fillblue a, .common_btn.color_fillblue button {
  background-color: #4497F2;
  border-color: #4497F2;
  color: #FFF; }

.btn_wrap_2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.btn_wrap_2col .common_btn {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.btn_wrap_2col .common_btn:not(:last-child) {
  margin-right: 4%; }

.btn_wrap_2col .common_btn a, .btn_wrap_2col .common_btn button {
  padding: .5em 1em; }

@media screen and (max-width: 414px) {
  .btn_wrap_2col .common_btn a, .btn_wrap_2col .common_btn button {
    width: calc(100% - 2em - 8px); } }

@media screen and (min-width: 960px) {
  .btn_wrap_2col .common_btn a, .btn_wrap_2col .common_btn button {
    padding: 1em 3em; } }

/* - text
------------------------------------------------------- */
.common_txt {
  margin: 0 5.333% 4%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6; }

@media screen and (min-width: 960px) {
  .common_txt {
    margin: 0 20px 40px; } }

.common_txt a {
  display: inline;
  color: #4497F2; }

.common_txt strong, .common_txt b {
  font-weight: bold; }

.common_txt strong.red, .common_txt b.red {
  color: #FF4040; }

/* - Youtube
------------------------------------------------------- */
.iframe_wrap {
  margin: 0 5.333% 4%; }

.youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.timeline {
  margin: 0 0 8%; }

/* - Split Text Color
------------------------------------------------------- */
.split_txt > span:nth-child(1n) {
  color: #FCC800; }

.split_txt > span:nth-child(2n) {
  color: #EA617C; }

.split_txt > span:nth-child(3n) {
  color: #45B035; }

.split_txt > span:nth-child(4n) {
  color: #3071B9; }

/* - Text information
------------------------------------------------------- */
.information {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 4% 3% 0 3%; }

@media screen and (min-width: 960px) {
  .information {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 20px; } }

.information .i_content {
  display: inline-block;
  border: solid 1px #FF7792;
  color: #FF7792;
  background: #FFF;
  padding: .5em 2em;
  border-radius: 50px;
  text-align: left; }

.information .i_content a {
  color: #FF7792;
  text-decoration: underline; }

.info {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  margin: .5em 0; }

@media screen and (min-width: 960px) {
  .info {
    font-size: 12px;
    font-size: 1.2rem; } }

.info a {
  padding: 1em 0; }

.info a.ico_face span {
  display: inline-block;
  position: relative;
  padding-left: 22px; }

.info a.ico_face span::before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background: url(../img/icon_face.svg) no-repeat center;
  background-size: auto 16px; }

.info a.ico_help span {
  display: inline-block;
  position: relative;
  padding-left: 18px; }

.info a.ico_help span::before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background: url(../img/icon_help.svg) no-repeat center;
  background-size: auto 14px; }

/* - section unique style
------------------------------------------------------- */
#hot, #excellent, #now, #next, #recently, #tag, #release, #label, #notice, #mediamix, #reading {
  overflow: hidden; }

.section {
  padding: 8% 0;
  background: #FFF; }

@media screen and (min-width: 960px) {
  .section {
    padding: 30px 0; } }

.section--transparent {
  background: transparent; }

#ranking, .ranking_section {
  background: #FFD800;
  padding: 8% 0 10%;
  margin-bottom: 8%; }

.ranking_section {
  margin-bottom: 0; }

#review {
  padding-bottom: 8%; }

#release .row .col3, #release .ctrs .col3, #release .tag_lists .col3 {
  width: 31.2%; }

#tag .common_btn, #release .common_btn, #notice .common_btn, #label .common_btn, #notice .common_btn, #mediamix .common_btn, #reading .common_btn {
  margin-bottom: 8%; }

.ranking_slider_wrap {
  margin-bottom: 8%; }

/* - section_hl
------------------------------------------------------- */
.update {
  text-align: right;
  margin: 2% 2% 8%;
  font-size: 10px;
  font-size: 1rem;
  color: #888; }

@media screen and (min-width: 960px) {
  .update {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 20px 20px; } }

@media screen and (min-width: 960px) {
  #sidebar .section_hl {
    margin-bottom: 20px; } }

.section_visual {
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .section_visual {
    margin-bottom: 20px; } }

.section_hl {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .section_hl {
    margin-bottom: 40px; } }

.section_hl .en {
  display: block;
  letter-spacing: .06em;
  margin-bottom: .2em; }

.section_hl .en .ico_stars img {
  display: inline-block;
  width: 25px;
  margin: 0 .1em .15em;
  vertical-align: middle; }

.section_hl .jp {
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.section_hl .jp::before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: #000;
  margin-right: .7em; }

.section_hl .jp::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: #000;
  margin-left: .7em; }

.include_date {
  position: relative;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .include_date {
    margin-bottom: 40px; } }

.include_date .update {
  margin: 0;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

/* - Accordion
------------------------------------------------------- */
.overflow_accordion {
  padding-bottom: 25px;
  position: relative;
  height: 4.9em;
  overflow: hidden; }

.overflow_accordion .open_ad {
  width: 100%;
  padding: 1em 0 0;
  text-align: right;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 11;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.8)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, white 100%); }

.ico_likes {
  position: relative;
  padding-left: 1.5em; }

.ico_likes::before {
  content: '';
  display: block;
  width: 14px;
  height: 12px;
  background: url(../img/icon_thumb-up.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

.hls_logo {
  height: 60px;
  margin: 0 auto 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.hls_logo img {
  width: 70px;
  height: auto;
  max-height: 60px;
  vertical-align: bottom; }

.hls_partner {
  width: 120px;
  margin: 0 auto 1.5%;
  display: block; }

/* - dot_texture
------------------------------------------------------- */
.hls {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8%;
  line-height: 1.4; }

@media screen and (min-width: 960px) {
  .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; } }

.dot_texture {
  display: block;
  position: relative;
  padding-bottom: 16px; }

.dot_texture::after {
  content: '';
  width: 56px;
  height: 8px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url(../img/dot_tex.svg) no-repeat center;
  background-size: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* - dot_texture
------------------------------------------------------- */
.result_section .bnr_area-tag {
  margin: 0 5.333% 4%;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

@media screen and (min-width: 960px) {
  .result_section .bnr_area-tag {
    margin: 0 auto 4%;
    width: 65%; } }

.result_section .hls {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 5.333% 6%; }

@media screen and (min-width: 960px) {
  .result_section .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; } }

.result_section .hls + .common_btn {
  margin-bottom: 6%; }

@media screen and (min-width: 960px) {
  .result_section .hls + .common_btn {
    margin-bottom: 20px; } }

.result_section .hls + .common_btn a {
  padding: .5em 2em; }

.result_section .section_hl + .common_btn {
  margin-bottom: 6%; }

@media screen and (min-width: 960px) {
  .result_section .section_hl + .common_btn {
    margin-bottom: 20px; } }

.result_section .section_hl + .common_btn a {
  padding: .5em 2em; }

.result_section .tab_head {
  padding-bottom: 0;
  margin-bottom: 6%;
  border-style: none; }

@media screen and (min-width: 960px) {
  .result_section .tab_head {
    margin-bottom: 20px; } }

.result_section .tab_head .tab_lists {
  width: 64%;
  margin: 0 auto; }

.result_section .tab_head .tab_lists .t_list.is_current a {
  color: #FF7792;
  border-color: #FF7792; }

.result_section .std_lists {
  border-radius: 0; }

.result_section .slide_menu {
  border-bottom: solid 1px #E9E9E9; }

.result_section .slide_menu .slide_lists .s_list .ico_star {
  padding-left: 1.3em;
  background: url(../img/icon_star.svg) no-repeat left 5px;
  background-size: 12px auto; }

.result_section .slide_menu .slide_lists .s_list .ico_heart {
  padding-left: 1.3em;
  background: url(../img/icon_heart.svg) no-repeat left center;
  background-size: auto 10px; }

/* - list_sort
------------------------------------------------------- */
.list_sort {
  margin: 0 5.333% 4%;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

.checkbox {
  display: none; }

.checkbox:checked + .checkbox_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 3px;
  height: 9px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #EA617C;
  border-right: 2px solid #EA617C; }

.checkbox_item {
  padding-right: 20px;
  position: relative;
  margin-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #EA617C;
  border-radius: 4px; }

.check_def {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8%; }

.check_def .checkbox_item {
  padding-left: 20px;
  position: relative;
  margin-left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.check_def .checkbox_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 4px; }

.check_def .checkbox {
  display: none; }

.check_def .checkbox:checked + .checkbox_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 3px;
  height: 9px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000; }

.checkcircle {
  display: none; }

.checkcircle:checked + .checkcircle_item::before {
  background: #4497f2;
  border: none; }

.checkcircle:checked + .checkcircle_item::after {
  content: "";
  color: #FFF;
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 3px;
  height: 9px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF; }

.checkcircle_item {
  display: block;
  min-height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (min-width: 960px) {
  .checkcircle_item {
    font-size: 15px;
    font-size: 1.5rem; } }

.checkcircle_item::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border: solid 2px #E9E9E9;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* - list_sort
------------------------------------------------------- */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8% 5.333%; }

@media screen and (min-width: 960px) {
  .pagination {
    margin: 20px 15px; } }

.pagination .ctr_prev {
  overflow: hidden;
  text-indent: -9999px;
  margin-right: auto; }

.pagination .ctr_prev a {
  width: 12px;
  height: 20px;
  padding: 2em 3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/icon_arrow.svg) no-repeat center;
  background-size: auto 20px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.pagination .ctr_prev a.is_disable {
  opacity: .3;
  pointer-events: none; }

.pagination .ctr_next {
  overflow: hidden;
  text-indent: -9999px;
  margin-left: auto; }

.pagination .ctr_next a {
  width: 12px;
  height: 20px;
  padding: 2em 3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/icon_arrow.svg) no-repeat center;
  background-size: auto 20px; }

.pagination .ctr_next a.is_disable {
  opacity: .3;
  pointer-events: none; }

.pagination .pagenum {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4497F2; }

@media screen and (min-width: 960px) {
  .pagination .pagenum {
    font-size: 18px;
    font-size: 1.8rem; } }

@media screen and (min-width: 960px) {
  .fullpage .pagination {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto; } }

/* - Search
------------------------------------------------------- */
.search_form {
  position: relative; }

.search_form .input_search {
  background: #E9E9E9;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 100%;
  padding: .5em 3em .5em 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px; }

@media screen and (min-width: 960px) {
  .search_form .input_search {
    font-size: 16px;
    font-size: 1.6rem; } }

.search_form .search_submit {
  cursor: pointer;
  padding: 1em 1.5em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10; }

.search_form .search_submit img {
  width: 12px;
  vertical-align: middle; }

@media screen and (min-width: 960px) {
  .overlay_search.overlay_wrap {
    padding-top: 90px; } }

.overlay_search.overlay_wrap .overlay_head {
  padding: 5%; }

@media screen and (min-width: 960px) {
  .overlay_search.overlay_wrap .overlay_head {
    padding: 20px 40px; } }

.overlay_search.overlay_wrap .overlay_body {
  height: 63%; }

@media screen and (max-width: 320px) {
  .overlay_search.overlay_wrap .overlay_body {
    height: 60%; } }

@media screen and (min-width: 960px) {
  .overlay_search.overlay_wrap .overlay_body {
    height: 70%; } }

.overlay_search.overlay_wrap .overlay_body .notification_lists {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .overlay_search.overlay_wrap .overlay_body .notification_lists {
    font-size: 16px;
    font-size: 1.6rem; } }

.overlay_search.overlay_wrap .overlay_body .notification_lists .n_list a {
  color: #4497F2;
  padding: 4% 8% 4% 4%;
  background-size: 8px auto;
  background-position-x: 96%; }

@media screen and (min-width: 960px) {
  .overlay_search.overlay_wrap .overlay_body .notification_lists .n_list a {
    padding: 10px 20px 10px 10px; } }

.overlay_tagsort.overlay_wrap .overlay_body {
  height: 80%; }

.overlay_tagsort.overlay_wrap .overlay_body .tag_lists {
  margin: 4% 5.333% 8%; }

.overlay_tagsort form {
  height: 100%; }

.cover_lists_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.cover_lists_wrap .cover_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.cover_lists_wrap .cover_wrap .sc_lists::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #E9E9E9;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto; }

.cover_lists_wrap .conditions_wrap {
  width: 20%;
  height: 100%;
  padding: 1.2%;
  background-color: #E9E9E9;
  min-width: 30rem; }

@media screen and (min-width: 960px) {
  .cover_lists_wrap .conditions_wrap {
    width: 450px;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.cover_lists_wrap .conditions_wrap .common_btn {
  margin-bottom: 6%; }

.cover_lists_wrap .conditions_wrap .common_btn:last-child {
  margin-bottom: 0; }

.cover_lists_wrap .conditions_wrap .hls {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }

.cover_lists_wrap .conditions_wrap .sc_lists {
  padding: 11.45% 0 10%;
  border-radius: 20px;
  background-color: #FFF; }

@media screen and (min-width: 960px) {
  .cover_lists_wrap .conditions_wrap .sc_lists {
    padding: 30px 0 20px; } }

.cover_lists_wrap .conditions_wrap .sc_lists:not(:last-child) {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .cover_lists_wrap .conditions_wrap .sc_lists:not(:last-child) {
    margin-bottom: 20px; } }

.cover_lists_wrap .conditions_note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #999;
  margin-top: 30px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

.cover_lists_wrap .search_conditions_selected {
  margin-bottom: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 960px) {
  .cover_lists_wrap .search_conditions_selected {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.cover_lists_wrap .search_conditions_selected .btn_wrap_2col {
  margin: 5.333%; }

@media screen and (min-width: 960px) {
  .cover_lists_wrap .search_conditions_selected .btn_wrap_2col {
    margin: 0 5.333%; } }

.cover_lists_wrap .search_conditions_selected .result_outer {
  max-width: none;
  max-width: initial;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5.333%; }

.search_conditions_lists .lists_ttl {
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  font-size: 1.6rem; }

.search_conditions_lists .lists_item {
  margin: 0 5.333%;
  padding: 4% 0; }

.search_conditions_lists .lists_item select, .search_conditions_lists .lists_item button {
  cursor: pointer; }

.search_conditions_lists .select_row .select {
  border: 2px solid #E9E9E9;
  border-radius: 5px; }

.search_conditions_lists .select_row .select::after {
  right: 6px; }

@media screen and (min-width: 960px) {
  .search_conditions_lists .select_row .select::after {
    right: 12px; } }

.search_conditions_lists .select_row .select_col1:last-child {
  margin-right: 0; }

.search_conditions_lists .select_row .select_col1 {
  -webkit-box-flex: .6 !important;
  -webkit-flex: .6 !important;
  -ms-flex: .6 !important;
  flex: .6 !important;
  margin-right: 2% !important; }

.search_conditions_lists .select_row .select_txt {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 2%;
  padding: 1em 0; }

.search_conditions_lists .checkbox_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 4%; }

@media screen and (min-width: 960px) {
  .search_conditions_lists .checkbox_lists {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 860px;
    margin: 0 auto; } }

@media screen and (min-width: 960px) {
  .search_conditions_lists .checkbox_lists + .checkbox_lists {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 860px;
    margin-bottom: 20px; } }

.search_conditions_lists .checkbox_lists.col2 .c_list {
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%; }

.search_conditions_lists .checkbox_lists.col2 .c_list:nth-child(2n) {
  margin-left: 6%; }

.search_conditions_lists .checkbox_lists + .more_btn {
  margin-top: 4%; }

.search_conditions_lists .checkbox_lists .c_list {
  margin-bottom: 5.333%;
  width: 100%; }

.search_conditions_lists .checkcircle_item .lavel_logo {
  width: 11%;
  position: absolute; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_1 {
  /* 富士見ファンタジア文庫 */
  width: 12%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_2 {
  /* 電撃文庫 */
  width: 12%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_3 {
  /* MF文庫J */
  width: 10%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_4 {
  /* ファミ通文庫 */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_5 {
  /* 角川スニーカー文庫 */
  width: 10%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_6 {
  /* NOVEL 0 */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_7 {
  /* 講談社ラノベ文庫 */
  width: 10%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_9 {
  /* ガガガ文庫 */
  width: 15%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_10 {
  /* オーバーラップ文庫 */
  width: 15%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_11 {
  /* ＧＡ文庫 */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_14 {
  /* モンスター文庫 */
  width: 10%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_15 {
  /* ＨＪ文庫 */
  width: 10%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_18 {
  /* ドラゴンノベルス */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_19 {
  /* カドカワBOOKS */
  width: 13%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_20 {
  /* MFブックス */
  width: 20%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_21 {
  /* 電撃の新文芸 */
  width: 13%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_22 {
  /* KADOKAWAの新文芸 */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_23 {
  /* ビーズログ文庫 */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_24 {
  /* ビーズログ文庫アリス */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_25 {
  /* 角川ビーンズ文庫 */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_26 {
  /* HJノベルス */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_28 {
  /* Mノベルス */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_29 {
  /* Mノベルスf */
  width: 15%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_30 {
  /* Ｋラノベブックス */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_31 {
  /* Ｋラノベブックスｆ */
  width: 13%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_32 {
  /* オーバーラップノベルス */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_33 {
  /* オーバーラップノベルスf */
  width: 13%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_34 {
  /* ダッシュエックス文庫 */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_35 {
  /* TOブックス */
  width: 18%;
  top: -2px; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_36 {
  /* GAノベル */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_37 {
  /* DREノベルス */
  width: 11%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_38 {
  /* サーガフォレスト */
  width: 5%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_16 {
  /* ブレイブ文庫　*/
  width: 10%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_39 {
  /* アース・スターノベル　*/
  width: 12%; }

.search_conditions_lists .checkcircle_item .lavel_logo.lg_40 {
  /* アース・スタールナ　*/
  width: 12%; }

.search_conditions_lists .checkcircle_item .lavel_logo + .lavel_name {
  padding-left: 24%; }

.search_conditions_lists .checkcircle_item .lavel_name {
  font-weight: normal;
  padding-top: 2px; }

.search_conditions_lists .btn_row {
  margin-top: 5.4%; }

.search_conditions_lists .btn_row .term_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.search_conditions_lists .btn_row .term_select .t_list {
  border: 2px solid #E9E9E9;
  border-radius: 5px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.search_conditions_lists .btn_row .term_select .t_list:not(:last-child) {
  margin-right: 4%; }

.search_conditions_lists .btn_row .term_select .t_list a, .search_conditions_lists .btn_row .term_select .t_list button {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  padding: .6em 0;
  width: 100%;
  color: #888;
  text-align: center; }

.search_conditions_lists .btn_row .term_select .t_list.is_active {
  background-color: #4497F2;
  border-color: #4497F2; }

.search_conditions_lists .btn_row .term_select .t_list.is_active a, .search_conditions_lists .btn_row .term_select .t_list.is_active button {
  color: #FFF;
  font-weight: bold; }

.search_conditions_lists .btn_row .quick_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.search_conditions_lists .btn_row .quick_select .q_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.search_conditions_lists .btn_row .quick_select .q_list:not(:last-child) {
  margin-right: 2%; }

.search_conditions_lists .btn_row .quick_select .q_list input {
  display: none; }

.search_conditions_lists .btn_row .quick_select .q_list input:checked + label {
  background: #4497F2;
  border-color: #4497F2;
  color: #FFF; }

.search_conditions_lists .btn_row .quick_select .q_list label {
  border: 2px solid #E9E9E9;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 1em 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.search_conditions_lists .tag_lists .tag {
  margin: 0 1.2em .5em 0; }

.search_conditions_lists .more_btn {
  text-align: center;
  cursor: pointer; }

.search_conditions_lists .more_btn span {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  font-weight: bold;
  padding-right: 2rem; }

@media screen and (min-width: 960px) {
  .search_conditions_lists .more_btn span {
    font-size: 14px;
    font-size: 1.4rem; } }

.search_conditions_lists .more_btn span::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/icon_plus.svg) no-repeat center;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.search_conditions_lists .more_btn.is_active span::after {
  background: url(../img/icon_minus.svg) no-repeat center; }

.search_conditions_lists .conditions_note {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #999;
  margin: 0 5.333% 6%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

/* - tab
------------------------------------------------------- */
.tab_head {
  margin: 0 auto 8%;
  padding-bottom: 8%;
  border-bottom: solid 1px #E9E9E9; }

@media screen and (min-width: 960px) {
  .tab_head {
    margin-bottom: 20px; } }

.tab_head .tab_lists {
  margin: 0 5.333%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

@media screen and (min-width: 960px) {
  .tab_head .tab_lists {
    font-size: 16px;
    font-size: 1.6rem; } }

.tab_head .tab_lists .t_list {
  font-weight: bold; }

.tab_head .tab_lists .t_list a {
  padding: 10% 0;
  border-bottom: solid 4px #E9E9E9;
  color: #888; }

@media screen and (min-width: 960px) {
  .tab_head .tab_lists .t_list a {
    padding: 20px 0; } }

.tab_head .tab_lists .t_list.is_current a {
  color: #000;
  border-bottom-color: #000; }

.tab_head .tab_lists .t_list:first-child a {
  border-radius: 2px 0 0 2px; }

.tab_head .tab_lists .t_list:last-child a {
  border-radius: 0 2px 2px 0; }

.no_match {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 8% 5.333%; }

@media screen and (min-width: 960px) {
  .no_match {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 40px 0; } }

.ins_bnr {
  margin: 4% 5.333%; }

@media screen and (min-width: 960px) {
  .ins_bnr {
    margin: 20px auto;
    width: 65%; } }

.ins_bnr.border {
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.ins_bnr--wide {
  margin: 4% 0; }

@media screen and (min-width: 960px) {
  .ins_bnr--wide {
    margin: 20px 0; } }

.ins_bnr--wide.border {
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

/* - store_lists
------------------------------------------------------- */
.store_lists {
  margin: 6% 0 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 960px) {
  .store_lists {
    margin: 20px 0; } }

.store_lists .s_list {
  width: 48%;
  text-align: center;
  margin: 0 1% 2%; }

.store_lists .s_list:nth-last-child(-n + 2) {
  margin-bottom: 4px; }

@media screen and (min-width: 960px) {
  .store_lists .s_list {
    margin-bottom: 10px; } }

.store_lists .s_list a, .store_lists .s_list .sl_btn {
  padding: 0;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 74px;
  cursor: pointer; }

.store_lists .s_list .ico_store {
  width: auto;
  height: 34px; }

.store_lists .s_list .ico_cart {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.store_lists .s_list .ico_cart::before {
  content: "";
  width: 21px;
  height: 21px;
  margin-right: 3px;
  background: url(../img/icon_cart.svg) no-repeat center;
  background-size: auto 100%;
  position: relative;
  top: -1.5px;
  top: -.15rem; }

@media screen and (min-width: 960px) {
  .store_lists .s_list .ico_cart::before {
    top: -2px;
    top: -.2rem; } }

.store_lists .s_list .type_txt {
  margin-top: 1em;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .store_lists .s_list .type_txt {
    font-size: 14px;
    font-size: 1.4rem; } }

.store_lists .ico_store {
  width: auto;
  height: 34px !important; }

.store_lists .ico_amazon {
  width: 90px;
  height: auto;
  margin-top: 3px; }

.store_lists .ico_cmoa {
  width: 80px;
  height: auto; }

.store_lists .ico_booklive {
  width: 90px;
  height: auto; }

@media screen and (min-width: 960px) {
  .store_lists .ico_booklive {
    width: 100px; } }

.store_lists .ico_ebook {
  width: 90px;
  height: auto; }

@media screen and (min-width: 960px) {
  .store_lists .ico_ebook {
    width: 110px; } }

.store_lists .ico_rakutenkobo {
  width: 120px;
  height: auto; }

@media screen and (min-width: 960px) {
  .store_lists .ico_rakutenkobo {
    width: 140px; } }

.blockquote {
  text-align: right;
  margin: 0 5.333% 8%;
  font-size: 10px;
  font-size: 1rem;
  color: #888; }

@media screen and (min-width: 960px) {
  .blockquote {
    font-size: 12px;
    font-size: 1.2rem; } }

.blockquote img {
  width: auto;
  height: 10px;
  margin-left: .3em; }

.blockquote a {
  display: inline; }

/* - edit
------------------------------------------------------- */
.edit {
  background: #FFF;
  padding: 8% 0; }

.edit_hl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8%; }

.edit_hl .ico_edit {
  display: inline-block;
  padding: .2em 0 .1em 1.3em;
  background: url(../img/icon_edit-gray.svg) no-repeat left center;
  background-size: 18px auto; }

.edit_inner {
  font-size: 16px;
  font-size: 1.6rem; }

.edit_head {
  padding: 0 5.333%; }

.edit_body {
  padding: 0 5.333%; }

.edit_foot {
  padding: 6% 5.333%;
  margin-top: 4%;
  border-top: solid 1px #E9E9E9; }

.edit_item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: .5em; }

@media screen and (min-width: 960px) {
  .edit_item {
    font-size: 16px;
    font-size: 1.6rem; } }

.edit_subitem {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-top: 8%; }

@media screen and (min-width: 960px) {
  .edit_subitem {
    font-size: 15px;
    font-size: 1.5rem; } }

.edit .label_group {
  margin-bottom: 6%; }

.edit .label_group .switch {
  margin-top: 4%; }

.edit .label_group .fix_txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  font-weight: bold;
  margin-top: 4%; }

@media screen and (min-width: 960px) {
  .edit .label_group .fix_txt {
    font-size: 16px;
    font-size: 1.6rem; } }

.edit .label_group .exp {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  color: #888;
  margin-top: .5em; }

@media screen and (min-width: 960px) {
  .edit .label_group .exp {
    font-size: 14px;
    font-size: 1.4rem; } }

.edit .txt_link {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 4%; }

.edit .txt_link a {
  display: block;
  color: #4497F2; }

.edit .txtarea {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 8% 0; }

@media screen and (min-width: 960px) {
  .edit .txtarea {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 20px 0 40px; } }

.edit .txtarea a {
  color: #4497F2;
  display: inline; }

.edit input[type="text"] {
  width: 100%;
  padding: 1em;
  background: #FFF;
  border: solid 1px #E9E9E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: .5em;
  background: #fafafa; }

.edit input[type="text"]::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.edit input[type="text"]::-moz-placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.edit input[type="text"]::-ms-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.edit input[type="text"]::placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (min-width: 960px) {
  .edit input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .edit input[type="text"]::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .edit input[type="text"]::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .edit input[type="text"]::placeholder {
    font-size: 14px;
    font-size: 1.4rem; } }

.edit textarea {
  width: 100%;
  height: 12em;
  padding: 1em;
  background: #FFF;
  border: solid 1px #E9E9E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: .5em;
  background: #fafafa;
  resize: vertical;
  overflow: auto; }

.edit textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.edit textarea::-moz-placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.edit textarea::-ms-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.edit textarea::placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (min-width: 960px) {
  .edit textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .edit textarea::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .edit textarea::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .edit textarea::placeholder {
    font-size: 14px;
    font-size: 1.4rem; } }

.edit .common_btn {
  margin: 12% 0; }

.edit .required {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FF4040;
  margin-left: 1em;
  font-weight: normal; }

@media screen and (min-width: 960px) {
  .edit .required {
    font-size: 14px;
    font-size: 1.4rem; } }

.edit .note {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 1em;
  font-weight: normal; }

@media screen and (min-width: 960px) {
  .edit .note {
    font-size: 14px;
    font-size: 1.4rem; } }

.edit .limit {
  display: inline-block;
  margin-left: auto; }

.edit .limit .input_cnt {
  font-weight: normal; }

.edit .limit .input_cnt.is_over {
  font-weight: bold;
  color: #FF4040; }

.edit .error_txt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FF4040;
  margin-top: .5em; }

@media screen and (min-width: 960px) {
  .edit .error_txt {
    font-size: 14px;
    font-size: 1.4rem; } }

.edit .submit_btn {
  text-align: center;
  margin: 4% 0; }

.edit .submit_btn input[type="submit"] {
  display: inline-block;
  padding: .5em 3em;
  background: #FFF;
  border: solid 4px #4497F2;
  border-radius: 80px;
  color: #4497F2;
  font-weight: bold; }

.edit .sort_txt {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4497F2;
  font-weight: bold;
  margin: 4% 0 0;
  cursor: pointer; }

.edit .sort_txt .ico_sort {
  display: inline-block;
  padding: .2em 0 .2em 1em;
  background: url(../img/icon_arrow-upward.svg) no-repeat left center;
  background-size: 12px auto; }

.edit .registered_item {
  border: solid 1px #000;
  margin-bottom: 6%; }

.edit .registered_item:first-child .sort_txt {
  color: #E9E9E9;
  pointer-events: none; }

.edit .registered_item:first-child .sort_txt .ico_sort {
  background: url(../img/icon_arrow-upward_gray.svg) no-repeat left center;
  background-size: 12px auto; }

.edit .registered_head {
  padding: 4%;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: solid 1px #000; }

.edit .registered_body {
  padding: 4%; }

.edit .registered_name {
  font-weight: bold; }

.edit .registered_delete {
  text-align: right;
  font-weight: bold; }

.edit .registered_delete label {
  cursor: pointer; }

.edit .registered_delete .delete_btn {
  display: inline-block;
  padding-left: 1em;
  color: #4497F2;
  background: url(../img/icon_minus-blue.svg) no-repeat left center;
  background-size: 12px auto; }

.edit .registered_delete input {
  display: none; }

.edit .registered .book {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4%; }

.edit .registered .book .pharea {
  width: 25%;
  margin-right: 3%; }

.edit .registered .book .txtarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5; }

.edit .status {
  margin-bottom: 4%;
  font-size: 13px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 960px) {
  .edit .status {
    font-size: 15px;
    font-size: 1.5rem; } }

.edit .status_value {
  font-weight: bold; }

.edit .status_link {
  margin-left: 1em; }

.edit .status_link input {
  font-size: 13px;
  font-size: 1.3rem;
  color: #4497F2;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .edit .status_link input {
    font-size: 15px;
    font-size: 1.5rem; } }

.edit .saves {
  margin-bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.edit .saves .btn {
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  padding: 1.2em 0;
  border: solid 4px #E9E9E9;
  cursor: pointer; }

@media screen and (min-width: 960px) {
  .edit .saves .btn {
    font-size: 15px;
    font-size: 1.5rem; } }

.edit .saves .btn_delete {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3%;
  background: #E9E9E9; }

.edit .saves .btn_save {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background: #FFF;
  border-color: #4497F2; }

.edit .saves .btn_save.type_input {
  padding: 0; }

.edit .saves .btn_save input {
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  padding: 1.2em 0; }

@media screen and (min-width: 960px) {
  .edit .saves .btn_save input {
    font-size: 15px;
    font-size: 1.5rem; } }

.edit .terms {
  margin-top: 12%;
  padding: 5.333%;
  background: #F6F9FA; }

.edit .terms_icon {
  text-align: center;
  margin-top: 8%; }

.edit .terms_icon:first-child {
  margin-top: 0; }

.edit .terms_icon img {
  width: auto;
  height: 20px; }

.edit .terms_hl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 4%;
  color: #888;
  text-align: center; }

@media screen and (min-width: 960px) {
  .edit .terms_hl {
    font-size: 16px;
    font-size: 1.6rem; } }

.edit .terms_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 6%; }

.edit .terms_txt a {
  display: inline;
  color: #4497F2; }

@media screen and (min-width: 960px) {
  .edit .terms_txt {
    font-size: 16px;
    font-size: 1.6rem; } }

.edit .select {
  border: 4px solid #E9E9E9;
  border-radius: 10px;
  position: relative; }

.edit .select::after {
  content: '';
  width: 12px;
  height: 8px;
  background: url(../img/icon_arrow_bottom.svg) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  pointer-events: none; }

.edit .select select {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 1em 1.3em 1em 1em; }

@media screen and (min-width: 960px) {
  .edit .select select {
    font-size: 15px;
    font-size: 1.5rem; } }

.edit .select_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.edit .select_row .select_col1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 4%; }

.edit .select_row .select_col2 {
  -webkit-box-flex: .5;
  -webkit-flex: .5;
  -ms-flex: .5;
  flex: .5; }

.anc_target {
  padding-top: 70px;
  margin-top: -70px; }

@media screen and (min-width: 960px) {
  .anc_target {
    padding-top: 100px;
    margin-top: -100px; } }

/*========================================


	*This CSS  src parts


========================================*/
.breadcrumb {
  padding: 15px 0 15px 15px;
  background: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3; }

@media screen and (min-width: 960px) {
  .breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 18px 15px; } }

.breadcrumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.breadcrumb_list::-webkit-scrollbar {
  display: none; }

@media screen and (min-width: 960px) {
  .breadcrumb_list {
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 0;
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis; } }

@media screen and (min-width: 960px) {
  .breadcrumb_list-item {
    display: inline;
    max-width: 10em; } }

.breadcrumb_list-item a {
  display: inline-block;
  color: #707070; }

@media screen and (min-width: 960px) {
  .breadcrumb_list-item a {
    display: inline; } }

.breadcrumb_list-item a span {
  text-decoration: underline;
  display: inline-block; }

@media screen and (min-width: 960px) {
  .breadcrumb_list-item a span {
    max-width: 20em;
    overflow: hidden;
    text-overflow: ellipsis; } }

.breadcrumb_list-item:not(:last-child) a::after {
  content: '›';
  margin: 0 5px;
  vertical-align: top; }

.breadcrumb_list-item:last-child a {
  pointer-events: none;
  vertical-align: bottom;
  font-weight: bold; }

.breadcrumb_list-item:last-child a span {
  text-decoration: none; }

/* - Loader
------------------------------------------------------- */
.loader {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  visibility: hidden; }

.loader.is_active {
  opacity: 1;
  pointer-events: all;
  visibility: visible; }

.spinner {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

.spinner .cube1, .spinner .cube2 {
  background-color: #FF88A0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out; }

.spinner .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.searching {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  pointer-events: none;
  visibility: hidden; }

.searching.is_searching {
  visibility: visible; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(32px) rotate(-90deg) scale(0.5);
    transform: translateX(32px) rotate(-90deg) scale(0.5);
    background-color: #FDD84C; }
  50% {
    -webkit-transform: translateX(32px) translateY(32px) rotate(-179deg);
    transform: translateX(32px) translateY(32px) rotate(-179deg);
    background-color: #FF88A0; }
  50.1% {
    -webkit-transform: translateX(32px) translateY(32px) rotate(-180deg);
    transform: translateX(32px) translateY(32px) rotate(-180deg);
    background-color: #6BCC5C; }
  75% {
    -webkit-transform: translateX(0px) translateY(32px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(32px) rotate(-270deg) scale(0.5);
    background-color: #5CA3F2; }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    background-color: #FDD84C; } }

@keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(32px) rotate(-90deg) scale(0.5);
    transform: translateX(32px) rotate(-90deg) scale(0.5);
    background-color: #FDD84C; }
  50% {
    -webkit-transform: translateX(32px) translateY(32px) rotate(-179deg);
    transform: translateX(32px) translateY(32px) rotate(-179deg);
    background-color: #FF88A0; }
  50.1% {
    -webkit-transform: translateX(32px) translateY(32px) rotate(-180deg);
    transform: translateX(32px) translateY(32px) rotate(-180deg);
    background-color: #6BCC5C; }
  75% {
    -webkit-transform: translateX(0px) translateY(32px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(32px) rotate(-270deg) scale(0.5);
    background-color: #5CA3F2; }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    background-color: #FDD84C; } }

/* - overflow_slider
------------------------------------------------------- */
@media screen and (min-width: 960px) {
  .swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0;
    cursor: pointer; }
  .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px; } }

.overflow_slider {
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

@media screen and (min-width: 960px) {
  .overflow_slider {
    padding: 10px 10px 5px 10px;
    margin-bottom: 20px;
    max-height: 235px; } }

.overflow_slider .swiper-scrollbar {
  display: none; }

@media screen and (min-width: 960px) {
  .overflow_slider .swiper-scrollbar {
    display: block; } }

.overflow_slider .slide_lists {
  -webkit-overflow-scrolling: touch;
  padding: 0 20px 0 0; }

@media screen and (min-width: 960px) {
  .overflow_slider .slide_lists {
    padding: 0 20px 0 0; } }

.overflow_slider .slide_lists::-webkit-scrollbar {
  display: none; }

.overflow_slider .slide_lists .slide {
  position: relative; }

.overflow_slider .slide_lists .slide:not(:last-child) {
  margin-right: 12px; }

@media screen and (min-width: 960px) {
  .overflow_slider .slide_lists .slide:not(:last-child) {
    margin-right: 20px; } }

.overflow_slider .slide_lists .slide .list_label {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  background: #CCC;
  padding: .4em .8em;
  border-radius: 0 4px 4px 0;
  position: absolute;
  left: 0;
  top: 7%;
  z-index: 10;
  pointer-events: none; }

@media screen and (min-width: 960px) {
  .overflow_slider .slide_lists .slide .list_label {
    font-size: 14px;
    font-size: 1.4rem; } }

.overflow_slider .slide_lists .slide .list_label--yellow {
  background-color: #ffd800;
  color: #333; }

.overflow_slider .slide_lists .slide .list_label--pink {
  background-color: #ff7792;
  color: #FFF; }

.overflow_slider .slide_lists .slide .list_label--green {
  background-color: #4ec93b;
  color: #FFF; }

.overflow_slider .slide_lists .slide .list_label--blue {
  background-color: #4497f2;
  color: #FFF; }

.overflow_slider .slide_lists .slide .list_label--purple {
  background-color: #d69be4;
  color: #FFF; }

.overflow_slider .slide_lists .slide .list_label--red {
  background-color: #ff5454;
  color: #FFF; }

.overflow_slider .slide_lists .slide .slide_wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative; }

.overflow_slider .slide_lists .slide .slide_wrap a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }

.overflow_slider .slide_lists .slide .slide_wrap .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden; }

.overflow_slider .slide_lists .slide .slide_wrap .cover img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.overflow_slider .slide_lists .slide .slide_wrap .txt {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3; }

.overflow_slider .slide_lists .slide .slide_wrap .txt .sub {
  display: block;
  font-size: 16px;
  font-size: 1.6rem; }

.overflow_slider .slide_lists-top .slide_wrap {
  padding-bottom: 52% !important; }

.overflow_slider.bg_transparent {
  background: transparent;
  padding: 0 16px;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .overflow_slider.bg_transparent {
    padding: 0 0 20px 20px;
    margin-bottom: 20px; } }

.overflow_slider.bg_transparent.swiper-container-horizontal > .swiper-scrollbar {
  width: 90%;
  left: 0;
  right: 0;
  margin: auto; }

.overflow_slider.bg_transparent.swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.overflow_slider.bg_transparent .slide_lists {
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.overflow_slider.bg_transparent .slide_lists .slide .slide_wrap .cover::before {
  display: none; }

/* - Swiper
------------------------------------------------------- */
.swiper-container, .swiper-wrapper {
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear; }

.swiper-container.is_active, .swiper-wrapper.is_active {
  opacity: 1; }

/* - Slide Controller
------------------------------------------------------- */
.ctrs {
  margin-bottom: 6%;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-weight: bold; }

.ctrs .ctr {
  width: 25%;
  padding: 3% 0;
  border-bottom: solid 4px #000;
  margin: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  opacity: 1 !important;
  height: auto; }

.ctrs .ctr.swiper-pagination-bullet-active {
  color: #000;
  border-color: #FFF; }

.ctrs.type_links .ctr {
  padding: 0; }

.ctrs.type_links .ctr a {
  padding: 1em 0;
  color: #FFF; }

.ctrs.type_links .ctr.is_current {
  border-color: #FFF; }

.ctrs.type_links .ctr.is_current a {
  color: #000;
  pointer-events: none; }

.ctrs.type_links:last-of-type {
  margin: 4% 0 0; }

.ctrs.type_tabs {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }

.ctrs.type_tabs .ctr {
  background: #FFF !important;
  border-style: none;
  color: #000;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ctrs.type_tabs .ctr:first-child {
  border-radius: 50px 0 0 50px !important;
  border-left: solid 4px #000;
  border-right: solid 4px #000; }

.ctrs.type_tabs .ctr:last-child {
  border-radius: 0 50px 50px 0 !important;
  border-left: solid 4px #000;
  border-right: solid 4px #000; }

.ctrs.type_tabs .ctr.swiper-pagination-bullet-active, .ctrs.type_tabs .ctr.is_current {
  background: #000 !important;
  color: #FFF;
  cursor: pointer; }

.ctrs.type_tabs .ctr.swiper-pagination-bullet-active a, .ctrs.type_tabs .ctr.is_current a {
  color: #FFF; }

.ctrs.type_linktabs {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }

.ctrs.type_linktabs .ctr {
  background: #FFF !important;
  border-style: none;
  color: #000;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0; }

.ctrs.type_linktabs .ctr a {
  padding: .5em 0; }

.ctrs.type_linktabs .ctr:first-child {
  border-radius: 50px 0 0 50px !important;
  border-left: solid 4px #000;
  border-right: solid 4px #000; }

.ctrs.type_linktabs .ctr:last-child {
  border-radius: 0 50px 50px 0 !important;
  border-left: solid 4px #000;
  border-right: solid 4px #000; }

.ctrs.type_linktabs .ctr.swiper-pagination-bullet-active, .ctrs.type_linktabs .ctr.is_current {
  background: #000 !important;
  color: #FFF;
  cursor: pointer; }

.ctrs.type_linktabs .ctr.swiper-pagination-bullet-active a, .ctrs.type_linktabs .ctr.is_current a {
  color: #FFF; }

.ctrs.type_wide {
  margin: 0 5.333% 8%;
  padding-bottom: 4px;
  position: relative; }

.ctrs.type_wide::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #FFF;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0; }

.ctrs.type_wide .ctr {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  border-style: none;
  position: relative; }

.ctrs.type_wide .ctr a {
  padding: .8em;
  color: #FFF; }

.ctrs.type_wide .ctr.is_current::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 10; }

.ctrs.type_wide .ctr.is_current a {
  color: #000; }

.common_btn + .ctrs {
  margin-top: 6%; }

/* - slider parts
------------------------------------------------------- */
.slide_ctr {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -20px;
  background: url(../img/icon_arrow-circle.svg) no-repeat center;
  background-size: auto 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)); }

.slide_ctr.swiper-button-disabled {
  opacity: 0; }

@media screen and (min-width: 960px) {
  .slide_ctr {
    top: 50% !important; } }

.slide_ctr.button_prev {
  left: 5%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%; }

.slide_ctr.button_next {
  right: 5%; }

.contents_info {
  margin: 0 3% 3%;
  background: #FFF;
  padding: 0 3%; }

@media screen and (min-width: 960px) {
  .contents_info {
    margin: 0 0 20px; } }

.contents_info .info_lists {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .contents_info .info_lists {
    font-size: 14px;
    font-size: 1.4rem; } }

.contents_info .info_lists .i_list {
  position: relative; }

.contents_info .info_lists .i_list:not(:last-child) {
  padding-bottom: 4px; }

.contents_info .info_lists .i_list:not(:last-child)::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #EBEBEB;
  position: absolute;
  left: 0;
  bottom: 0; }

.contents_info .info_lists .i_list a {
  color: #4497F2;
  padding: .8em 1em .8em .6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: url(../img/icon_arrow.svg) no-repeat right center;
  background-size: 5px auto; }

.contents_info .info_lists .i_list a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #4497F2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.contents_info + .section {
  padding-top: 4%; }

.next_contents {
  background: #FDD84C;
  padding: 3%; }

.next_contents .inner {
  background: #FFF;
  padding: 4% 3% 3%; }

.next_contents .thumb_lists {
  padding: 0;
  margin-bottom: 0; }

.next_contents .hl {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3%; }

@media screen and (min-width: 960px) {
  .next_contents .hl {
    font-size: 16px;
    font-size: 1.6rem; } }

.next_contents .hl span {
  display: inline-block; }

.next_contents .hl span::before {
  content: '＼';
  margin-right: .2em; }

.next_contents .hl span::after {
  content: '／';
  margin-left: .2em; }

.next_contents + .section {
  padding-top: 4%; }

.comments_lists {
  margin: 0 5.333% 8%; }

@media screen and (min-width: 960px) {
  .comments_lists.is_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0; }
  .comments_lists.is_top .c_list {
    width: 48%;
    margin: 0 1% 4%; }
  .comments_lists.is_top .c_list:nth-child(even) .comment_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .comments_lists.is_top .c_list:nth-child(even) .comment_body::before {
    left: 15%;
    right: auto;
    margin-left: -15px;
    margin-right: 0; }
  .comments_lists.is_top .c_list:nth-child(even) .comment_body::after {
    left: 15%;
    right: auto;
    margin-left: -19px;
    margin-right: 0; } }

.comments_lists.is_hot {
  margin: 0 0 8%; }

.comments_lists.is_hot .c_list .comment_head .avatar {
  width: 25%; }

.comments_lists.is_hot .c_list .comment_head .a_name {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: .5em; }

.comments_lists.is_hot .c_list .comment_head .c_name {
  background: #F6F9FA;
  padding: 1em 2em;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1em; }

.comments_lists.is_hot .c_list .comment_head .c_name .line_clamp {
  overflow: hidden; }

.comments_lists.is_hot .c_list .comment_body {
  margin-top: 4%; }

.comments_lists .c_list {
  margin-bottom: 4%; }

.comments_lists .c_list:nth-child(even) .comment_head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.comments_lists .c_list:nth-child(even) .comment_body::before {
  left: auto;
  right: 15%;
  margin-left: 0;
  margin-right: -15px; }

.comments_lists .c_list:nth-child(even) .comment_body::after {
  left: auto;
  right: 15%;
  margin-left: 0;
  margin-right: -19px; }

.comments_lists .c_list .comment_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.comments_lists .c_list .comment_head .avatar {
  width: 26%;
  margin: 0; }

.comments_lists .c_list .comment_head .c_name {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: bold;
  width: 70%;
  background: #FFF;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 2%;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .comments_lists .c_list .comment_head .c_name {
    font-size: 15px;
    font-size: 1.5rem; } }

.comments_lists .c_list .comment_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #FFF;
  border: solid 4px #000;
  border-radius: 8px;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.comments_lists .c_list .comment_body::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 15%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  z-index: 2; }

.comments_lists .c_list .comment_body::after {
  content: '';
  position: absolute;
  top: -24px;
  left: 15%;
  margin-left: -19px;
  border: 12px solid transparent;
  border-bottom: 12px solid #000;
  z-index: 1; }

.comments_lists .c_list .comment_body .comment_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 4%; }

.comments_lists .c_list .comment_body .txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4; }

@media screen and (min-width: 960px) {
  .comments_lists .c_list .comment_body .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5; } }

.comments_lists .c_list .comment_body .txt a {
  display: inline;
  text-decoration: underline;
  color: #4497F2; }

.comments_lists .c_list .comment_body .more_link {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: right; }

@media screen and (min-width: 960px) {
  .comments_lists .c_list .comment_body .more_link {
    font-size: 13px;
    font-size: 1.3rem; } }

.comments_lists .c_list .comment_body .more_link a {
  padding: 1em 0 0 0; }

.comments_lists .c_list .comment_body .book_box {
  margin-top: 4%;
  padding-top: 6%;
  position: relative; }

.comments_lists .c_list .comment_body .book_box::before {
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #E9E9E9;
  position: absolute;
  left: 0;
  top: 0; }

.comments_lists .c_list .comment_body .book_box > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

.comments_lists .c_list .comment_body .book_box .ph {
  width: 25%;
  margin-right: 3%; }

.comments_lists .c_list .comment_body .book_box .ph .cover {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background: #E9E9E9; }

.comments_lists .c_list .comment_body .book_box .ph .cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.comments_lists .c_list .comment_body .book_box .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.comments_lists .c_list .comment_body .book_box .txt_area .cover_ttl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 6%; }

@media screen and (min-width: 960px) {
  .comments_lists .c_list .comment_body .book_box .txt_area .cover_ttl {
    font-size: 15px;
    font-size: 1.5rem; } }

.comments_lists .c_list .comment_body .book_box .txt_area .btn_book {
  text-align: right;
  position: relative;
  z-index: 10; }

.comments_lists.is_side .c_list .comment_head .avator {
  width: 26%; }

.comments_lists.is_side .c_list .comment_head .a_name {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: .5em; }

.comments_lists.is_side .c_list .comment_head .c_name {
  padding: .7em 1.7em;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1em; }

.comments_lists.is_side .c_list .comment_head .c_name .line_clamp {
  overflow: hidden; }

.comments_lists.is_side .c_list .comment_body {
  margin-top: 4%; }

.comments_lists.is_side .c_list:nth-child(even) .comment_head .c_name {
  margin-left: 0;
  margin-right: 1em; }

/* - Banner List
------------------------------------------------------- */
.bnr_area {
  padding: 8% 5.333% 14%; }

@media screen and (min-width: 960px) {
  .bnr_area {
    padding: 30px 0; } }

@media screen and (min-width: 960px) {
  .bnr_area.is_top {
    padding: 10px 0 30px; } }

@media screen and (min-width: 960px) {
  .bnr_area.is_inner {
    padding: 0 0 30px; } }

.bnr_area .bnr:not(:last-child) {
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .bnr_area .bnr:not(:last-child) {
    margin-bottom: 15px; } }

.campaign_lists {
  background: #FFF;
  border-radius: 20px;
  padding: 2% 5%; }

.campaign_lists > .s_list {
  position: relative;
  padding: 6% 0;
  border-bottom: 4px solid #E9E9E9;
  border-radius: 2px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (min-width: 960px) {
  .campaign_lists > .s_list {
    padding: 20px 0; } }

.campaign_lists > .s_list > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.campaign_lists > .s_list .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3; }

.campaign_lists > .s_list .txt_area .cover_ttl {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: .4em; }

@media screen and (min-width: 960px) {
  .campaign_lists > .s_list .txt_area .cover_ttl {
    font-size: 16px;
    font-size: 1.6rem; } }

.campaign_lists > .s_list .txt_area .date {
  color: #ff7792;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: .4em;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .campaign_lists > .s_list .txt_area .date {
    font-size: 14px;
    font-size: 1.4rem; } }

.campaign_lists > .s_list .txt_area .date .ico_cal {
  display: inline-block;
  padding: 0.2em 0 0.2em 1.2em;
  position: relative; }

.campaign_lists > .s_list .txt_area .date .ico_cal::before {
  content: '';
  width: 12px;
  height: 13px;
  background: url(../img/icon_calendar.svg) no-repeat left center;
  background-size: auto 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (min-width: 960px) {
  .campaign_lists > .s_list .txt_area .date .ico_cal::before {
    width: 16px;
    height: 17px;
    background-size: auto 14px;
    top: 45%; } }

.campaign_lists > .s_list .txt_area .label span {
  margin-right: 0.5em;
  line-height: 1.2; }

.campaign_lists > .s_list .txt_area .label .label__cate {
  display: inline-block;
  background: #ff7792;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0.3em 0.5em 0.2em;
  border-radius: 4px; }

.campaign_lists > .s_list .ph_area {
  width: 20%;
  position: relative; }

@media screen and (min-width: 768px) {
  .campaign_lists > .s_list .ph_area {
    width: 13%; } }

.campaign_lists > .s_list .ph_area .ph {
  border-radius: 4px;
  width: 100% !important; }

.campaign_lists > .s_list .ph_area img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.campaign_lists > .row .txt_area, .campaign_lists > .ctrs .txt_area, .campaign_lists > .tag_lists .txt_area {
  width: 77%;
  margin-right: 3%; }

@media screen and (min-width: 768px) {
  .campaign_lists > .row .txt_area, .campaign_lists > .ctrs .txt_area, .campaign_lists > .tag_lists .txt_area {
    width: 84%; } }

@media screen and (min-width: 768px) {
  .campaign_contents .result_outer {
    margin-left: 5.333%; } }

.campaign_contents .result_outer .result_hl {
  font-weight: bold; }

.campaign_contents .common_btn a {
  padding: .5rem 2rem; }

/* - Standard List
------------------------------------------------------- */
.std_lists {
  background: #FFF;
  border-radius: 20px;
  padding: 2% 5%; }

.std_lists > .s_list {
  position: relative;
  padding: 6% 0;
  border-bottom: 4px solid #E9E9E9;
  border-radius: 2px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list {
    padding: 20px 0; } }

.std_lists > .s_list > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.std_lists > .s_list .ph {
  width: 25%;
  margin-right: 3%; }

.std_lists > .s_list .ph .cover {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background: #E9E9E9; }

.std_lists > .s_list .ph .cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.std_lists > .s_list .ph_area {
  width: 25%;
  padding-top: 25%;
  margin-right: 3%;
  position: relative; }

.std_lists > .s_list .ph_area .ph {
  width: 100% !important; }

.std_lists > .s_list .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3; }

.std_lists > .s_list .txt_area .date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: .4em;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list .txt_area .date {
    font-size: 14px;
    font-size: 1.4rem; } }

.std_lists > .s_list .txt_area .article_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list .txt_area .article_ttl {
    font-size: 16px;
    font-size: 1.6rem; } }

.std_lists > .s_list .txt_area .cover_ttl {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: .4em; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list .txt_area .cover_ttl {
    font-size: 16px;
    font-size: 1.6rem; } }

.std_lists > .s_list .txt_area .name {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: .2em;
  color: #888; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list .txt_area .name {
    font-size: 16px;
    font-size: 1.6rem; } }

.std_lists > .s_list .txt_area .uname {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: .4em; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list .txt_area .uname {
    font-size: 14px;
    font-size: 1.4rem; } }

.std_lists > .s_list .txt_area .uname .ico_official {
  display: inline-block;
  padding-right: 1em;
  position: relative; }

.std_lists > .s_list .txt_area .uname .ico_official::after {
  content: '';
  width: 10px;
  height: 12px;
  background: url(../img/icon_verified-user.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.std_lists > .s_list .txt_area .favorite_cont {
  font-size: 10px;
  font-size: 1rem; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list .txt_area .favorite_cont {
    font-size: 14px;
    font-size: 1.4rem; } }

.std_lists > .s_list .txt_area .favorite_cont .ico_heart {
  display: inline-block;
  padding: .2em 0 .2em 1.5em;
  position: relative; }

.std_lists > .s_list .txt_area .favorite_cont .ico_heart::before {
  content: '';
  width: 14px;
  height: 12px;
  background: url(../img/icon_heart.svg) no-repeat left center;
  background-size: auto 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.std_lists > .s_list .txt_area .desc {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: .2em; }

.std_lists > .s_list .txt_area .desc .avatar {
  width: 24px;
  margin-right: .3em;
  display: inline-block; }

.std_lists > .s_list .txt_area .edit_link {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: .5em; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list .txt_area .edit_link {
    font-size: 16px;
    font-size: 1.6rem; } }

.std_lists > .s_list .txt_area .edit_link a {
  display: inline-block;
  padding: .2em 0 .1em 1.2em;
  background: url(../img/icon_edit.svg) no-repeat left center;
  background-size: 11px auto;
  color: #4497F2;
  position: relative;
  z-index: 10; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list .txt_area .edit_link a {
    background-size: 14px auto; } }

.std_lists > .s_list .txt_area .info_txt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  margin-top: .5em; }

@media screen and (min-width: 960px) {
  .std_lists > .s_list .txt_area .info_txt {
    font-size: 14px;
    font-size: 1.4rem; } }

@media screen and (min-width: 960px) {
  #main .std_lists > .s_list .ph {
    width: 20%; } }

/* - Ranking Number
------------------------------------------------------- */
#ranking .ranking_num .num_li {
  border-color: #000; }

#ranking .ranking_num .num_li:last-child {
  border-style: none; }

.ranking_section .ranking_num {
  margin: 0 5.333% 8%; }

@media screen and (min-width: 960px) {
  .ranking_section .ranking_num {
    margin-bottom: 40px; } }

.ranking_section .ranking_num.is_show .num_li:nth-child(n + 21) {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 6% 0;
  border-width: 4px; }

@media screen and (min-width: 960px) {
  .ranking_section .ranking_num.is_show .num_li:nth-child(n + 21) {
    padding: 20px 0; } }

.ranking_section .ranking_num .num_li:last-child {
  border-style: none; }

.ranking_section .ranking_num .num_li:nth-child(n + 21) {
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  border-width: 0; }

.release_section .hls {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .release_section .hls {
    margin-bottom: 10px; } }

.release_section .std_lists {
  border-style: none;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .release_section .std_lists {
    margin-bottom: 40px; } }

.ranking_num .num_li:nth-child(0) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(0) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(0) .num::after {
  content: "0";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(1) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(1) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(1) .num::after {
  content: "1";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(2) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(2) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(2) .num::after {
  content: "2";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(3) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(3) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(3) .num::after {
  content: "3";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(4) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(4) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(4) .num::after {
  content: "4";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(5) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(5) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(5) .num::after {
  content: "5";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(6) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(6) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(6) .num::after {
  content: "6";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(7) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(7) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(7) .num::after {
  content: "7";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(8) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(8) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(8) .num::after {
  content: "8";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(9) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(9) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(9) .num::after {
  content: "9";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold; }

.ranking_num .num_li:nth-child(10) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(10) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(10) .num::after {
  content: "10";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(11) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(11) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(11) .num::after {
  content: "11";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(12) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(12) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(12) .num::after {
  content: "12";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(13) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(13) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(13) .num::after {
  content: "13";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(14) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(14) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(14) .num::after {
  content: "14";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(15) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(15) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(15) .num::after {
  content: "15";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(16) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(16) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(16) .num::after {
  content: "16";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(17) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(17) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(17) .num::after {
  content: "17";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(18) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(18) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(18) .num::after {
  content: "18";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(19) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(19) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(19) .num::after {
  content: "19";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(20) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(20) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(20) .num::after {
  content: "20";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(21) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(21) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(21) .num::after {
  content: "21";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(22) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(22) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(22) .num::after {
  content: "22";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(23) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(23) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(23) .num::after {
  content: "23";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(24) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(24) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(24) .num::after {
  content: "24";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(25) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(25) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(25) .num::after {
  content: "25";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(26) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(26) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(26) .num::after {
  content: "26";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(27) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(27) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(27) .num::after {
  content: "27";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(28) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(28) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(28) .num::after {
  content: "28";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(29) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(29) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(29) .num::after {
  content: "29";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(30) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(30) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(30) .num::after {
  content: "30";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(31) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(31) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(31) .num::after {
  content: "31";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(32) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(32) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(32) .num::after {
  content: "32";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(33) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(33) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(33) .num::after {
  content: "33";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(34) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(34) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(34) .num::after {
  content: "34";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(35) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(35) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(35) .num::after {
  content: "35";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(36) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(36) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(36) .num::after {
  content: "36";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(37) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(37) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(37) .num::after {
  content: "37";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(38) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(38) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(38) .num::after {
  content: "38";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(39) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(39) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(39) .num::after {
  content: "39";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(40) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(40) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(40) .num::after {
  content: "40";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(41) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(41) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(41) .num::after {
  content: "41";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(42) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(42) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(42) .num::after {
  content: "42";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(43) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(43) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(43) .num::after {
  content: "43";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(44) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(44) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(44) .num::after {
  content: "44";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(45) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(45) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(45) .num::after {
  content: "45";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(46) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(46) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(46) .num::after {
  content: "46";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(47) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(47) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(47) .num::after {
  content: "47";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(48) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(48) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(48) .num::after {
  content: "48";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(49) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(49) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(49) .num::after {
  content: "49";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(50) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(50) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(50) .num::after {
  content: "50";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(51) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(51) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(51) .num::after {
  content: "51";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(52) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(52) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(52) .num::after {
  content: "52";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(53) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(53) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(53) .num::after {
  content: "53";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(54) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(54) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(54) .num::after {
  content: "54";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(55) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(55) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(55) .num::after {
  content: "55";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(56) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(56) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(56) .num::after {
  content: "56";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(57) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(57) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(57) .num::after {
  content: "57";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(58) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(58) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(58) .num::after {
  content: "58";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(59) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(59) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(59) .num::after {
  content: "59";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(60) .num {
  padding-bottom: .5em;
  position: relative;
  margin-right: .7em; }

.ranking_num .num_li:nth-child(60) .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0; }

.ranking_num .num_li:nth-child(60) .num::after {
  content: "60";
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.ranking_num .num_li:nth-child(1) .num::before {
  background-color: #FCC800; }

.ranking_num .num_li:nth-child(2) .num::before {
  background-color: #EA617C; }

.ranking_num .num_li:nth-child(3) .num::before {
  background-color: #45B035; }

.ranking_num .num_li .num_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.ranking_num .num_li .ph {
  width: 30%; }

.ranking_num .num_li .ph .cover {
  padding-bottom: 112%; }

@media screen and (min-width: 960px) {
  .ranking_num .num_li .ph .cover {
    padding-bottom: 106%; } }

#main .ranking_num .num_li:nth-child(1) .num::before {
  background-color: #FCC800; }

#main .ranking_num .num_li:nth-child(2) .num::before {
  background-color: #EA617C; }

#main .ranking_num .num_li:nth-child(3) .num::before {
  background-color: #45B035; }

/* - bibliography List
------------------------------------------------------- */
.biblio_lists {
  margin: 0 5.333%; }

.biblio_lists .biblio_item-list {
  position: relative;
  padding: 20px 0;
  border-bottom: 4px solid #E9E9E9; }

@media screen and (min-width: 960px) {
  .biblio_lists .biblio_item-list {
    padding: 25px 0; } }

.biblio_lists .biblio_item-list .biblio_item-list-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1.5rem; }

@media screen and (min-width: 768px) {
  .biblio_lists .biblio_item-list .biblio_item-list-top {
    width: 80%; } }

@media screen and (min-width: 960px) {
  .biblio_lists .biblio_item-list .biblio_item-list-top {
    margin: 0 auto 2rem; } }

.biblio_lists .biblio_item-list .biblio_item-list-top > .list_button {
  display: block;
  width: 40%;
  margin-top: 0; }

.biblio_lists .biblio_item-list .biblio_item-list-top > .list_button li {
  margin: 0 0 1.5rem; }

.biblio_lists .biblio_item-list .biblio_item-list-top > .list_button li:last-child {
  margin: 0; }

.biblio_lists .biblio_item-list .biblio_item-list-top .ph {
  width: 55%;
  margin-right: 5%; }

.biblio_lists .biblio_item-list .biblio_item-list-top .ph a .cover {
  width: 100%;
  background: #E9E9E9; }

.biblio_lists .biblio_item-list .biblio_item-list-top .ph a .cover img {
  z-index: 1;
  border-radius: 4px; }

.biblio_lists .biblio_item-list .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3; }

.biblio_lists .biblio_item-list .txt_area .cover_ttl {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 0.5em; }

@media screen and (min-width: 960px) {
  .biblio_lists .biblio_item-list .txt_area .cover_ttl {
    font-size: 18px;
    font-size: 1.8rem; } }

.biblio_lists .biblio_item-list .txt_area .name {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #888;
  border-bottom: 1px solid #E9E9E9; }

@media screen and (min-width: 960px) {
  .biblio_lists .biblio_item-list .txt_area .name {
    font-size: 16px;
    font-size: 1.6rem; } }

.biblio_lists .biblio_item-list .txt_area .desc {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.5em; }

@media screen and (min-width: 960px) {
  .biblio_lists .biblio_item-list .txt_area .desc {
    font-size: 15px;
    font-size: 1.5rem; } }

.biblio_lists .biblio_item-list .txt_area .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6; }

@media screen and (min-width: 960px) {
  .biblio_lists .biblio_item-list .txt_area .txt {
    font-size: 15px;
    font-size: 1.5rem; } }

.biblio_lists .biblio_item-list:last-child {
  border-bottom: none; }

.biblio_lists + .biblio_lists {
  border-top: 4px solid #E9E9E9; }

.biblio_s-lists {
  margin: 0 5.333% 4%; }

.biblio_s-lists .biblio_item-list {
  position: relative;
  padding: 20px 0;
  border-bottom: 4px solid #E9E9E9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.biblio_s-lists .biblio_item-list > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.biblio_s-lists .biblio_item-list .ph {
  width: 30%;
  margin-right: 3%; }

@media screen and (min-width: 960px) {
  .biblio_s-lists .biblio_item-list .ph {
    width: 20%; } }

.biblio_s-lists .biblio_item-list .ph .cover {
  width: 100%;
  background: #E9E9E9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.biblio_s-lists .biblio_item-list .ph .cover img {
  z-index: 1;
  border-radius: 4px; }

.biblio_s-lists .biblio_item-list .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3; }

.biblio_s-lists .biblio_item-list .txt_area .cover_ttl {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.5em; }

@media screen and (min-width: 960px) {
  .biblio_s-lists .biblio_item-list .txt_area .cover_ttl {
    font-size: 16px;
    font-size: 1.6rem; } }

.biblio_s-lists .biblio_item-list .txt_area .name {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
  color: #888; }

@media screen and (min-width: 960px) {
  .biblio_s-lists .biblio_item-list .txt_area .name {
    font-size: 16px;
    font-size: 1.6rem; } }

.biblio_s-lists .biblio_item-list .txt_area .desc {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.2em; }

.biblio_s-lists .biblio_item-list:first-child {
  padding: 0 0 20px; }

.biblio_s-lists .biblio_item-list:last-child {
  padding: 20px 0 0;
  border-bottom: none; }

.read_lists {
  padding: 2% 5%; }

.read_lists .r_list {
  position: relative;
  padding: 6% 0;
  border-bottom: 4px solid #E9E9E9;
  border-radius: 2px; }

@media screen and (min-width: 960px) {
  .read_lists .r_list {
    padding: 20px 0; } }

.read_lists .r_list .ph {
  width: 25%;
  margin-right: 3%; }

@media screen and (min-width: 960px) {
  .read_lists .r_list .ph {
    width: 20%; } }

.read_lists .r_list .ph .cover {
  width: 100%;
  padding-top: 140%;
  overflow: hidden;
  position: relative; }

.read_lists .r_list .ph .cover img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 100%; }

.read_lists .r_list .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.read_lists .r_list .txt_area .list_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 2%; }

@media screen and (min-width: 960px) {
  .read_lists .r_list .txt_area .list_head {
    font-size: 12px;
    font-size: 1.2rem; } }

.read_lists .r_list .txt_area .list_head .new_label {
  background: #FF4040;
  color: #FFF;
  padding: .2em .5em .3em;
  border-radius: 9px;
  margin-right: 1em; }

@media screen and (min-width: 960px) {
  .read_lists .r_list .txt_area .list_head .new_label {
    padding-top: .4em; } }

.read_lists .r_list .txt_area .list_head .cat_label {
  background: #E9E9E9;
  color: #888;
  padding: .2em .5em .3em;
  border-radius: 4px; }

@media screen and (min-width: 960px) {
  .read_lists .r_list .txt_area .list_head .cat_label {
    padding-top: .4em; } }

.read_lists .r_list .txt_area .cover_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: .2em; }

.read_lists .r_list .txt_area .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: .2em;
  color: #888; }

.read_lists .r_list > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

.read_lists .read_btn_double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6%;
  position: relative;
  z-index: 10; }

@media screen and (min-width: 960px) {
  .read_lists .read_btn_double {
    text-align: right; } }

.read_lists .read_btn_double .r_btn {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold; }

.read_lists .read_btn_double .r_btn:first-child {
  margin-left: auto; }

.read_lists .read_btn_double .r_btn:nth-child(2) {
  margin-left: .8em; }

.read_lists .read_btn_double .r_btn a {
  padding: 1em 1.2em;
  border-radius: 50px;
  border: solid 4px #4EC93B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .read_lists .read_btn_double .r_btn a {
    padding: 1.5em 3em; } }

.read_lists .read_btn_double .r_btn--first a {
  color: #4EC93B; }

.read_lists .read_btn_double .r_btn--new a {
  background: #6BCC5C;
  color: #FFF; }

.read_lists + .blockquote {
  text-align: right;
  margin: 0 5.333% 8%;
  font-size: 10px;
  font-size: 1rem;
  color: #888; }

.read_lists + .blockquote a {
  display: inline; }

.read_lists + .blockquote img {
  width: auto;
  height: 10px;
  margin-left: .3em; }

/* - Main List
------------------------------------------------------- */
.main_lists .m_list {
  padding: 40% 5.333% 10%;
  position: relative;
  z-index: 5; }

@media screen and (min-width: 960px) {
  .main_lists .m_list {
    padding: 190px 20px 40px; } }

.main_lists .m_list::after {
  content: '';
  display: block;
  width: 100%;
  height: 82%;
  background: #000;
  position: absolute;
  top: 28%;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-13deg);
  transform: skewY(-13deg);
  z-index: -1; }

@media screen and (min-width: 960px) {
  .main_lists .m_list::after {
    top: 34%; } }

.main_lists .m_list:nth-child(1n)::after {
  background-color: #FDD84C; }

.main_lists .m_list:nth-child(2n)::after {
  background-color: #FF88A0; }

.main_lists .m_list:nth-child(3n)::after {
  background-color: #6BCC5C; }

.main_lists .m_list:nth-child(4n)::after {
  background-color: #5CA3F2; }

.main_lists .m_list:last-child {
  overflow: hidden; }

.main_lists .m_list .ph {
  width: 78.666%;
  margin: 0 auto 4%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  background: #E9E9E9; }

@media screen and (min-width: 960px) {
  .main_lists .m_list .ph {
    width: 335px; } }

.main_lists .m_list .ph .cover {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

.main_lists .m_list .ph .cover img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.main_lists .m_list .txt_area {
  padding: 50% 5.9705% 5.9705%;
  background: #FFF; }

@media screen and (min-width: 960px) {
  .main_lists .m_list .txt_area {
    width: 375px;
    padding: 160px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto; } }

.main_lists + .common_btn {
  margin-top: 8%; }

@media screen and (min-width: 960px) {
  .main_lists + .common_btn {
    margin-top: 40px; } }

.btn_area {
  margin: 0 auto 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold; }

.btn_area .btn_read {
  width: 20%;
  font-size: 10px;
  font-size: 1rem;
  color: #FF7792;
  cursor: pointer;
  position: relative; }

.btn_area .btn_read img {
  height: 20px;
  width: auto;
  display: block;
  margin: .5em auto; }

.btn_area .btn_ebook {
  width: 60%; }

.btn_area .btn_ebook.type_note a {
  padding: .8em 1em; }

.btn_area .btn_ebook a {
  padding: 1em;
  border: solid 4px #4EC93B;
  border-radius: 50px;
  color: #4EC93B;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.btn_area .btn_ebook a > span {
  display: inline-block;
  padding-left: 3em; }

.btn_area .btn_ebook a > span .note {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  margin-top: .2em; }

.btn_area .btn_ebook a .ico_book {
  position: relative;
  text-align: left; }

.btn_area .btn_ebook a .ico_book::before {
  content: '';
  display: block;
  width: 26px;
  height: 20px;
  background: url(../img/icon_book.svg) no-repeat center;
  background-size: auto 100%;
  color: #4EC93B;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

.btn_area .btn_ebook.is_disable a {
  pointer-events: none;
  border-color: #E9E9E9;
  color: #E9E9E9;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn_area .btn_ebook.is_disable a .ico_book::before {
  background-image: url(../img/icon_book_gray.svg); }

.btn_area .btn_find {
  width: 20%;
  font-size: 10px;
  font-size: 1rem;
  color: #4497F2;
  cursor: pointer; }

.btn_area .btn_find a {
  color: #4497F2; }

.btn_area .btn_find a img {
  height: 20px;
  width: auto;
  display: block;
  margin: .5em auto; }

.book_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 4%;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .book_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px; } }

.book_hl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 4%;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .book_hl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px; } }

/* - Tag List
------------------------------------------------------- */
.tag_section .hls {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .tag_section .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; } }

.tag_section .tag_lists {
  margin: 0 5.333% 8%;
  font-size: 14px;
  font-size: 1.4rem; }

@media screen and (min-width: 960px) {
  .tag_section .tag_lists {
    margin: 0 40px 40px; } }

.tag_lists {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  left: -.25em; }

@media screen and (min-width: 960px) {
  .tag_lists {
    font-size: 15px;
    font-size: 1.5rem; } }

.tag_lists .tag_hl {
  margin-bottom: .5em;
  padding: .3em 0 .3em .3em; }

.tag_lists .tag {
  margin: 0 .25em .5em; }

.tag_lists .tag a {
  padding: .3em;
  background: #E9E9E9; }

.ico_hash::before {
  content: '#';
  margin-right: .2em; }

.tag_edit {
  margin: 0 5.333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem; }

.tag_edit .t_edit a {
  padding: .5em 1em .5em 1.2em;
  position: relative; }

.tag_edit .t_edit a.ico_plus::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon_plus.svg) no-repeat center;
  background-size: 100% auto; }

.tag_edit .t_edit a.ico_minus::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon_minus.svg) no-repeat center;
  background-size: 100% auto; }

.tag_lists_container {
  padding: 0 7.333%; }

.tag_lists_container .hl {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (min-width: 960px) {
  .tag_lists_container .hl {
    font-size: 14px;
    font-size: 1.4rem; } }

.tag_lists_container .tag_lists {
  padding: 20px 15px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media screen and (min-width: 960px) {
  .tag_lists_container .tag_lists {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: visible;
    white-space: normal; } }

.tag_lists_container .tag_lists::-webkit-scrollbar {
  display: none; }

.tag_lists_container .tag_lists .more_btn {
  background: transparent; }

.tag_lists_container .tag_lists .more_btn::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background: url(../img/icon_plus.svg) no-repeat center;
  background-size: 100% auto; }

/* - Thumb List
------------------------------------------------------- */
.thumb_lists {
  padding: 0 5.333%;
  margin-bottom: 4%; }

.thumb_lists .t_list {
  width: 48%;
  margin: 0 1% 0; }

.thumb_lists .t_list::after {
  content: '';
  display: block;
  margin-bottom: 4%; }

.thumb_lists .t_list a {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  background: #E9E9E9; }

.thumb_lists .t_list a .cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.thumb_lists.type_tag .t_list {
  width: 31.2%;
  position: relative; }

.thumb_lists.type_tag .t_list a {
  width: 100%;
  position: relative; }

.thumb_lists.type_tag .t_list a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4); }

.thumb_lists.type_tag .t_list .fit_txt {
  width: 95%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #FFF;
  font-weight: bold;
  pointer-events: none;
  text-align: center; }

.thumb_lists.type_tag .t_list .fit_txt .js-fitText {
  margin: auto; }

.thumb_lists.type_tag .t_list .fit_txt .ico_hash {
  display: block;
  text-align: center; }

.thumb_lists.type_tag .t_list .fit_txt .cnt {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: .5em; }

.thumbs_lists {
  padding: 0 5.333%;
  margin-bottom: 4%; }

.thumbs_lists .t_list {
  width: 48%;
  margin: 0 1% 0; }

.thumbs_lists .t_list::after {
  content: '';
  display: block;
  margin-bottom: 4%; }

.thumbs_lists .t_list .t_inner {
  width: 100%;
  padding-top: 100%;
  position: relative; }

.thumbs_lists .t_list a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.thumbs_lists + .common_btn {
  margin: 4% 0; }

.thumbs_lists + .common_btn + .info {
  margin-top: -2%;
  margin-bottom: 4%; }

.thumbs {
  width: 92%;
  padding-top: 92%;
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #FFF; }

.thumbs_top {
  top: 0;
  right: 0;
  z-index: 6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.thumbs_top img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.thumbs_middle {
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.thumbs_bottom {
  bottom: 0;
  left: 0;
  z-index: 1; }

.thumbs .phs {
  width: 96%;
  padding-top: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden; }

.thumbs .txtarea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.thumbs .txtarea .ttl {
  font-weight: bold;
  width: 92%;
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 960px) {
  .thumbs .txtarea .ttl {
    font-size: 18px;
    font-size: 1.8rem; } }

.thumbs .txtarea .favorite_cont {
  font-size: 10px;
  font-size: 1rem;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  bottom: 6%;
  right: 6%;
  z-index: 2; }

@media screen and (min-width: 960px) {
  .thumbs .txtarea .favorite_cont {
    font-size: 14px;
    font-size: 1.4rem; } }

.thumbs .txtarea .favorite_cont .ico_heart {
  display: inline-block;
  padding: .2em 0 .2em 1.5em;
  position: relative;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

.thumbs .txtarea .favorite_cont .ico_heart::before {
  content: '';
  width: 14px;
  height: 12px;
  background: url(../img/icon_heart_white.svg) no-repeat left center;
  background-size: auto 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.js-fitTetx {
  width: 100%; }

.result_outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5.333% 4%; }

@media screen and (min-width: 960px) {
  .result_outer {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 860px;
    margin: 0 auto 20px; } }

.result_outer .btn_sortnumber {
  -webkit-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px; }

@media screen and (min-width: 960px) {
  .result_outer .btn_sortnumber {
    -webkit-flex-basis: 156px;
    -ms-flex-preferred-size: 156px;
    flex-basis: 156px; } }

.result_outer .btn_sortnumber a {
  display: block;
  height: 33px;
  border: solid 2px #E9E9E9;
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 33px;
  padding-left: 32px;
  position: relative; }

@media screen and (min-width: 960px) {
  .result_outer .btn_sortnumber a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 36px; } }

.result_outer .btn_sortnumber a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #E9E9E9;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto; }

.result_outer .btn_sortnumber.is_active a {
  border-color: #4497f2;
  background: #4497f2;
  color: #FFF; }

.result_outer .btn_sortnumber.is_active a::before {
  border: none;
  background: url(/asset/img/icon_check-circle_w.svg) no-repeat center;
  background-size: 20px; }

.result_hl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 1em;
  position: relative;
  line-height: 1.2; }

@media screen and (min-width: 960px) {
  .result_hl {
    font-size: 18px;
    font-size: 1.8rem; } }

.result_hl::before {
  content: '';
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #4497f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.result_hl .hashtag {
  display: inline-block;
  margin-right: .3em;
  font-weight: bold; }

.result_hl .hashtag::before {
  content: '#';
  margin-right: 0.2em; }

.cover_lists {
  padding: 0 2.333%;
  margin: 4% 0; }

@media screen and (min-width: 960px) {
  .cover_lists {
    padding: 0 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0; } }

.cover_lists .c_list {
  width: 29.2%;
  margin: 0 2% 3%;
  position: relative; }

@media screen and (min-width: 1160px) {
  .cover_lists .c_list {
    width: 19%;
    margin: 0 .5% 1%; } }

@media screen and (min-width: 1620px) {
  .cover_lists .c_list {
    width: 15%;
    margin: 0 .5% 1%; } }

.cover_lists .c_list > a {
  width: 100%;
  padding-top: 141%;
  overflow: hidden;
  position: relative; }

.cover_lists .c_list > a .cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cover_lists .c_list .btn-read {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  background: url(../img/icon_book.svg) no-repeat center #FFF;
  background-size: 24px auto;
  border: solid 2px #4EC93B;
  cursor: pointer; }

@media screen and (min-width: 960px) {
  .cover_lists .c_list .btn-read {
    bottom: -10px;
    right: -10px;
    width: 44px;
    height: 44px;
    background-size: 22px auto;
    border-width: 4px; } }

.cover_lists .c_list .btn-read.is_active {
  background-image: url(../img/icon_book_white.svg);
  background-color: #4EC93B;
  border-color: #4EC93B; }

.cover_lists .c_list .btn-read a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
  overflow: hidden; }

@-webkit-keyframes checking {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  20% {
    opacity: 1;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%); }
  80% {
    opacity: 1;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes checking {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  20% {
    opacity: 1;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%); }
  80% {
    opacity: 1;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

/* - Notice List
------------------------------------------------------- */
.notice_lists {
  padding: 0 5.333%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8%; }

.notice_lists .n_list {
  border-bottom: solid 4px #000;
  border-radius: 2px; }

.notice_lists .n_list a {
  padding: 4% 0; }

.notice_lists .n_list .date {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1%; }

/* - Review List
------------------------------------------------------- */
.review_lists {
  padding: 0 5.333%;
  margin-bottom: 10%; }

.review_lists .r_list:not(:last-child) {
  margin-bottom: 6%; }

.review_lists .r_list .ph_circle {
  width: 30%; }

.review_lists .r_list .ph_circle .avatar {
  background: #FFF;
  border-radius: 50%; }

.review_lists .r_list .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.review_lists .r_list .txt_area.fukidashi {
  background: #FFF;
  border: solid 4px #000;
  border-radius: 8px;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

@media screen and (min-width: 960px) {
  .review_lists .r_list .txt_area.fukidashi {
    padding: 10px; } }

.review_lists .r_list .txt_area .review_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 4%;
  line-height: 1.3; }

.review_lists .r_list .txt_area .review_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }

.review_lists .r_list .txt_area .review_link {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  font-weight: bold;
  padding: 1em 0 0; }

.review_lists .r_list:nth-child(even) .row, .review_lists .r_list:nth-child(even) .ctrs, .review_lists .r_list:nth-child(even) .tag_lists {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.review_lists .r_list:nth-child(even) .fukidashi {
  margin-right: 15px; }

.review_lists .r_list:nth-child(even) .fukidashi::before {
  content: '';
  position: absolute;
  top: 20%;
  right: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2; }

.review_lists .r_list:nth-child(even) .fukidashi::after {
  content: '';
  position: absolute;
  top: 20%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #000;
  z-index: 1; }

.review_lists .r_list:nth-child(odd) .fukidashi {
  margin-left: 15px; }

.review_lists .r_list:nth-child(odd) .fukidashi::before {
  content: '';
  position: absolute;
  top: 20%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2; }

.review_lists .r_list:nth-child(odd) .fukidashi::after {
  content: '';
  position: absolute;
  top: 20%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #000;
  z-index: 1; }

.eve {
  margin-bottom: 2%;
  font-size: 12px;
  font-size: 1.2rem; }

.eve .stars img {
  width: 13px;
  height: 12px;
  margin-bottom: 1px; }

.eve .stars img:not(:last-child) {
  margin-right: 2px; }

.eve .en {
  margin-left: .5em;
  color: #FCC800;
  letter-spacing: .09em; }

/* - Circle Lists
------------------------------------------------------- */
.circle_lists {
  padding: 0 5.333%;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .circle_lists {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.circle_lists .c_list {
  width: 28%;
  text-align: center;
  margin: 0 2.6% 8%;
  position: relative; }

@media screen and (min-width: 960px) {
  .circle_lists .c_list {
    width: 23%;
    margin: 0 1% 4%; } }

.circle_lists .c_list a {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

.circle_lists .c_list .logo_wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden; }

.circle_lists .c_list .logo_wrap .lavel_logo {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_1 {
  /* 富士見ファンタジア文庫 */
  width: 65%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_2 {
  /* 電撃文庫 */
  width: 55%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_3 {
  /* MF文庫J */
  width: 50%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_4 {
  /* ファミ通文庫 */
  width: 66%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_5 {
  /* 角川スニーカー文庫 */
  width: 42%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_6 {
  /* NOVEL 0 */
  width: 60%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_7 {
  /* 講談社ラノベ文庫 */
  width: 70%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_9 {
  /* ガガガ文庫 */
  width: 75%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_10 {
  /* オーバーラップ文庫 */
  width: 77%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_11 {
  /* ＧＡ文庫 */
  width: 70%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_14 {
  /* モンスター文庫 */
  width: 60%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_15 {
  /* ＨＪ文庫 */
  width: 63%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_18 {
  /* ドラゴンノベルス */
  width: 62%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_19 {
  /* カドカワBOOKS */
  width: 75%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_20 {
  /* MFブックス */
  width: 80%;
  left: 52%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_21 {
  /* 電撃の新文芸 */
  width: 74%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_22 {
  /* KADOKAWAの新文芸 */
  width: 60%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_23 {
  /* ビーズログ文庫 */
  width: 60%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_24 {
  /* ビーズログ文庫アリス */
  width: 46%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_25 {
  /* 角川ビーンズ文庫 */
  width: 70%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_26 {
  /* HJノベルス */
  width: 65%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_28 {
  /* Mノベルス */
  width: 60%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_29 {
  /* Mノベルスf */
  width: 75%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_30 {
  /* Ｋラノベブックス */
  width: 56%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_31 {
  /* Ｋラノベブックスｆ */
  width: 60%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_32 {
  /* オーバーラップノベルス */
  width: 60%;
  left: 56%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_33 {
  /* オーバーラップノベルスf */
  width: 60%;
  left: 54%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_34 {
  /* ダッシュエックス文庫 */
  width: 52%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_35 {
  /* TOブックス */
  width: 80%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_36 {
  /* GAノベル */
  width: 56%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_37 {
  /* DREノベルス */
  width: 56%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_38 {
  /* サーガフォレスト */
  width: 65%;
  left: 52%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_16 {
  /* ブレイブ文庫 */
  width: 53%;
  right: 52%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_39 {
  /* アース・スターノベル */
  width: 60%;
  left: 51%; }

.circle_lists .c_list .logo_wrap .lavel_logo.lg_40 {
  /* アース・スタールナ */
  width: 60%;
  left: 53%; }

.circle_lists .c_list .lavel_name {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 4%; }

@media screen and (min-width: 960px) {
  .circle_lists .c_list .lavel_name {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 12px; } }

/* - Users push
------------------------------------------------------- */
.userspush_lists {
  padding: 0 5.333%;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .userspush_lists {
    margin-bottom: 40px; } }

.userspush_lists .u_list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 6% 0;
  border-bottom: 4px solid #E9E9E9;
  border-radius: 2px;
  position: relative; }

@media screen and (min-width: 960px) {
  .userspush_lists .u_list {
    padding: 20px 0; } }

.userspush_lists .u_list a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.userspush_lists .u_list .pharea {
  width: 25%;
  padding-top: 25%;
  position: relative;
  margin-right: 3%; }

@media screen and (min-width: 960px) {
  .userspush_lists .u_list .pharea {
    width: 20%;
    padding-top: 20%; } }

.userspush_lists .u_list .txtarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.userspush_lists .u_list .txtarea .ttlarea {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888; }

@media screen and (min-width: 960px) {
  .userspush_lists .u_list .txtarea .ttlarea {
    font-size: 14px;
    font-size: 1.4rem; } }

.userspush_lists .u_list .txtarea .ttlarea .uname {
  font-weight: bold; }

.userspush_lists .u_list .txtarea .ttlarea .ttl {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin: .4em 0; }

@media screen and (min-width: 960px) {
  .userspush_lists .u_list .txtarea .ttlarea .ttl {
    font-size: 16px;
    font-size: 1.6rem; } }

.userspush_lists .u_list .txtarea .favorite_cont {
  font-size: 10px;
  font-size: 1rem;
  margin-top: .2em;
  text-align: right; }

@media screen and (min-width: 960px) {
  .userspush_lists .u_list .txtarea .favorite_cont {
    font-size: 14px;
    font-size: 1.4rem; } }

.userspush_lists .u_list .txtarea .favorite_cont .ico_heart {
  display: inline-block;
  padding: .2em 0 .2em 1.5em;
  position: relative; }

.userspush_lists .u_list .txtarea .favorite_cont .ico_heart::before {
  content: '';
  width: 14px;
  height: 12px;
  background: url(../img/icon_heart.svg) no-repeat left center;
  background-size: auto 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* - Twitter Frame
------------------------------------------------------- */
.twitter_frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* - SNS buttom
------------------------------------------------------- */
.sns_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4% 0; }

.sns_lists .s_list {
  width: 44px;
  margin: 0 2%; }

/* - Overlay parts
------------------------------------------------------- */
.overlay {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000000;
  padding: 11% 0 5.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
  visibility: hidden; }

.overlay#js-overlayTagsort {
  z-index: 1000001; }

@media screen and (min-width: 960px) {
  .overlay {
    padding: 60px 0; } }

.overlay.is_active {
  opacity: 1;
  pointer-events: all;
  visibility: visible; }

.overlay .btn_close {
  width: 40px;
  height: 40px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  cursor: pointer; }

@media screen and (min-width: 960px) {
  .overlay .btn_close {
    width: 60px;
    height: 60px;
    right: 40px;
    top: 40px; } }

.overlay .btn_close .trigger {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .overlay .btn_close .trigger {
    width: 40px;
    height: 40px; } }

/* - Evaluation and Impressions
------------------------------------------------------- */
.js-overlayImpression .input_wrap {
  margin: 0 5.333%;
  padding: 10% 4%;
  background: #FFF;
  border-radius: 20px; }

@media screen and (min-width: 960px) {
  .js-overlayImpression .input_wrap {
    margin: 0; } }

.eva_imp_wrapper {
  padding: 5% 0;
  text-align: center; }

@media screen and (min-width: 960px) {
  .eva_imp_wrapper {
    width: 550px;
    margin: 0 auto;
    padding: 0; } }

.eva_imp_wrapper .imp_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 8% 0; }

.eva_imp_wrapper .imp_lists .i_list {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  width: 32%;
  margin: 0 auto 1% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.eva_imp_wrapper .imp_lists .i_list a {
  display: block;
  padding: 10% 0;
  border: solid 4px #E9E9E9;
  background: #E9E9E9;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear; }

.eva_imp_wrapper .imp_lists .i_list a:hover {
  border-color: #4497F2; }

.eva_imp_wrapper .ctrs .ctr {
  border-color: #FFF; }

.eva_imp_wrapper .ctrs .ctr.swiper-pagination-bullet-active {
  color: #4497F2;
  border-color: #4497F2; }

.eva_imp_wrapper .ico_minus {
  display: inline-block;
  padding-left: 16px;
  position: relative; }

.eva_imp_wrapper .ico_minus::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  margin-right: .5em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url(../img/icon_minus_c_blue.svg) no-repeat center;
  background-size: 100% auto;
  color: #4497F2; }

.eva_imp_wrapper .submit {
  margin: 4% 0 8%; }

.eva_imp_wrapper .submit input {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .09em;
  display: inline-block;
  background: #fff;
  min-width: 160px;
  padding: 2%;
  border-radius: 50px;
  border: solid 4px #4497F2;
  cursor: pointer; }

.eva_imp_wrapper .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #FFF; }

.eva_imp_wrapper .imput_wrapper {
  background: #FFF;
  border-radius: 20px;
  padding: 10%;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .eva_imp_wrapper .imput_wrapper {
    padding: 50px 40px; } }

.eva_imp_wrapper .imput_wrapper .txt {
  color: #000; }

.eva_imp_wrapper .hl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4%; }

.eva_imp_wrapper .star_input {
  padding: 4% 0; }

.eva_imp_wrapper .reset input {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: .2em 0;
  color: #4497F2; }

.eva_imp_wrapper .reset2 a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: .2em 0;
  color: #4497F2; }

.ex {
  margin: 8% 0 12%; }

.ex .ex_txt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FCC800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ex .ex_txt .stars {
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.ex .ex_txt .stars img {
  height: 12px;
  width: 12px;
  margin: 0 2px; }

.ex .ex_txt .en {
  width: 100px;
  margin-top: 2px;
  margin-left: 5px;
  text-align: left; }

.register_search_wrapper {
  padding: 5% 0;
  text-align: center; }

@media screen and (min-width: 960px) {
  .register_search_wrapper {
    width: 550px;
    margin: 0 auto;
    padding: 0; } }

.register_search_wrapper .ctrs {
  font-size: 15px;
  font-size: 1.5rem; }

.register_search_wrapper .ctrs .ctr {
  width: 42% !important;
  border-color: #FFF; }

.register_search_wrapper .ctrs .ctr.swiper-pagination-bullet-active {
  color: #4497F2;
  border-color: #4497F2; }

.register_search_wrapper .slide {
  border-radius: 20px;
  overflow: hidden; }

.register_search_wrapper .search_wrapper {
  background: #FFF; }

.register_search_wrapper .search_wrapper .overlay_head {
  padding: 5%;
  border-bottom: solid 1px #E9E9E9;
  position: relative; }

.register_search_wrapper .search_wrapper .overlay_head .search {
  position: relative; }

.register_search_wrapper .search_wrapper .overlay_head .search + .slide_menu {
  padding: .5em 0 0 0;
  margin-bottom: 0; }

.register_search_wrapper .search_wrapper .overlay_head .search_submit {
  right: 2%; }

@media screen and (min-width: 960px) {
  .register_search_wrapper .search_wrapper .overlay_head .search_submit {
    right: 5%; } }

.register_search_wrapper .search_wrapper .overlay_body {
  text-align: left;
  height: 60vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative; }

.register_search_wrapper .search_wrapper .overlay_body .pagination {
  display: none; }

.register_search_wrapper .search_wrapper .overlay_body .more_btn {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2em;
  color: #4497F2;
  cursor: pointer; }

.register_search_wrapper .search_wrapper .std_lists > .s_list {
  padding: 3% 0; }

.register_search_wrapper .bookshelf_wrapper .overlay_head {
  padding: 4% 0 2%;
  border-bottom: solid 1px #E9E9E9; }

.register_search_wrapper .bookshelf_wrapper .overlay_head .tab_head {
  margin-bottom: 2%; }

.register_search_wrapper .bookshelf_wrapper .overlay_head .tab_head .tab_lists {
  font-size: 12px;
  font-size: 1.2rem; }

.register_search_wrapper .bookshelf_wrapper .overlay_head .tab_head .tab_lists .t_list a {
  padding: 5% 0; }

.register_search_wrapper .bookshelf_wrapper .overlay_head .tab_head + .slide_menu {
  margin: 0 4%; }

.register_search_wrapper .bookshelf_wrapper .overlay_head .slide_menu {
  margin-bottom: 0;
  padding-bottom: .5em; }

.register_search_wrapper .bookshelf_wrapper .overlay_head .slide_menu::-webkit-scrollbar {
  display: none; }

.register_search_wrapper .bookshelf_wrapper .overlay_body {
  text-align: left;
  height: 52vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 960px) {
  .register_search_wrapper .bookshelf_wrapper .overlay_body {
    height: 54vh; } }

.register_search_wrapper .bookshelf_wrapper .overlay_body .pagination {
  display: none; }

.register_search_wrapper .bookshelf_wrapper .overlay_body .more_btn {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2em;
  color: #4497F2;
  cursor: pointer; }

.register_search_wrapper .search_form {
  position: relative; }

.register_search_wrapper .search_form .input_search {
  background: #E9E9E9;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 100%;
  padding: .5em 3em .5em 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px; }

.register_search_wrapper .search_form .input_search::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.register_search_wrapper .search_form .input_search::-moz-placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.register_search_wrapper .search_form .input_search::-ms-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.register_search_wrapper .search_form .input_search::placeholder {
  font-size: 12px;
  font-size: 1.2rem; }

.register_search_wrapper .search_form .search_submit {
  cursor: pointer;
  padding: 1em 1.5em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

.register_search_wrapper .search_form .search_submit img {
  width: 12px;
  vertical-align: middle; }

.register_search_wrapper + .slide_menu {
  padding-bottom: 0; }

/* - Impressions
------------------------------------------------------- */
.imp_form .imput_wrapper {
  padding: 10% 4% !important; }

.imp_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 8% 0; }

.imp_select.disable {
  opacity: .5; }

.imp_select input {
  display: none; }

.imp_select input + label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  width: 32%;
  margin: 1% 0;
  padding: 3% 0;
  border: solid 4px #E9E9E9;
  background: #E9E9E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  cursor: pointer; }

.imp_select input[type='checkbox']:checked + label {
  background: #FFF;
  border-color: #4497F2; }

/* - Evaluation
------------------------------------------------------- */
.star_input {
  width: 216px;
  height: 50px;
  margin: 0 auto;
  background: url(../img/stars_disable.svg) no-repeat center;
  background-size: 216px 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.star_input label {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 72px;
  z-index: 1;
  background: url(../img/stars.svg) repeat-x left center;
  background-size: 72px 50px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="2" result="offsetblur" /><feFlood flood-color="rgba(34,34,34,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 1px 3px rgba(34, 34, 34, 0.1));
  filter: drop-shadow(0 1px 3px rgba(34, 34, 34, 0.1));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.star_input input {
  width: 72px;
  height: 100%;
  position: relative;
  z-index: 4;
  margin: 0;
  cursor: pointer; }

@media screen and (min-width: 960px) {
  .star_input input:hover + label {
    opacity: 1; } }

.star_input input:checked + label {
  opacity: 1; }

.star_input label ~ label {
  width: 144px; }

.star_input label ~ label ~ label {
  width: 216px; }

/* - overlay2
------------------------------------------------------- */
.js-overlay2.overlay ::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px; }

.js-overlay2.overlay ::-webkit-scrollbar-thumb {
  background: rgba(34, 34, 34, 0.2); }

.js-overlay2.overlay.is_active {
  opacity: 1;
  pointer-events: all; }

.js-overlay2.overlay .overflow_wrap {
  height: 60vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 960px) {
  .js-overlay2.overlay .overflow_wrap {
    height: 50vh; } }

.js-overlay2.overlay .imp_view {
  background: #FFF;
  margin: 4% 5.333%;
  padding: 6% 0;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .js-overlay2.overlay .imp_view {
    width: 550px;
    margin: 20px auto;
    padding: 20px 0; } }

.js-overlay2.overlay .imp_view .hl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: solid 1px #E9E9E9; }

.js-overlay2.overlay .imp_view .data_lists {
  padding: 0 5.333%; }

/* - overlaySetting
------------------------------------------------------- */
.setting_menu {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  width: 78.666%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media screen and (min-width: 960px) {
  .setting_menu {
    width: 550px; } }

.setting_menu .s_menu {
  text-align: center;
  border: solid 4px #4497F2;
  border-radius: 10px;
  background: #FFF; }

.setting_menu .s_menu:not(:last-child) {
  margin-bottom: 4%; }

.setting_menu .s_menu a {
  color: #4497F2;
  padding: 5%;
  position: relative; }

.setting_menu .s_menu a.ico_account::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_myaccount.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .setting_menu .s_menu a.ico_account::before {
    left: 172px; } }

.setting_menu .s_menu a.ico_face_blue::before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  background: url(../img/icon_face_blue.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .setting_menu .s_menu a.ico_face_blue::before {
    left: 170px; } }

.setting_menu .s_menu a.ico_notifications::before {
  content: '';
  display: block;
  width: 16px;
  height: 20px;
  background: url(../img/icon_notifications.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .setting_menu .s_menu a.ico_notifications::before {
    left: 174px; } }

.setting_menu .s_menu a.ico_mail::before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  background: url(../img/icon_mail.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .setting_menu .s_menu a.ico_mail::before {
    left: 170px; } }

.setting_menu .s_menu a.ico_send::before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  background: url(../img/icon_send.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .setting_menu .s_menu a.ico_send::before {
    left: 170px; } }

.setting_menu .s_menu a.ico_logout::before {
  content: '';
  display: block;
  width: 15px;
  height: 20px;
  background: url(../img/icon_logout.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .setting_menu .s_menu a.ico_logout::before {
    left: 175px; } }

/* - overlay inner commons
------------------------------------------------------- */
.overlay_wrap {
  width: 90%;
  height: 90%;
  padding-top: 22%;
  overflow: hidden;
  margin: 4% auto;
  background: #FFF;
  border-radius: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 320px) {
  .overlay_wrap {
    height: 95%; } }

@media screen and (min-width: 960px) {
  .overlay_wrap {
    width: 600px;
    padding: 30px 20px; } }

.overlay_wrap ::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px; }

.overlay_wrap ::-webkit-scrollbar-thumb {
  background: #999;
  width: 4px;
  border-radius: 2px; }

.overlay_wrap .overlay_head {
  width: 100%;
  background: #FFF;
  border-radius: 20px 20px 0 0;
  padding: 8% 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-bottom: solid 1px #E9E9E9; }

@media screen and (min-width: 960px) {
  .overlay_wrap .overlay_head {
    padding: 20px 40px; } }

.overlay_wrap .overlay_head .overlay_label {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }

.overlay_wrap .overlay_head .btn_setting {
  position: absolute;
  top: 50%;
  right: 5.333%;
  z-index: 5;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.overlay_wrap .overlay_head .btn_setting .ico_setting {
  width: 20px;
  margin: 0 auto .3em;
  display: block; }

.overlay_wrap .overlay_head .btn_setting span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #4497F2; }

.overlay_wrap .overlay_body {
  height: 100%;
  overflow: auto; }

.overlay_wrap .overlay_body .common_btn {
  margin: 8% auto; }

.overlay_wrap .overlay_body .lists_ttl {
  margin: 2% 5.333%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem; }

@media screen and (min-width: 960px) {
  .overlay_wrap .overlay_body .lists_ttl {
    margin: 10px 40px;
    font-size: 16px;
    font-size: 1.6rem; } }

.overlay_wrap .overlay_ftr {
  padding: 5.333%;
  border-top: solid 1px #E9E9E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 320px) {
  .overlay_wrap .overlay_ftr {
    height: 40%; } }

@media screen and (min-width: 960px) {
  .overlay_wrap .overlay_ftr {
    overflow: auto;
    padding: 0; } }

.overlay_wrap .overlay_ftr .link_lists {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center; }

@media screen and (min-width: 960px) {
  .overlay_wrap .overlay_ftr .link_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    padding: 20px 40px; } }

.overlay_wrap .overlay_ftr .link_lists .l_list {
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .overlay_wrap .overlay_ftr .link_lists .l_list {
    width: 50%;
    margin-bottom: 10px; } }

.overlay_wrap .overlay_ftr .link_lists .l_list a {
  color: #4497F2; }

@media screen and (min-width: 960px) {
  .overlay_wrap .overlay_ftr .link_lists .l_list a {
    padding: 5px 20px 5px 0;
    background: url(../img/icon_arrow.svg) no-repeat 95% center;
    background-size: auto 10px; } }

.overlay_wrap .store_lists {
  margin-bottom: 0; }

/* - overlay notification_lists
------------------------------------------------------- */
.notification_lists {
  margin-bottom: 8%; }

.notification_lists .n_list.is_read {
  background: #F6F9FA; }

.notification_lists .n_list.is_read .note {
  color: #000;
  font-weight: normal; }

.notification_lists .n_list.is_read .book_ttl {
  font-weight: normal; }

.notification_lists .n_list a {
  margin: 0 5.333%;
  padding: 4% 17px 4% 0;
  position: relative;
  background: url(../img/icon_arrow.svg) no-repeat right center;
  background-size: 10px auto; }

@media screen and (min-width: 960px) {
  .notification_lists .n_list a {
    margin: 0 40px; } }

.notification_lists .n_list a::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #E9E9E9;
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto; }

.notification_lists .n_list .note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #FF4040;
  margin-bottom: .3em; }

.notification_lists .n_list .book_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: .3em; }

.notification_lists .n_list .book_data {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: .3em; }

.notification_lists .n_list .book_txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* - overlay select partner
------------------------------------------------------- */
.overlay_partner {
  padding-top: 0; }

.partner_lists {
  margin: 8% 5.333%; }

@media screen and (min-width: 960px) {
  .partner_lists {
    margin-top: 5.333%; } }

.partner_lists .p_list {
  padding: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 2%;
  position: relative; }

.partner_lists .p_list a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

@media screen and (min-width: 960px) {
  .partner_lists .p_list {
    width: 33.333%; } }

.partner_lists .p_list .p_avatar {
  width: 70%;
  margin: 0 auto 4%; }

.partner_lists .p_list .p_avatar img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4)); }

.partner_lists .p_list .p_name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2%; }

.partner_lists .p_list .p_comment {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4; }

/* - tagsort
------------------------------------------------------- */
.tagsort_lists {
  margin: 4% 5.333% 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (min-width: 960px) {
  .tagsort_lists {
    margin: 20px 40px; } }

.tagsort_lists .t_list {
  margin: 0 .5em .5em 0;
  cursor: pointer; }

.tagsort_lists .t_list .ts {
  display: none; }

.tagsort_lists .t_list .ts:checked + label .txt {
  background: #FFF;
  border-color: #4497F2;
  color: #4497F2; }

.tagsort_lists .t_list .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .3em .5em;
  background: #E9E9E9;
  border: solid 4px #E9E9E9;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* - userpush
------------------------------------------------------- */
.overlay_userspush .register_search_wrapper .ctrs {
  margin-bottom: 4%;
  font-size: 14px;
  font-size: 1.4rem; }

.overlay_userspush .register_search_wrapper .ctrs .ctr {
  padding: 2% 0; }

.overlay_userspush .register_search_wrapper .bookshelf_wrapper .overlay_head .slide_menu {
  padding-top: 0; }

.overlay_userspush .register_search_wrapper .bookshelf_wrapper .overlay_body {
  height: 48.4vh; }

.overlay_userspush .register_search_wrapper .search_wrapper .overlay_head .search_submit {
  right: 0;
  padding: .5em 1em; }

.overlay_userspush .register_search_wrapper .search_wrapper .overlay_body {
  height: 50vh; }

/* - CVlink
------------------------------------------------------- */
.cvlink_wrap.overlay_wrap {
  height: auto;
  padding: 5%; }

@media screen and (min-width: 960px) {
  .cvlink_wrap.overlay_wrap {
    padding: 30px 20px; } }

body.is_overlay_open {
  height: 100%;
  overflow: hidden; }

body.is_overlay_open .list_button {
  z-index: unset; }

.section.is_overlay_open, .main_lists .m_list.is_overlay_open {
  z-index: 100; }

/* - overlay search conditions
------------------------------------------------------- */
.overlay_search_conditions {
  padding-top: 0;
  height: auto; }

.overlay_search_conditions .sc_lists {
  padding: 8% 0; }

.overlay_search_conditions .checkbox_lists {
  margin: 0 4%; }

.overlay_search_conditions .search_conditions_lists .lists_ttl {
  font-size: 16px;
  font-size: 1.6rem; }

.overlay_search_conditions .search_conditions_lists .sc_lists {
  position: relative; }

.overlay_search_conditions .search_conditions_lists .sc_lists::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #E9E9E9;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto; }

.overlay_search_conditions .search_conditions_lists .btn_wrap {
  background-color: transparent;
  padding-bottom: 6%; }

.overlay_search_conditions .search_conditions_lists .btn_wrap .btn-cancel {
  text-align: center; }

.overlay_search_conditions .search_conditions_lists .btn_wrap .btn-cancel a {
  color: #4497F2;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal; }

/* - overlay select keyword
------------------------------------------------------- */
.overlay_select_keyword {
  padding-top: 0;
  height: auto; }

.overlay_select_keyword .select_keyword_lists .lists_ttl {
  margin-bottom: 4%;
  font-size: 16px;
  font-size: 1.6rem; }

.overlay_select_keyword .select_keyword_lists .gmenu_body {
  padding: 8% 0 10%;
  margin-top: 0; }

@media screen and (min-width: 960px) {
  .overlay_select_keyword .select_keyword_lists .gmenu_body {
    padding: 8% 0 4%; } }

.overlay_select_keyword .select_keyword_lists .gmenu_body .gmenu_search {
  padding-bottom: 0;
  margin-bottom: 6%;
  border-bottom: none; }

.overlay_select_keyword .select_keyword_lists .btn_wrap {
  padding: 0;
  background: transparent; }

.overlay_select_keyword .select_keyword_lists .btn_wrap .common_btn {
  margin: 0 0 6%; }

.overlay_select_keyword .select_keyword_lists .btn_wrap .common_btn a {
  color: #fff;
  background-color: #4497F2;
  border-color: #4497F2;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 1.4rem; }

.overlay_select_keyword .select_keyword_lists .k_lists li {
  border-bottom: 1px solid #E9E9E9; }

.overlay_select_keyword .select_keyword_lists .k_lists li a {
  display: block;
  color: #4497F2;
  padding: 4%;
  font-size: 1.4rem;
  font-weight: bold; }

.overlay_select_keyword .select_keyword_lists .k_lists li:first-child {
  border-top: 1px solid #E9E9E9; }

/* - Confirm
------------------------------------------------------- */
.confirn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.confirn.is_active {
  visibility: visible;
  opacity: 1;
  pointer-events: all; }

.confirn.is_active .confirm_wrap {
  top: 50% !important;
  opacity: 1 !important; }

.confirn .inner {
  width: 100%;
  height: 100%;
  padding: 5.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

@media screen and (max-width: 320px) {
  .confirn .inner {
    padding: 3%; } }

.confirn .inner .confirm_wrap {
  width: 90%;
  background: #FFF;
  padding: 8% 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: .7; }

@media screen and (min-width: 960px) {
  .confirn .inner .confirm_wrap {
    width: 380px;
    padding: 40px; } }

.confirn .inner .confirm_wrap .ico_warning {
  width: 22px;
  margin: 0 auto 4%; }

.confirn .inner .confirm_wrap .ico_public {
  width: 22px;
  margin: 0 auto 4%; }

.confirn .inner .confirm_wrap .hl {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4%; }

.confirn .inner .confirm_wrap .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center; }

.confirn .inner .confirm_wrap .confirm_btns {
  margin: 8% 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.confirn .inner .confirm_wrap .confirm_btns div:first-child {
  margin-right: 3%; }

.confirn .inner .confirm_wrap .confirm_btns .c_input input {
  padding: 5.333% 4%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer; }

.confirn .inner .confirm_wrap .confirm_btns .c_input.true {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.confirn .inner .confirm_wrap .confirm_btns .c_input.true input {
  background: #FFF;
  border: solid 4px #4497F2; }

.confirn .inner .confirm_wrap .confirm_btns .c_input.false {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.confirn .inner .confirm_wrap .confirm_btns .c_input.false input {
  background: #E9E9E9;
  border: solid 4px #E9E9E9; }

.confirn .inner .confirm_wrap .confirm_btns .c_btn {
  padding: 5.333% 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.confirn .inner .confirm_wrap .confirm_btns .c_btn:first-child {
  margin-right: 4%; }

.confirn .inner .confirm_wrap .confirm_btns .c_btn.true {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background: #FFF;
  border: solid 4px #4497F2; }

.confirn .inner .confirm_wrap .confirm_btns .c_btn.false {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #E9E9E9;
  border: solid 4px #E9E9E9; }

/* - yonda or yomitai buttom
------------------------------------------------------- */
.select_btns {
  width: 128px;
  background: #FFF;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 50%;
  z-index: 90;
  border: solid 4px #FF88A0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (max-width: 320px) {
  .select_btns {
    width: 110px; } }

.select_btns::before {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #FFF;
  z-index: 2; }

.select_btns::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FF88A0;
  z-index: 1; }

.select_btns .btn {
  width: 50%;
  padding: .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  cursor: pointer; }

.select_btns.is_single {
  width: 64px; }

.select_btns.is_single .btn {
  width: 60px; }

.js-read.is_active .select_btns {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%); }

/*========================================


	*This CSS  bibliography page


========================================*/
/* - bibliography page
------------------------------------------------------- */
.biblio_contents {
  padding-top: 5.333%; }

.biblio_contents .main_area {
  position: relative;
  padding-top: 118%;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .biblio_contents .main_area {
    padding-top: 530px;
    margin-bottom: 30px; } }

.biblio_contents .main_area + .bnr_area {
  padding-top: 0; }

.biblio_contents .main_area .comments_lists {
  margin-bottom: 0; }

.biblio_contents .main_area .ph {
  width: 89.333%;
  border: solid 4px #FFF;
  background: #FFF;
  -webkit-box-shadow: 0 0 1px rgba(34, 34, 34, 0.4);
  box-shadow: 0 0 1px rgba(34, 34, 34, 0.4);
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10; }

@media screen and (min-width: 960px) {
  .biblio_contents .main_area .ph {
    width: 400px;
    min-height: 560px; } }

.biblio_contents .main_area .ph .cover {
  width: 100%;
  padding-top: 141%;
  position: relative;
  overflow: hidden; }

.biblio_contents .main_area .ph .cover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.biblio_contents .main_area .txt_area {
  background: #FFF;
  padding: 15% 5.333% 5.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .biblio_contents .main_area .txt_area {
    width: 470px;
    padding: 50px 20px 10px;
    margin: 0 auto; } }

.biblio_contents .main_area .txt_area .btn_area {
  margin: 0 6% 4%; }

@media screen and (min-width: 960px) {
  .biblio_contents .main_area .txt_area .btn_area {
    width: 70%;
    margin: 0 auto 20px; } }

.biblio_contents .main_area .txt_area .book_ttl {
  padding-bottom: 4%;
  border-bottom: solid 1px #E9E9E9; }

@media screen and (min-width: 960px) {
  .biblio_contents .main_area .txt_area .book_ttl {
    padding-bottom: 20px; } }

.biblio_contents .main_area .txt_area .book_txt {
  padding-bottom: 4%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6; }

.biblio_contents .main_area .txt_area .book_txt a {
  display: inline;
  color: #4497F2; }

.biblio_contents .main_area .txt_area .tag_lists {
  margin-bottom: 6%; }

.biblio_contents .main_area .lists_ttl {
  text-align: center;
  margin-bottom: 4%;
  font-size: 14px;
  font-size: 1.4rem; }

@media screen and (min-width: 960px) {
  .biblio_contents .main_area .lists_ttl {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem; } }

.biblio_contents .hls {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .biblio_contents .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px; } }

.biblio_contents .hlss {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .biblio_contents .hlss {
    margin-bottom: 20px; } }

.biblio_contents .section {
  background: transparent; }

.biblio_contents .data_area {
  margin: 0 5.333%;
  padding: 6% 0; }

@media screen and (min-width: 960px) {
  .biblio_contents .data_area {
    padding: 20px 0; } }

.biblio_contents .data_area .info a {
  color: #4497F2; }

.biblio_contents .eva_area {
  background: #FFF;
  margin: 0 5.333% 8%;
  padding: 5.333% 5.333% 8%;
  border-radius: 20px; }

@media screen and (min-width: 960px) {
  .biblio_contents .eva_area {
    padding: 40px; } }

.biblio_contents .eva_area .stars {
  width: 106px;
  margin: 0 auto 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.biblio_contents .eva_area .stars img {
  width: 27px;
  height: 28px; }

.biblio_contents .other_area {
  background: #FFF; }

.biblio_contents .other_area .txt {
  margin: 0 5.333% 4%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6; }

@media screen and (min-width: 960px) {
  .biblio_contents .other_area .txt {
    margin: 0 20px 15px; } }

.biblio_contents .comment_area .comment_lists {
  margin: 0 5.333% 12%; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .comment_lists {
    width: 500px;
    margin: 0 auto 40px; } }

.biblio_contents .comment_area .comment_lists .c_list .head_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.biblio_contents .comment_area .comment_lists .c_list .head_wrap .head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #FFF;
  border-radius: 50px;
  text-align: left;
  margin-left: 4%;
  padding: 1.5em 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .comment_lists .c_list .head_wrap .head {
    padding: 2em 3em;
    margin-left: 10px; } }

.biblio_contents .comment_area .comment_lists .c_list .head_wrap .head .c_name {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .comment_lists .c_list .head_wrap .head .c_name {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6; } }

.biblio_contents .comment_area .comment_lists .c_list .head_wrap .avatar {
  width: 22%; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .comment_lists .c_list .head_wrap .avatar {
    width: 18%; } }

.biblio_contents .comment_area .comment_lists .c_list .head_wrap .avatar .a_name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 2%;
  text-align: center; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .comment_lists .c_list .head_wrap .avatar .a_name {
    font-size: 14px;
    font-size: 1.4rem; } }

.biblio_contents .comment_area .comment_lists .c_list .comment {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 4%; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .comment_lists .c_list .comment {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem; } }

.biblio_contents .comment_area .comment_lists .c_list .comment .fukudashi {
  background: #FFF;
  border: solid 4px #000;
  border-radius: 8px;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .comment_lists .c_list .comment .fukudashi {
    padding: 20px; } }

.biblio_contents .comment_area .comment_lists .c_list .comment .fukudashi::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 15%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  z-index: 2; }

.biblio_contents .comment_area .comment_lists .c_list .comment .fukudashi::after {
  content: '';
  position: absolute;
  top: -24px;
  left: 15%;
  margin-left: -19px;
  border: 12px solid transparent;
  border-bottom: 12px solid #000;
  z-index: 1; }

.biblio_contents .comment_area .comment_lists .c_list:not(:last-child) {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .comment_lists .c_list:not(:last-child) {
    margin-bottom: 20px; } }

.biblio_contents .comment_area .comment_lists .c_list:nth-child(odd) .head_wrap .avatar {
  margin-right: auto; }

.biblio_contents .comment_area .comment_lists .c_list:nth-child(even) .head_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.biblio_contents .comment_area .comment_lists .c_list:nth-child(even) .head_wrap .head {
  margin: 0 4% 0 0; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .comment_lists .c_list:nth-child(even) .head_wrap .head {
    margin: 0 10px 0 0; } }

.biblio_contents .comment_area .comment_lists .c_list:nth-child(even) .head_wrap .avatar {
  margin-left: auto; }

.biblio_contents .comment_area .comment_lists .c_list:nth-child(even) .comment .fukudashi::before {
  left: auto;
  right: 15%;
  margin-left: auto;
  margin-right: -15px; }

.biblio_contents .comment_area .comment_lists .c_list:nth-child(even) .comment .fukudashi::after {
  left: auto;
  right: 15%;
  margin-left: auto;
  margin-right: -19px; }

.biblio_contents .comment_area .hls + .comment_lists {
  margin: 0 5.333% 12%; }

@media screen and (min-width: 960px) {
  .biblio_contents .comment_area .hls + .comment_lists {
    margin: 0 auto 40px; } }

.biblio_contents .comment_area + .data_area {
  margin-top: -4%; }

.biblio_contents .userspush_area {
  background: #FFF; }

.biblio_contents .review_area {
  background: #FFF; }

.biblio_contents .review_area .review_lists {
  margin-bottom: 2%; }

.biblio_contents .review_area .review_lists .r_list {
  padding: 4% 0;
  border-bottom: solid 4px #000;
  border-radius: 2px; }

.biblio_contents .review_area .review_lists .r_list .r_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4%; }

.biblio_contents .review_area .review_lists .r_list .r_head .u_name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-right: 1em;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.biblio_contents .review_area .review_lists .r_list .r_head .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888; }

.biblio_contents .review_area .review_lists .r_list .r_head .like_cont {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: auto; }

.biblio_contents .review_area .review_lists .r_list .r_body {
  position: relative; }

.biblio_contents .review_area .review_lists .r_list .r_body .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6; }

.biblio_contents .review_area .review_lists .r_list .r_body .txt.is_active {
  height: auto;
  overflow: visible;
  padding-bottom: 0; }

.biblio_contents .review_area .review_lists .r_list .r_body .txt.is_active + .msk {
  opacity: 0;
  pointer-events: none; }

.biblio_contents .review_area .review_lists .r_list .r_body .txt.is_active .open_ad {
  opacity: 0;
  pointer-events: none; }

.biblio_contents .review_area .review_lists .r_list .r_body .msk {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.biblio_contents .review_area .review_lists .r_list .r_body .msk .msk_txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer; }

.biblio_contents .review_area .review_lists .r_list .r_body .msk .msk_txt img {
  width: 14px;
  display: block;
  margin: 0 auto .3em; }

.biblio_contents .review_area .review_lists .r_list .r_body.is_disable .msk {
  opacity: 1;
  pointer-events: all;
  cursor: auto; }

.biblio_contents .relation_area {
  background: #FFF; }

.biblio_contents .product_area {
  background: #FFF; }

.biblio_contents .product_area ::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px; }

.biblio_contents .product_area ::-webkit-scrollbar-thumb {
  background: rgba(34, 34, 34, 0.2); }

.biblio_contents .product_area .product_lists {
  margin: 0 5.333% 4%;
  padding: 3% 3% 1.5%;
  max-height: 190px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #E9E9E9; }

.biblio_contents .product_area .product_lists .p_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 2%; }

.biblio_contents .product_area .product_lists .p_list a {
  display: inline;
  color: #4497F2; }

.biblio_contents .product_area .product_lists .p_list .p_item {
  width: 30%;
  background: #FFF;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }

.biblio_contents .product_area .product_lists .p_list .p_value {
  width: 68%;
  background: #FFF;
  padding: 1em 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.biblio_contents .tag_area {
  background: #FFF; }

.biblio_contents .tag_area .tag_lists {
  margin: 0 5.333% 4%; }

.biblio_contents .sns_area {
  background: #FFF; }

.biblio_contents .bnr_area {
  padding: 8% 5.333%; }

@media screen and (min-width: 960px) {
  .biblio_contents .bnr_area {
    padding: 30px 20px; } }

@media screen and (min-width: 960px) {
  .biblio_contents .bnr_area .bnr {
    width: 75%;
    margin-left: auto;
    margin-right: auto; } }

.sns_area {
  background: #FFF; }

.data_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.data_lists.type_score .star {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.data_lists.type_score .star img {
  width: auto;
  height: 100%; }

.data_lists.type_score .favo {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.data_lists.type_score .favo img {
  width: auto;
  height: 100%; }

.data_lists.type_score .score {
  line-height: 30px;
  margin-left: .5em; }

.data_lists.type_fukidashi {
  text-align: center;
  color: #888;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .data_lists.type_fukidashi {
    margin-bottom: 30px; } }

.data_lists.type_fukidashi .fukidashi {
  width: 90%;
  border-radius: 8px;
  position: relative;
  background: #EBEBEB; }

.data_lists.type_fukidashi .fukidashi a {
  padding: .5em 0;
  color: #888; }

.data_lists.type_fukidashi .d_list {
  padding: 0; }

.data_lists.type_fukidashi .d_list:nth-child(odd) {
  margin: 3% 0; }

@media screen and (min-width: 960px) {
  .data_lists.type_fukidashi .d_list:nth-child(odd) {
    margin: 10px 0; } }

.data_lists.type_fukidashi .d_list:nth-child(odd) .fukidashi {
  margin-right: 5.333%;
  margin-left: auto; }

.data_lists.type_fukidashi .d_list:nth-child(odd) .fukidashi::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-right: 7px solid #EBEBEB; }

.data_lists.type_fukidashi .d_list:nth-child(even) {
  margin: 3% 0; }

@media screen and (min-width: 960px) {
  .data_lists.type_fukidashi .d_list:nth-child(even) {
    margin: 10px 0; } }

.data_lists.type_fukidashi .d_list:nth-child(even) .fukidashi {
  margin-left: 5.333%;
  margin-right: auto; }

.data_lists.type_fukidashi .d_list:nth-child(even) .fukidashi::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 7px solid #EBEBEB;
  border-right-color: transparent !important; }

.data_lists.type_fukidashi .d_list:nth-child(1) .fukidashi {
  color: #FFF;
  background: #FDD84C; }

.data_lists.type_fukidashi .d_list:nth-child(1) .fukidashi::before {
  border-right-color: #FDD84C; }

.data_lists.type_fukidashi .d_list:nth-child(1) .fukidashi a {
  color: #FFF; }

.data_lists.type_fukidashi .d_list:nth-child(2) .fukidashi {
  color: #FFF;
  background: #FF88A0; }

.data_lists.type_fukidashi .d_list:nth-child(2) .fukidashi::before {
  border-left-color: #FF88A0; }

.data_lists.type_fukidashi .d_list:nth-child(2) .fukidashi a {
  color: #FFF; }

.data_lists.type_fukidashi .d_list:nth-child(3) .fukidashi {
  color: #FFF;
  background: #6BCC5C; }

.data_lists.type_fukidashi .d_list:nth-child(3) .fukidashi::before {
  border-right-color: #6BCC5C; }

.data_lists.type_fukidashi .d_list:nth-child(3) .fukidashi a {
  color: #FFF; }

.data_lists.type_fukidashi .d_list:nth-child(4) .fukidashi {
  color: #FFF;
  background: #5CA3F2; }

.data_lists.type_fukidashi .d_list:nth-child(4) .fukidashi::before {
  border-left-color: #5CA3F2; }

.data_lists.type_fukidashi .d_list:nth-child(4) .fukidashi a {
  color: #FFF; }

.data_lists .d_list {
  width: 50%;
  padding: 2% 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }

.data_lists.type_fukidashi-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px; }

@media screen and (min-width: 960px) {
  .data_lists.type_fukidashi-top {
    width: 80%;
    margin: 0 auto; } }

.data_lists.type_fukidashi-top .d_list {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -.09em;
  width: auto;
  width: initial;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .data_lists.type_fukidashi-top .d_list {
    font-size: 14px;
    font-size: 1.4rem; } }

.data_lists.type_fukidashi-top .d_list .fukidashi {
  margin: 0 -.8em;
  border-radius: 50px;
  position: relative; }

.data_lists.type_fukidashi-top .d_list .fukidashi::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 6px solid #e0edff; }

.data_lists.type_fukidashi-top .d_list:nth-child(1) .fukidashi {
  background: #FDD84C; }

.data_lists.type_fukidashi-top .d_list:nth-child(1) .fukidashi::after {
  border-bottom-color: #FDD84C; }

.data_lists.type_fukidashi-top .d_list:nth-child(2) .fukidashi {
  background: #FF88A0; }

.data_lists.type_fukidashi-top .d_list:nth-child(2) .fukidashi::after {
  border-bottom-color: #FF88A0; }

.data_lists.type_fukidashi-top .d_list:nth-child(3) .fukidashi {
  background: #6BCC5C; }

.data_lists.type_fukidashi-top .d_list:nth-child(3) .fukidashi::after {
  border-bottom-color: #6BCC5C; }

.data_lists.type_fukidashi-top .d_list:nth-child(4) .fukidashi {
  background: #5CA3F2; }

.data_lists.type_fukidashi-top .d_list:nth-child(4) .fukidashi::after {
  border-bottom-color: #5CA3F2; }

.data_lists.type_fukidashi-top .d_list a {
  padding: .5em;
  color: #FFF; }

.btn_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFF;
  border-radius: 50px;
  position: relative; }

@media screen and (min-width: 960px) {
  .btn_data {
    width: 80%;
    margin: 0 auto; } }

.btn_data::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #EDF1F3; }

.btn_data .b_item {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.btn_data .b_item:nth-child(1) {
  padding: 1em 1em 1em 3em; }

.btn_data .b_item:nth-child(1) .cnt {
  margin-right: .5em; }

@media screen and (min-width: 960px) {
  .btn_data .b_item:nth-child(1) .cnt {
    margin-right: 2em; } }

.btn_data .b_item:nth-child(2) {
  padding: 1em 3em 1em 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.btn_data .b_item:nth-child(2) .cnt {
  margin-left: .5em; }

@media screen and (min-width: 960px) {
  .btn_data .b_item:nth-child(2) .cnt {
    margin-left: 2em; } }

.btn_data .b_item:nth-child(2) .txt {
  text-align: right; }

.btn_data .b_item .cnt {
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  text-align: center; }

.btn_data .b_item .cnt .score {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: .3em; }

@media screen and (min-width: 960px) {
  .btn_data .b_item .cnt .score {
    font-size: 16px;
    font-size: 1.6rem; } }

.btn_data .b_item .cnt img {
  width: 50%;
  margin: 0 auto; }

.btn_data .b_item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .btn_data .b_item .txt {
    font-size: 16px;
    font-size: 1.6rem; } }

/*========================================


	*This CSS  userspush page


========================================*/
/* - userspush page
------------------------------------------------------- */
.userspush_head {
  background: #FFF;
  padding: 8% 5.333% 0; }

.userspush_body {
  background: #FFF;
  padding: .1% 5.333% 0; }

.userspush_foot {
  background: #FFF;
  padding: 8% 5.333%; }

.userspush .head_up .ph_area {
  width: 25%;
  padding-top: 25%;
  margin-right: 3%;
  position: relative; }

.userspush .head_up .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.userspush .head_up .txt_area .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3; }

@media screen and (min-width: 960px) {
  .userspush .head_up .txt_area .ttl {
    font-size: 18px;
    font-size: 1.8rem; } }

.userspush .head_up .txt_area .ttl .mk {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%); }

.userspush .head_middle {
  margin-top: 2%; }

.userspush .head_middle .ctr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 4%; }

@media screen and (min-width: 960px) {
  .userspush .head_middle .ctr {
    margin-top: 0; } }

.userspush .head_middle .ctr .c_list {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  position: relative; }

.userspush .head_middle .ctr .c_list:not(:last-child) {
  margin-right: 3%; }

.userspush .head_middle .ctr .c_list.tw {
  background: #00a2f8; }

.userspush .head_middle .ctr .c_list.tw img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: auto; }

.userspush .head_middle .ctr .c_list.fb {
  background: #4167b2; }

.userspush .head_middle .ctr .c_list.fb img {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-63%, 0);
  transform: translate(-63%, 0);
  width: 38px;
  height: auto; }

.userspush .head_middle .ctr .c_list.line {
  background: #00b900; }

.userspush .head_middle .ctr .c_list.line img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: auto; }

.userspush .head_middle .ctr .c_list.favo_cnt {
  width: auto;
  width: initial;
  padding: 0 2em;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 32px;
  border: solid 4px #FF7792;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.userspush .head_middle .ctr .c_list.favo_cnt .ico_heart {
  display: inline-block;
  padding: 0 0 0 1.2em;
  position: relative; }

.userspush .head_middle .ctr .c_list.favo_cnt .ico_heart::before {
  content: '';
  width: 18px;
  height: 16px;
  background: url(../img/icon_heart.svg) no-repeat left center;
  background-size: auto 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.userspush .head_middle .update {
  margin: 4% 0 0; }

.userspush .head_bottom .uname .item {
  display: block;
  font-size: 10px;
  font-size: 1rem; }

@media screen and (min-width: 960px) {
  .userspush .head_bottom .uname .item {
    font-size: 12px;
    font-size: 1.2rem; } }

.userspush .head_bottom .uname .value {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: .3em; }

@media screen and (min-width: 960px) {
  .userspush .head_bottom .uname .value {
    font-size: 16px;
    font-size: 1.6rem; } }

.userspush .head_bottom .uname .value.ico_official {
  display: inline-block;
  padding-right: 15px;
  position: relative; }

.userspush .head_bottom .uname .value.ico_official::after {
  content: '';
  width: 12px;
  height: 14px;
  background: url(../img/icon_verified-user.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1; }

.userspush .head_bottom .uname .value a.link {
  display: inline-block;
  color: #4497F2;
  text-decoration: underline; }

.userspush .head_bottom .uname .id {
  margin-top: .3em;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888; }

@media screen and (min-width: 960px) {
  .userspush .head_bottom .uname .id {
    font-size: 12px;
    font-size: 1.2rem; } }

.userspush .head_bottom .profiles {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1em; }

@media screen and (min-width: 960px) {
  .userspush .head_bottom .profiles {
    font-size: 16px;
    font-size: 1.6rem; } }

.userspush .user_list {
  margin-top: 6%; }

.userspush .user_list .u_list {
  padding: 6% 0;
  border-bottom: 4px solid #E9E9E9;
  border-radius: 2px; }

.userspush .user_list .u_list:first-child {
  border-top: 4px solid #E9E9E9; }

.userspush .user_list .li_head .ph {
  width: 30%;
  margin-right: 3%; }

.userspush .user_list .li_head .ph .cover {
  overflow: hidden; }

.userspush .user_list .li_head .txtarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.userspush .user_list .li_head .txtarea .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

@media screen and (min-width: 960px) {
  .userspush .user_list .li_head .txtarea .ttl {
    font-size: 18px;
    font-size: 1.8rem; } }

.userspush .user_list .li_head .txtarea .name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #888;
  margin-top: .3em; }

@media screen and (min-width: 960px) {
  .userspush .user_list .li_head .txtarea .name {
    font-size: 16px;
    font-size: 1.6rem; } }

.userspush .user_list .li_head .txtarea .tag_lists {
  margin-top: .5em;
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (min-width: 960px) {
  .userspush .user_list .li_head .txtarea .tag_lists {
    font-size: 14px;
    font-size: 1.4rem; } }

.userspush .user_list .li_head .txtarea .btn_book {
  text-align: right; }

.userspush .user_list .li_body {
  margin-top: 4%; }

.userspush .user_list .li_body .fukidashi {
  background: #FFF;
  border: solid 4px #000;
  border-radius: 8px;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.userspush .user_list .li_body .fukidashi::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 10%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  z-index: 2; }

.userspush .user_list .li_body .fukidashi::after {
  content: '';
  position: absolute;
  top: -24px;
  left: 10%;
  margin-left: -19px;
  border: 12px solid transparent;
  border-bottom: 12px solid #000;
  z-index: 1; }

.userspush .user_list .li_body .fukidashi_hl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3; }

@media screen and (min-width: 960px) {
  .userspush .user_list .li_body .fukidashi_hl {
    font-size: 14px;
    font-size: 1.4rem; } }

.userspush .user_list .li_body .fukidashi .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: .3em; }

@media screen and (min-width: 960px) {
  .userspush .user_list .li_body .fukidashi .txt {
    font-size: 16px;
    font-size: 1.6rem; } }

.userspush .user_list .store_lists {
  margin-bottom: 0; }

.userspush .sns_area {
  background: transparent; }

.userspush .userspush_area {
  background: #FFF; }

.userspush .published {
  padding: 10% 3%; }

.userspush .published_hl {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6%; }

@media screen and (min-width: 960px) {
  .userspush .published_hl {
    font-size: 18px;
    font-size: 1.8rem; } }

.userspush .published_lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .userspush .published_lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px; } }

.userspush .published .selected_btn {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin: 3% 0;
  color: #4497F2;
  font-size: 14px;
  font-size: 1.4rem; }

@media screen and (min-width: 960px) {
  .userspush .published .selected_btn {
    font-size: 16px;
    font-size: 1.6rem; } }

.userspush .published .selected_btn input {
  display: none; }

.userspush .select_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .userspush .select_lists {
    margin-bottom: 40px; } }

.userspush .select_lists .selected_btn {
  width: 100%; }

.userspush .select_lists .s_list {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%; }

@media screen and (min-width: 960px) {
  .userspush .select_lists .s_list {
    width: 33.3333%;
    padding: 1.5%; } }

.userspush .select_lists .s_list .sy {
  display: none; }

.userspush .select_lists .s_list .sy:checked + label {
  border-color: #4497F2;
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.userspush .select_lists .s_list label {
  display: block;
  padding: 4%;
  border: solid 4px #E9E9E9;
  border-radius: 8px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #FFF; }

.userspush .select_lists .s_list .ph {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 4%;
  border-radius: 4px; }

.userspush .select_lists .s_list .ph img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.userspush .select_lists .s_list .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .userspush .select_lists .s_list .txt {
    font-size: 14px;
    font-size: 1.4rem; } }

.userlocal_feed {
  padding: 8% 5.333%;
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (min-width: 960px) {
  .userlocal_feed {
    font-size: 14px;
    font-size: 1.4rem; } }

.report_link {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 8% 0; }

@media screen and (min-width: 960px) {
  .report_link {
    font-size: 14px;
    font-size: 1.4rem; } }

.report_link a {
  display: inline-block;
  padding: .2em 0 .2em 1.5em;
  color: #4497F2;
  background: url(../img/icon_error.svg) no-repeat left center;
  background-size: auto 14px; }

.changeBtn .common_btn {
  display: none; }

.changeBtn .common_btn.is_active {
  display: block; }

/*========================================


	*This CSS  kakuyomu page


========================================*/
.kakuyomu_contents .from_bnr {
  margin-bottom: 0; }

.kakuyomu_contents .from_bnr .txt_area .txt {
  font-size: 16px;
  font-size: 1.6rem; }

.kakuyomu_contents .hls {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 6%; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; } }

.kakuyomu_contents .kakuyomu_read {
  padding: 0 0 6%; }

.kakuyomu_contents .kakuyomu_read .sns_lists {
  margin: 0 auto 8%; }

.kakuyomu_contents .insert_html .ins_bnr {
  margin: 0 5.333% 4%; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .insert_html .ins_bnr {
    margin: 0 auto 4%; } }

.kakuyomu_contents .insert_html .ins_bnr.border {
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.kakuyomu_contents .insert_html .ins_bnr--wide {
  margin: 0 auto 4%; }

.kakuyomu_contents .insert_html .ins_bnr--wide.border {
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.kakuyomu_contents .insert_html p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 5% 4%; }

.kakuyomu_contents .insert_html p a {
  display: inline;
  text-decoration: underline;
  color: #4497F2; }

.kakuyomu_contents .pager {
  background: #E9E9E9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5.333%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 8%; }

.kakuyomu_contents .pager div {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

.kakuyomu_contents .pager div a {
  border: solid 4px #000;
  border-radius: 50px;
  padding: .7em 1em;
  background: #FFF;
  position: relative; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .pager div a {
    padding: 1em 3em; } }

.kakuyomu_contents .pager .next a {
  padding-right: 2em; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .pager .next a {
    padding-right: 4em; } }

.kakuyomu_contents .pager .next a::after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_arrow-next.svg) no-repeat center;
  background-size: auto 100%; }

.kakuyomu_contents .pager .prev a {
  padding-left: 2em; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .pager .prev a {
    padding-left: 4em; } }

.kakuyomu_contents .pager .prev a::after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_arrow-prev.svg) no-repeat center;
  background-size: auto 100%; }

.kakuyomu_contents .api_content {
  margin-bottom: 8%;
  word-break: break-all;
  padding-top: 1px; }

.kakuyomu_contents .api_content .content_head {
  padding-bottom: 2%;
  margin-bottom: 6%;
  border-bottom: solid 1px #E9E9E9; }

.kakuyomu_contents .api_content .content_head .eps_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #888;
  margin: 0 5.333% 4%; }

.kakuyomu_contents .api_content .content_head .sec_ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #888;
  margin: 0 5.333% 4%; }

.kakuyomu_contents .api_content .content_head .eps_ttls {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 5.333% 4%; }

.kakuyomu_contents .api_content .content_body {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 16px !important;
  line-height: 2;
  margin: 0 5.333%; }

.kakuyomu_contents .api_content .content_body .blank {
  display: block; }

.kakuyomu_contents .api_content .content_body img {
  max-width: 100%;
  width: auto;
  height: auto; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .api_content .content_body img {
    margin-bottom: 10px; } }

.kakuyomu_contents .api_content .content_body em {
  font-style: normal; }

.kakuyomu_contents .api_content .content_body em.emphasisDots span {
  padding: .35em 0;
  position: relative; }

.kakuyomu_contents .api_content .content_body em.emphasisDots span::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }

.kakuyomu_contents .contents_detail {
  margin-top: 16%;
  padding: 5.333%; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .contents_detail {
    margin-top: 12%; } }

.kakuyomu_contents .contents_detail .contents_head {
  margin-bottom: 5.333%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.kakuyomu_contents .contents_detail .contents_head .ph {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -16%;
  border: solid 2px #FFF;
  background: #E9E9E9;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  margin-right: 5.333%; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .contents_detail .contents_head .ph {
    width: 35%; } }

.kakuyomu_contents .contents_detail .contents_head .ph .cover {
  width: 100%;
  padding-top: 143%;
  position: relative;
  overflow: hidden; }

.kakuyomu_contents .contents_detail .contents_head .ph .cover img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; }

.kakuyomu_contents .contents_detail .contents_head .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.kakuyomu_contents .contents_detail .contents_head .txt_area .date {
  font-size: 10px;
  font-size: 1rem;
  color: #888;
  text-align: right;
  margin-bottom: .7em; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .contents_detail .contents_head .txt_area .date {
    font-size: 12px;
    font-size: 1.2rem; } }

.kakuyomu_contents .contents_detail .contents_head .txt_area .list_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 3%; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .contents_detail .contents_head .txt_area .list_head {
    font-size: 12px;
    font-size: 1.2rem; } }

.kakuyomu_contents .contents_detail .contents_head .txt_area .list_head .new_label {
  background: #FF4040;
  color: #FFF;
  padding: .2em .5em .3em;
  border-radius: 9px;
  margin-right: 1em; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .contents_detail .contents_head .txt_area .list_head .new_label {
    padding-top: .4em; } }

.kakuyomu_contents .contents_detail .contents_head .txt_area .list_head .cat_label {
  background: #E9E9E9;
  color: #888;
  padding: .2em .5em .3em;
  border-radius: 4px; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .contents_detail .contents_head .txt_area .list_head .cat_label {
    padding-top: .4em; } }

.kakuyomu_contents .contents_detail .contents_head .txt_area .cover_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: .2em; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .contents_detail .contents_head .txt_area .cover_ttl {
    font-size: 16px;
    font-size: 1.6rem; } }

.kakuyomu_contents .contents_detail .contents_head .txt_area .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: .2em;
  color: #888; }

.kakuyomu_contents .contents_detail .read_btn_double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 5.333%; }

.kakuyomu_contents .contents_detail .read_btn_double .r_btn {
  width: 48%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .contents_detail .read_btn_double .r_btn {
    font-size: 14px;
    font-size: 1.4rem; } }

.kakuyomu_contents .contents_detail .read_btn_double .r_btn a {
  padding: 1em 1.2em;
  border-radius: 50px;
  border: solid 4px #4EC93B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .contents_detail .read_btn_double .r_btn a {
    padding: 1.5em 3em; } }

.kakuyomu_contents .contents_detail .read_btn_double .r_btn--relation a {
  border-color: #E9E9E9; }

.kakuyomu_contents .contents_detail .read_btn_double .r_btn--new {
  margin-left: auto; }

.kakuyomu_contents .contents_detail .read_btn_double .r_btn--new a {
  background: #6BCC5C;
  color: #FFF; }

.kakuyomu_contents .api_contents {
  word-break: break-all;
  padding-top: 1px; }

.kakuyomu_contents .api_contents .catchphrase {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1em; }

.kakuyomu_contents .api_contents p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7; }

.kakuyomu_contents .more_wrap {
  height: 23em;
  overflow: hidden;
  position: relative;
  padding-bottom: 2.5em;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

@media screen and (max-width: 320px) {
  .kakuyomu_contents .more_wrap {
    height: 20em; } }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .more_wrap {
    height: 20em; } }

.kakuyomu_contents .more_wrap::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #E9E9E9; }

.kakuyomu_contents .more_wrap .readmore {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  padding: 2em 0 1em;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.kakuyomu_contents .more_wrap.is_show {
  height: auto; }

.kakuyomu_contents .more_wrap.is_show .readmore {
  display: none; }

.kakuyomu_contents .index .index_lists {
  margin: 0 5.333% 2%; }

.kakuyomu_contents .index .index_lists .i_list {
  padding: 4% 0;
  position: relative; }

.kakuyomu_contents .index .index_lists .i_list::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #E9E9E9;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 2px; }

.kakuyomu_contents .index .index_lists .i_list .hl {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #888;
  word-wrap: break-word;
  margin-bottom: .2em; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .index .index_lists .i_list .hl {
    font-size: 14px;
    font-size: 1.4rem; } }

.kakuyomu_contents .index .index_lists .i_list .hl .l {
  display: inline;
  font-weight: bold;
  margin-right: .5em; }

.kakuyomu_contents .index .index_lists .i_list .hl .s {
  display: inline;
  font-weight: normal; }

.kakuyomu_contents .index .index_lists .i_list .link {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 .5em; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .index .index_lists .i_list .link {
    font-size: 16px;
    font-size: 1.6rem; } }

.kakuyomu_contents .index .index_lists .i_list .link a {
  padding: .5em .5em .5em 0;
  color: #5CA3F2;
  background: url(/asset/img/icon_arrow.svg) no-repeat right center;
  background-size: auto 12px; }

.kakuyomu_contents .no_list {
  text-align: center;
  margin: 3em 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #888; }

.kakuyomu_contents .std_lists {
  padding-top: 0;
  margin-bottom: 6%; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .std_lists {
    margin-bottom: 20px; } }

.kakuyomu_contents .std_lists .common_btn {
  text-align: right;
  margin-top: 4%;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 10; }

.kakuyomu_contents .std_lists .common_btn a {
  padding: .5em 1em; }

.kakuyomu_contents .book_overlay {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.9);
  padding: 5.333%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s linear;
  transition: all .4s linear; }

.kakuyomu_contents .book_overlay.is_active {
  opacity: 1;
  pointer-events: all; }

.kakuyomu_contents .book_overlay .book_close {
  width: 20px;
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .book_overlay .book_close {
    width: 40px; } }

.kakuyomu_contents .book_overlay .overlay_wrap {
  margin: auto;
  width: 90%;
  height: auto;
  padding: 10% 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .book_overlay .overlay_wrap {
    width: 550px;
    padding: 30px 20px; } }

.kakuyomu_contents .book_overlay .overlay_wrap .book_data {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .book_overlay .overlay_wrap .book_data {
    margin-bottom: 20px; } }

.kakuyomu_contents .book_overlay .overlay_wrap .book_data .ph {
  margin-right: 5%; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .book_overlay .overlay_wrap .book_data .ph {
    width: 30% !important; } }

.kakuyomu_contents .book_overlay .overlay_wrap .book_data .ph .cover {
  padding-bottom: 140%; }

.kakuyomu_contents .book_overlay .overlay_wrap .book_data .txt_area .cover_ttl {
  margin-bottom: .3em; }

@media screen and (min-width: 960px) {
  .kakuyomu_contents .book_overlay .overlay_wrap .book_data .txt_area .cover_ttl {
    font-size: 16px;
    font-size: 1.6rem; } }

.kakuyomu_contents .book_overlay .overlay_wrap .book_data .txt_area .name {
  margin-bottom: .3em; }

.kakuyomu_contents .book_overlay .overlay_wrap .book_data .txt_area .data {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4; }

.kakuyomu_contents .book_overlay .overlay_wrap .store_btn {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center; }

.kakuyomu_contents .book_overlay .overlay_wrap .store_btn .btn {
  width: 48%; }

.kakuyomu_contents .book_overlay .overlay_wrap .store_btn .btn a {
  padding: 1.8em 2em;
  border-radius: 80px;
  margin-bottom: 1em; }

.kakuyomu_contents .book_overlay .overlay_wrap .store_btn .btn a img {
  height: 30px; }

.kakuyomu_contents .book_overlay .overlay_wrap .store_btn .btn .type_txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

/*========================================


	*This CSS  tsunagari page


========================================*/
/* - tsunagari page
------------------------------------------------------- */
.tsunagari_contents {
  margin-bottom: 8%; }

.tsunagari_contents .main_lists .m_list::after {
  content: none; }

.tsunagari_contents .main_lists .m_list .fukidashi_comment {
  padding: 4%;
  background: #E9E9E9;
  position: relative; }

@media screen and (min-width: 960px) {
  .tsunagari_contents .main_lists .m_list .fukidashi_comment {
    width: 375px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px; } }

.tsunagari_contents .main_lists .m_list .fukidashi_comment::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #E9E9E9; }

.tsunagari_contents .main_lists .m_list .fukidashi_comment .comment {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4; }

.tsunagari_contents .main_lists .m_list:nth-child(1n) .fukidashi_comment {
  background-color: #FDD84C; }

.tsunagari_contents .main_lists .m_list:nth-child(1n) .fukidashi_comment::before {
  border-bottom-color: #FDD84C; }

.tsunagari_contents .main_lists .m_list:nth-child(2n) .fukidashi_comment {
  background-color: #FF88A0; }

.tsunagari_contents .main_lists .m_list:nth-child(2n) .fukidashi_comment::before {
  border-bottom-color: #FF88A0; }

.tsunagari_contents .main_lists .m_list:nth-child(3n) .fukidashi_comment {
  background-color: #6BCC5C; }

.tsunagari_contents .main_lists .m_list:nth-child(3n) .fukidashi_comment::before {
  border-bottom-color: #6BCC5C; }

.tsunagari_contents .main_lists .m_list:nth-child(4n) .fukidashi_comment {
  background-color: #5CA3F2; }

.tsunagari_contents .main_lists .m_list:nth-child(4n) .fukidashi_comment::before {
  border-bottom-color: #5CA3F2; }

.from_bnr {
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4% 5.333%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .from_bnr {
    padding: 20px; } }

.from_bnr .thumb {
  width: 17%;
  margin-right: 4%; }

.from_bnr .thumb .ph {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden; }

.from_bnr .thumb .ph img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.from_bnr .thumb .ph a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.from_bnr .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.from_bnr .txt_area .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6; }

.from_bnr .txt_area .txt a {
  font-weight: bold;
  color: #4497F2; }

/*========================================


	*This CSS  mypage


========================================*/
#wrapper {
  -webkit-transition: all .4s linear;
  transition: all .4s linear; }

#mypage {
  height: 100%;
  overflow: hidden; }

@media screen and (min-width: 960px) {
  #mypage {
    overflow: visible; } }

#mypage .information {
  display: none; }

#mypage body, #mypage #wrapper, #mypage #container, #mypage #main {
  height: 100%;
  overflow: hidden; }

@media screen and (min-width: 960px) {
  #mypage body, #mypage #wrapper, #mypage #container, #mypage #main {
    overflow: visible; } }

#mypage #footer {
  display: none; }

@media screen and (min-width: 960px) {
  #mypage #footer {
    display: block;
    margin-top: 0; } }

@media screen and (min-width: 960px) {
  #mypage #main {
    width: 1000px; } }

@media screen and (min-width: 960px) and (min-width: 1440px) {
  #mypage #main {
    width: 80%;
    margin: 0 auto; } }

@media screen and (min-width: 960px) {
  #mypage body {
    height: auto; }
  #mypage #container {
    padding: 40px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #mypage .pc_layout_left {
    width: 380px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 10;
    margin: 0;
    margin: initial; } }

@media screen and (min-width: 960px) and (min-width: 1440px) {
  #mypage .pc_layout_left {
    width: 500px; } }

#mypage .sp_nav {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important; }

#mypage #header {
  margin-bottom: 0; }

#mypage .partner05 #container {
  padding-top: 0; }

@media screen and (min-width: 960px) {
  #mypage .partner05 .pc_layout_left {
    margin-top: 40px; } }

.mypage_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.mypage_container .data_favorite {
  width: 50%;
  text-align: center;
  position: absolute;
  top: 2.333%;
  right: 5.333%;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

@media screen and (min-width: 500px) {
  .mypage_container .data_favorite {
    right: 0; } }

@media screen and (min-width: 500px) and (min-width: 960px) {
  .mypage_container .data_favorite {
    position: static;
    width: 100%; } }

.mypage_container .data_favorite.is_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.mypage_container .data_favorite .f_hl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 4%; }

@media screen and (min-width: 1440px) {
  .mypage_container .data_favorite .f_hl {
    font-size: 16px;
    font-size: 1.6rem; } }

.mypage_container .data_favorite .f_hl::before {
  content: '＼'; }

.mypage_container .data_favorite .f_hl::after {
  content: '／'; }

.mypage_container .data_favorite .f_hl .of {
  max-width: 6em;
  overflow: hidden;
  display: inline-block; }

@media screen and (min-width: 960px) {
  .mypage_container .data_favorite .f_hl .of {
    max-width: 12em; } }

.mypage_container .data_favorite .f_hl .of span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mypage_container .data_favorite .f_book {
  width: 68%;
  margin: 0 auto 8%;
  border: solid 4px #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF; }

@media (max-height: 600px) {
  .mypage_container .data_favorite .f_book {
    margin-bottom: 3%; } }

@media screen and (min-width: 500px) {
  .mypage_container .data_favorite .f_book {
    width: 200px; } }

@media screen and (min-width: 500px) and (min-width: 960px) {
  .mypage_container .data_favorite .f_book {
    width: 300px;
    margin: 0 auto 20px; } }

@media screen and (min-width: 500px) and (min-width: 960px) and (min-width: 1440px) {
  .mypage_container .data_favorite .f_book {
    width: 380px; } }

.mypage_container .data_favorite .f_book .cover {
  width: 100%;
  padding-top: 141%;
  position: relative;
  overflow: hidden; }

.mypage_container .data_favorite .f_book .cover a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }

.mypage_container .data_favorite .f_book .cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.mypage_container .data_favorite .select_btns {
  width: 100%;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: all;
  position: relative;
  left: auto;
  left: initial;
  top: auto;
  top: initial; }

.mypage_container .data_favorite .select_btns.is_disable {
  opacity: 0; }

.mypage_container .data_favorite .select_btns.is_double {
  width: 68%;
  margin: 0 auto; }

@media screen and (min-width: 500px) {
  .mypage_container .data_favorite .select_btns {
    width: 200px;
    margin: 0 auto; }
  .mypage_container .data_favorite .select_btns.is_double {
    width: 130px; } }

@media screen and (min-width: 500px) and (min-width: 960px) {
  .mypage_container .data_favorite .select_btns {
    width: 200px;
    margin: 0 auto 20px; }
  .mypage_container .data_favorite .select_btns.is_double {
    width: 130px; } }

.mypage_container .data_favorite .select_btns::before {
  bottom: auto;
  top: -8px;
  border-top-style: none;
  border-bottom: 8px solid #FFF; }

.mypage_container .data_favorite .select_btns::after {
  bottom: auto;
  top: -14px;
  border-top-style: none;
  border-bottom: 10px solid #FF88A0; }

.mypage_container .data_favorite .select_btns .btn {
  width: 33.33333%;
  padding: .8em .5em;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media (max-height: 600px) {
  .mypage_container .data_favorite .select_btns .btn {
    padding: .5em; } }

.mypage_container .data_favorite .select_btns .btn:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 70%;
  background: #E9E9E9;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

.mypage_container .data_favorite .select_btns .btn img {
  width: auto;
  height: 18px;
  display: block;
  margin: 0 auto 12%; }

@media (max-height: 600px) {
  .mypage_container .data_favorite .select_btns .btn img {
    height: 15px; } }

.mypage_container .data_favorite .select_btns .btn span {
  color: #FF88A0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold; }

.mypage_container .data_favorite .select_btns.skip {
  border-color: #888;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 600;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

@media screen and (min-width: 500px) {
  .mypage_container .data_favorite .select_btns.skip {
    right: 0;
    margin: auto; } }

.mypage_container .data_favorite .select_btns.skip.is_active {
  opacity: 1;
  pointer-events: all; }

.mypage_container .data_favorite .select_btns.skip::after {
  border-bottom-color: #888; }

.mypage_container .data_favorite .select_btns.skip .btn {
  width: 100%;
  line-height: 1.4; }

.mypage_container .data_favorite .select_btns.skip .btn strong {
  font-size: 13px;
  font-size: 1.3rem; }

.mypage_container .data_favorite .select_btns.skip .btn:last-child::after {
  content: none; }

.mypage_container .data_main {
  position: relative;
  height: 100%; }

@media screen and (min-width: 960px) {
  .mypage_container .data_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative; } }

.mypage_container .data_main .mypage_logo {
  width: 12%;
  position: absolute;
  left: 5.333%;
  top: 2.333%;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .mypage_container .data_main .mypage_logo {
    display: none;
    width: 100px;
    left: 80px;
    top: 0; } }

.mypage_container .data_main .d_avatar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: -110px;
  background-position-y: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

@media (max-height: 600px) {
  .mypage_container .data_main .d_avatar {
    background-position-x: -90px; } }

@media screen and (min-width: 960px) {
  .mypage_container .data_main .d_avatar {
    position: static;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 1000px;
    background-position-x: center;
    background-position-y: 0;
    background-size: contain;
    height: auto;
    margin-left: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (min-width: 960px) and (min-width: 1440px) {
  .mypage_container .data_main .d_avatar {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 100% auto; } }

.mypage_container .data_main .d_avatar.is_active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.mypage_container .data_main .d_comment {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  border: solid 4px #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 2%;
  position: absolute;
  top: 51%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

@media (max-height: 600px) {
  .mypage_container .data_main .d_comment {
    top: 53%; } }

@media screen and (min-width: 500px) and (min-width: 960px) {
  .mypage_container .data_main .d_comment {
    position: static;
    width: 100%;
    margin: 20px 0 40px 0; } }

.mypage_container .data_main .d_comment.is_active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.mypage_container .data_main .d_comment ::-webkit-scrollbar {
  width: 2px; }

.mypage_container .data_main .d_comment ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px; }

.mypage_container .data_main .d_comment ::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 2px; }

.mypage_container .data_main .d_comment .comment_area {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  max-height: 6.2em;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  margin-bottom: 4%; }

@media (max-height: 600px) {
  .mypage_container .data_main .d_comment .comment_area {
    max-height: 5em;
    margin-bottom: 3%; } }

@media screen and (min-width: 500px) {
  .mypage_container .data_main .d_comment .comment_area {
    margin-bottom: 4%; } }

@media screen and (min-width: 500px) and (min-width: 960px) {
  .mypage_container .data_main .d_comment .comment_area {
    max-height: 12em; } }

.mypage_container .data_main .d_comment .more_comment {
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
  -webkit-animation: flash 1.4s infinite;
  animation: flash 1.4s infinite;
  cursor: pointer; }

.mypage_container .mypage_ctrs {
  width: 78%;
  background: #FFF;
  border-radius: 50px;
  padding: 4% 3% 3% 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  z-index: 10;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transform: translatey(50px);
  transform: translatey(50px); }

@media (max-height: 600px) {
  .mypage_container .mypage_ctrs {
    padding: 2%; } }

@media screen and (min-width: 500px) {
  .mypage_container .mypage_ctrs {
    width: 30%;
    padding: 2%; } }

@media screen and (min-width: 500px) and (min-width: 960px) {
  .mypage_container .mypage_ctrs {
    width: 300px;
    position: fixed;
    left: auto;
    right: 40px;
    bottom: 40px;
    top: auto;
    z-index: 10;
    padding: 15px; } }

.mypage_container .mypage_ctrs.is_active {
  opacity: 1;
  -webkit-transform: translatey(0);
  transform: translatey(0); }

.mypage_container .mypage_ctrs .m_ctr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.mypage_container .mypage_ctrs .m_ctr .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 30%;
  text-align: center;
  cursor: pointer; }

.mypage_container .mypage_ctrs .m_ctr .btn:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: #E9E9E9; }

.mypage_container .mypage_ctrs .m_ctr .btn.js-bookshelf a {
  padding: 0 .5em; }

.mypage_container .mypage_ctrs .m_ctr .btn .cnt {
  background: #FF4040;
  color: #FFF;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 .5em;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.mypage_container .mypage_ctrs .m_ctr .btn img {
  width: auto;
  height: 18px;
  display: block;
  margin: 0 auto 12%; }

@media (max-height: 600px) {
  .mypage_container .mypage_ctrs .m_ctr .btn img {
    height: 15px; } }

.mypage_container .mypage_ctrs .m_ctr .btn span {
  display: block;
  color: #4497F2;
  font-weight: bold; }

@-webkit-keyframes flash {
  50% {
    opacity: .3; } }

@keyframes flash {
  50% {
    opacity: .3; } }

/* 個別背景の設定 */
.partner01 {
  background: #F6F9FA url(../img/bg_polkadot.svg) repeat center top !important; }

.partner01 ::-webkit-scrollbar-thumb {
  background-color: #aaaaaa !important; }

.partner02 {
  background: #6BCC5C url(../img/bg_polkadot.svg) repeat center top !important; }

.partner02 ::-webkit-scrollbar-thumb {
  background-color: #3c7932 !important; }

.partner03 {
  background: #5CA3F2 url(../img/bg_polkadot.svg) repeat center top !important; }

.partner03 ::-webkit-scrollbar-thumb {
  background-color: #2f74c4 !important; }

.partner03 .mypage_container .data_main .d_avatar.is_active {
  -webkit-transform: translateX(-7%);
  transform: translateX(-7%); }

@media screen and (min-width: 960px) {
  .partner03 .mypage_container .data_main .d_avatar.is_active {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.partner04 {
  background: #CCA5E4 url(../img/bg_polkadot.svg) repeat center top !important; }

.partner04 ::-webkit-scrollbar-thumb {
  background-color: #8f5caf !important; }

.partner05 {
  background: #FDD84C url(../img/bg_polkadot.svg) repeat center top !important; }

.partner05 ::-webkit-scrollbar-thumb {
  background-color: #a78a24 !important; }

.partner06 {
  background: #FF88A0 url(../img/bg_polkadot.svg) repeat center top !important; }

.partner06 ::-webkit-scrollbar-thumb {
  background-color: #b93a54 !important; }

.partner07 {
  background: #5EC4D3 url(../img/bg_polkadot.svg) repeat center top !important; }

.partner07 ::-webkit-scrollbar-thumb {
  background-color: #1c8a9b !important; }

.partner08 {
  background: #68B7A1 url(../img/bg_polkadot.svg) repeat center top !important; }

.partner08 ::-webkit-scrollbar-thumb {
  background-color: #0a7e5b !important; }

.setting_content.change_character {
  background: transparent;
  padding: 10% 0 0; }

.partner01 .character_img {
  background: url(../img/partner/01/01.png) no-repeat center top;
  background-size: auto 100%; }

.partner01 .mypage_setting_comp .setting_content .txt {
  color: #000;
  text-shadow: 0 0 10px white; }

.partner02 .character_img {
  background: url(../img/partner/02/01.png) no-repeat center top;
  background-size: auto 100%; }

.partner03 .character_img {
  background: url(../img/partner/03/01.png) no-repeat center top;
  background-size: auto 100%; }

.partner04 .character_img {
  background: url(../img/partner/04/01.png) no-repeat center top;
  background-size: auto 100%; }

.partner05 .character_img {
  background: url(../img/partner/05/01.png) no-repeat center top;
  background-size: auto 100%; }

.partner05 .mypage_setting_comp .setting_content .partner {
  margin-top: 0; }

.partner06 .character_img {
  background: url(../img/partner/06/01.png) no-repeat center top;
  background-size: auto 100%; }

.partner07 .character_img {
  background: url(../img/partner/07/01.png) no-repeat center top;
  background-size: auto 100%; }

.partner08 .character_img {
  background: url(../img/partner/08/01.png) no-repeat center top;
  background-size: auto 100%; }

.setting_content {
  background: #FFF;
  padding: 10% 3.333% 4%; }

@media screen and (min-width: 960px) {
  .setting_content {
    padding-bottom: 40px; } }

.setting_content .hls {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .setting_content .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; } }

.setting_content .lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .setting_content .lead {
    margin-bottom: 20px; } }

.setting_content .select_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .setting_content .select_lists {
    margin-bottom: 40px; } }

.setting_content .select_lists .s_list {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%; }

@media screen and (min-width: 960px) {
  .setting_content .select_lists .s_list {
    width: 33.3333%;
    padding: 1.5%; } }

.setting_content .select_lists .s_list .sy {
  display: none; }

.setting_content .select_lists .s_list .sy:checked + label {
  border-color: #4497F2;
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.setting_content .select_lists .s_list label {
  display: block;
  padding: 4%;
  border: solid 4px #E9E9E9;
  border-radius: 8px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.setting_content .select_lists .s_list .ph {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 4%;
  border-radius: 4px; }

.setting_content .select_lists .s_list .ph img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.setting_content .select_lists .s_list .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .setting_content .select_lists .s_list .txt {
    font-size: 14px;
    font-size: 1.4rem; } }

.setting_content .select_genre {
  width: 100%;
  position: absolute;
  bottom: 8%;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .setting_content .select_genre {
    bottom: 40px; } }

.setting_content .select_genre .select_lists {
  text-align: center; }

.setting_content .select_genre .select_lists .s_list {
  width: 100%; }

@media screen and (min-width: 960px) {
  .setting_content .select_genre .select_lists .s_list {
    width: 50%; } }

.setting_content .select_genre .select_lists .s_list .txt {
  font-size: 16px;
  font-size: 1.6rem; }

.setting_content .change_area {
  position: relative; }

.setting_content .character_space {
  width: 100%;
  padding-bottom: 620px;
  position: relative;
  overflow: hidden; }

.setting_content .character_space .character_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0; }

.setting_content .character_space .character_img.is_active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.setting_content .character_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 5.333% 6%; }

@media screen and (min-width: 960px) {
  .setting_content .character_select {
    width: 80%;
    margin: 0 auto; } }

.setting_content .character_select .c_list {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%; }

.setting_content .character_select .c_list label {
  display: block;
  opacity: .75;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.setting_content .character_select .c_list .sy:checked + label {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)); }

.setting_content .character_select .labelbtn {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px 10px 10px 60px;
  border: solid 2px #CCC;
  border-radius: 50px;
  margin-bottom: 10px;
  background: #FFF; }

.setting_content .character_select .labelbtn .icon {
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1; }

.setting_content .character_select .labelbtn .genre {
  min-width: 5em;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: .5em 1.5em;
  border-radius: 50px;
  background: #CCC;
  color: #FFF;
  position: absolute;
  left: 60px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.setting_content .character_select .labelbtn.p01 {
  border-color: #888;
  color: #888; }

.setting_content .character_select .labelbtn.p01 .genre {
  background: #888; }

.setting_content .character_select .labelbtn.p02 {
  border-color: #45B035;
  color: #45B035; }

.setting_content .character_select .labelbtn.p02 .genre {
  background: #45B035; }

.setting_content .character_select .labelbtn.p03 {
  border-color: #3071B9;
  color: #3071B9; }

.setting_content .character_select .labelbtn.p03 .genre {
  background: #3071B9; }

.setting_content .character_select .labelbtn.p04 {
  border-color: #BB88DB;
  color: #BB88DB; }

.setting_content .character_select .labelbtn.p04 .genre {
  background: #BB88DB; }

.setting_content .character_select .labelbtn.p05 {
  border-color: #FCC800;
  color: #FCC800; }

.setting_content .character_select .labelbtn.p05 .genre {
  background: #FCC800; }

.setting_content .character_select .labelbtn.p06 {
  border-color: #EA617C;
  color: #EA617C; }

.setting_content .character_select .labelbtn.p06 .genre {
  background: #EA617C; }

.setting_content .character_select .labelbtn.p07 {
  border-color: #5EC4D3;
  color: #5EC4D3; }

.setting_content .character_select .labelbtn.p07 .genre {
  background: #5EC4D3; }

.setting_content .character_select .labelbtn.p08 {
  border-color: #68B7A1;
  color: #68B7A1; }

.setting_content .character_select .labelbtn.p08 .genre {
  background: #68B7A1; }

.mypage_setting_comp .setting_content {
  background: transparent;
  position: relative;
  padding: 10% 0 0; }

.mypage_setting_comp .setting_content .hl {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4%; }

.mypage_setting_comp .setting_content .hl .ico_check {
  display: inline-block;
  padding-left: 1.5em;
  background: url(../img/icon_check-circle.svg) no-repeat left center;
  background-size: 14px auto; }

.mypage_setting_comp .setting_content .partner {
  margin: 4% 0 0; }

@media screen and (min-width: 960px) {
  .mypage_setting_comp .setting_content .partner img {
    width: auto;
    height: auto;
    max-height: 800px; } }

.mypage_setting_comp .setting_content .comment_area {
  width: 100%;
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10; }

@media screen and (min-width: 960px) {
  .mypage_setting_comp .setting_content .comment_area {
    -webkit-transform: translate(-50%, 5%);
    transform: translate(-50%, 5%); } }

.mypage_setting_comp .setting_content .comment_area .comment {
  margin: 0 5.333% 4%;
  background: rgba(0, 0, 0, 0.6);
  border: solid 4px #FFF;
  padding: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #FFF; }

@media screen and (min-width: 960px) {
  .mypage_setting_comp .setting_content .comment_area .comment {
    width: 360px;
    margin-left: auto;
    margin-right: auto; } }

.mypage_setting_comp .setting_content .comment_area .comment hr {
  margin: .5em 0; }

.mypage_setting_comp .setting_content .comment_area .name {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: .3em; }

.mypage_setting_comp .setting_content .link {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding-top: 50%;
  background: #FFF; }

@media screen and (min-width: 960px) {
  .mypage_setting_comp .setting_content .link {
    background: transparent;
    padding-top: 0;
    padding-top: initial; } }

.mypage_setting_comp .setting_content .link a {
  color: #4497F2; }

@media screen and (min-width: 960px) {
  .mypage_setting_comp .setting_content .link a {
    color: #000; } }

.mypage_setting_comp .setting_content .link a.ico_face {
  padding: .5em 1em .5em 2.5em;
  display: inline-block;
  background: url(../img/icon_face.svg) no-repeat 0.8em center;
  background-size: auto 14px;
  border-radius: 50px; }

@media screen and (min-width: 960px) {
  .mypage_setting_comp .setting_content .link a.ico_face {
    background: #FFF url(../img/icon_face.svg) no-repeat 0.8em center;
    background-size: auto 14px;
    position: absolute;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.mypage_setting_comp .setting_content .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background: #FFF;
  padding: 4% 0 8%; }

@media screen and (min-width: 960px) {
  .mypage_setting_comp .setting_content .txt {
    background: transparent;
    color: #FFF;
    text-shadow: 0 0 10px black;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    padding: 0; } }

/*========================================


	*This CSS  partner


========================================*/
#partner {
  height: 100%; }

#partner body, #partner #wrapper, #partner #container, #partner #main {
  height: 100%; }

@media screen and (min-width: 960px) {
  #partner body, #partner #wrapper, #partner #container, #partner #main {
    overflow: visible; } }

#partner #wrapper {
  background: #FFF; }

#partner #js-stickeyHead {
  display: none; }

#partner #footer {
  display: none; }

@media screen and (min-width: 960px) {
  #partner #footer {
    display: block;
    margin-top: 0; } }

#partner .pc_layout_left {
  width: 90%;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10; }

@media screen and (min-width: 960px) {
  #partner #main {
    width: 100%; }
  #partner body {
    height: auto; }
  #partner #container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #partner .pc_layout_left {
    width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 200px;
    left: 0;
    right: auto;
    bottom: 160px;
    z-index: 10; } }

#partner .sp_nav {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important; }

#partner .swiper-container {
  height: 100%; }

#partner .swiper-container .slide_ctr {
  top: auto;
  bottom: 16%; }

.partner_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.partner_container .data_main {
  position: relative;
  height: 100%; }

@media screen and (min-width: 960px) {
  .partner_container .data_main {
    width: 960px;
    margin: 0 auto;
    position: relative; } }

.partner_container .data_main .partner_logo {
  width: 12%;
  position: absolute;
  left: 5.333%;
  top: 2.333%;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .partner_container .data_main .partner_logo {
    display: none;
    width: 100px;
    left: 80px;
    top: 0; } }

.partner_container .data_main .d_avatar {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: 140% auto;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0;
  pointer-events: none; }

@media screen and (min-width: 960px) {
  .partner_container .data_main .d_avatar {
    position: static;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 1000px;
    background-position-x: center;
    background-position-y: 40px;
    background-size: contain;
    height: auto;
    margin-left: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (min-width: 960px) and (min-width: 1440px) {
  .partner_container .data_main .d_avatar {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 100% auto; } }

.partner_container .data_main .d_comment {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  border: solid 4px #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4%; }

.partner_container .data_main .d_comment .comment_area {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.partner_container .data_main .d_comment .comment_area .name {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

.partner_container .data_main .d_info {
  margin: 4% 0;
  text-align: center; }

.partner_container .data_main .d_info a {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  padding: 1em 2em .7em 3em;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.6) url(../img/icon_face_white.svg) no-repeat 1em center;
  background-size: auto 15px; }

/*========================================


	*This CSS  notification


========================================*/
#notification #footer {
  display: none; }

@media screen and (min-width: 960px) {
  #notification #footer {
    display: block;
    margin-top: 0; } }

.notification_contents {
  background: #FFF;
  padding-bottom: 24%; }

@media screen and (min-width: 960px) {
  .notification_contents {
    padding-bottom: 40px; } }

.notification_contents .main_area {
  padding-top: 8%; }

.notification_contents .main_area .hl {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 12%; }

.notification_contents .main_area .lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 5.333% 8%; }

.notification_contents .main_area .lead a {
  display: inline;
  color: #4497F2; }

.notification_setting_lists {
  margin: 0 5.333% 8%; }

.notification_setting_lists .n_list {
  padding: 5.333% 0;
  border-bottom: solid 4px #E9E9E9; }

.notification_setting_lists .n_list .row, .notification_setting_lists .n_list .ctrs, .notification_setting_lists .n_list .tag_lists {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.notification_setting_lists .n_list .item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  width: 70%; }

.notification_setting_lists .n_list .value {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4497F2;
  width: 30%;
  text-align: right; }

.notification_setting_lists .n_list .value .add_btn {
  cursor: pointer;
  display: inline-block;
  padding-left: 1.3em;
  background: url(../img/icon_plus_c_blue.svg) no-repeat left center;
  background-size: 12px; }

.notification_setting_lists .n_list .value .remove_btn {
  cursor: pointer;
  display: inline-block;
  padding-left: 1.3em;
  background: url(../img/icon_minus_c_blue.svg) no-repeat left center;
  background-size: 12px; }

.no_content {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 8% 5.333%; }

/*========================================


	*This CSS  author


========================================*/
.author_contents {
  background: #FFF;
  padding-bottom: 4%; }

@media screen and (min-width: 960px) {
  .author_contents {
    padding-bottom: 40px; } }

.author_contents .main_area {
  padding-top: 8%; }

.author_contents .main_area .lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 5.333% 8%; }

@media screen and (min-width: 960px) {
  .author_contents .main_area .lead {
    margin-bottom: 20px; } }

.author_contents .main_area .lead a {
  display: inline;
  color: #4497F2; }

.atoz {
  margin: 0 auto 8%;
  padding: 0 5.333% 4%;
  border-bottom: solid 1px #E9E9E9; }

.atoz:last-of-type {
  border-style: none;
  padding-bottom: 0; }

.atoz .atoz_head {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2%; }

.atoz .atoz_head .atoz_list {
  width: 18%;
  margin: 1%; }

.atoz .atoz_head .atoz_list a {
  padding: .8em 0;
  background: #E9E9E9;
  border: solid 4px #E9E9E9; }

.atoz .atoz_head .atoz_list.is_current a {
  pointer-events: none;
  background: #FFF;
  border-color: #4497F2; }

.atoz .atoz_body {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.atoz .atoz_body .atoz_list {
  width: 18%;
  margin: 1%; }

.atoz .atoz_body .atoz_list a {
  padding: .5em 0;
  color: #4497F2; }

.anc {
  width: 18%;
  margin: 1%;
  margin: 0 5.333% 4%;
  padding: .5em 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #888; }

@media screen and (min-width: 960px) {
  .anc {
    margin-bottom: 10px; } }

/*========================================


	*This CSS  bookshelf


========================================*/
#bookshelf #footer {
  margin-top: 0; }

.bookshelf_contents {
  background: #FFF; }

.bookshelf_contents .main_area {
  padding: 8% 0; }

.bookshelf_contents .main_area .section_hl {
  margin-bottom: 4%; }

.bookshelf_contents .tab_head {
  border-style: none;
  padding-bottom: 0; }

.bookshelf_contents .tab_head .ico {
  width: auto;
  height: 20px;
  display: block;
  margin: 0 auto .5em; }

.bookshelf_contents .tab_head .ico_heart {
  padding-left: 1.3em;
  background: url(../img/icon_heart_gray.svg) no-repeat left center;
  background-size: auto 10px; }

.bookshelf_contents .tab_head .tab_lists {
  width: 64%;
  margin: 0 auto; }

.bookshelf_contents .tab_head .tab_lists .t_list.is_current a {
  color: #FF7792;
  border-color: #FF7792; }

.bookshelf_contents .tab_head .tab_lists .t_list.is_current .ico_heart {
  background-image: url(../img/icon_heart.svg); }

.slide_menu {
  padding: .5em 0 1em 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2%; }

.slide_menu .slide_lists {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em; }

@media screen and (min-width: 960px) {
  .slide_menu .slide_lists {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.slide_menu .slide_lists .s_list {
  white-space: nowrap;
  margin-right: .5em; }

@media screen and (min-width: 960px) {
  .slide_menu .slide_lists .s_list br {
    display: none; } }

@media screen and (min-width: 960px) {
  .slide_menu .slide_lists .s_list {
    margin: 0 1em; } }

.slide_menu .slide_lists .s_list a {
  color: #888;
  padding: .5em; }

.slide_menu .slide_lists .s_list.is_current a {
  color: #FF7792;
  font-weight: bold;
  border-bottom: solid 2px #FF7792; }

.slide_menu.noslide .slide_lists {
  line-height: 1.5;
  margin-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.slide_menu.noslide .slide_lists .s_list {
  white-space: normal;
  margin-right: 0; }

.slide_menu.noslide .slide_lists .s_list a {
  padding: .5em 1em; }

.bookshelf_lists {
  border-top: solid 1px #E9E9E9;
  margin-bottom: 8%; }

.bookshelf_lists .b_list {
  margin: 0 5.333%;
  padding: 4% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.bookshelf_lists .b_list::after {
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #E9E9E9;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1; }

.bookshelf_lists .b_list .b_data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bookshelf_lists .b_list .b_data a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.bookshelf_lists .b_list .b_data .cover {
  width: 76px;
  margin-right: 4%; }

@media screen and (min-width: 960px) {
  .bookshelf_lists .b_list .b_data .cover {
    width: 120px; } }

.bookshelf_lists .b_list .b_data .cover .ph {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 4px; }

.bookshelf_lists .b_list .b_data .cover .ph img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.bookshelf_lists .b_list .b_data .txt_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.bookshelf_lists .b_list .b_data .txt_area .book_ttl {
  font-weight: bold; }

.bookshelf_lists .b_list .b_data .txt_area .book_data {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #888; }

.bookshelf_lists .b_list .b_data .txt_area .eve {
  margin-top: 4%; }

.bookshelf_lists .b_list .list_ctr {
  width: 70px; }

.bookshelf_lists .b_list .list_ctr .ctr_yonda {
  text-align: center;
  color: #FF7792;
  font-weight: bold;
  padding: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

@media screen and (min-width: 960px) {
  .bookshelf_lists .b_list .list_ctr .ctr_yonda {
    padding: 2em 1em; } }

.bookshelf_lists .b_list .list_ctr .ctr_yonda .ico_heart {
  padding-left: 1.3em;
  background: url(../img/icon_heart.svg) no-repeat left center;
  background-size: auto 10px; }

.bookshelf_lists .b_list .list_ctr .ctr_yonda .ico {
  width: auto;
  height: 16px;
  display: block;
  margin: 0 auto .5em; }

.bookshelf_lists .b_list .list_ctr .ctr_delete {
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bookshelf_lists .b_list .list_ctr .ctr_delete .ico_minus {
  padding-left: 1.3em;
  background: url(../img/icon_minus.svg) no-repeat left center;
  background-size: auto 10px; }

.bookshelf_lists .b_list .list_ctr .ctr_eve {
  cursor: pointer;
  font-weight: bold;
  color: #FFD800;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1em; }

@media screen and (min-width: 960px) {
  .bookshelf_lists .b_list .list_ctr .ctr_eve {
    padding: 2em 1em; } }

.bookshelf_lists .b_list .list_ctr .ctr_eve .ico {
  width: auto;
  height: 16px;
  display: block;
  margin: 0 auto .5em; }

/*========================================


	*This CSS  trial


========================================*/
.trial_contents {
  background: #FFF;
  padding-bottom: 4%; }

@media screen and (min-width: 960px) {
  .trial_contents {
    padding-bottom: 40px; } }

.trial_contents .main_area {
  padding-top: 8%; }

.trial_contents .main_area .lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 5.333% 8%; }

@media screen and (min-width: 960px) {
  .trial_contents .main_area .lead {
    margin-bottom: 20px; } }

.trial_contents .main_area .lead a {
  display: inline;
  color: #4497F2; }

.trial_contents .tab_head {
  margin-bottom: 6%;
  padding-bottom: 0;
  border-style: none; }

.trial_contents .tab_head .tab_lists {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.trial_contents .tab_head .tab_lists .t_list.is_current a {
  color: #4EC93B;
  border-color: #4EC93B; }

.trial_contents .btn_ebook {
  position: relative; }

.trial_contents .std_lists > .s_list > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.trial_contents .std_lists .btn_book {
  text-align: right; }

.trial_contents .slide_lists .s_list {
  margin-right: 1em; }

.trial_contents .slide_lists .s_list a {
  padding: .5em 0; }

.btn_book {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: .5em 0 0; }

.btn_book .txt {
  color: #4EC93B; }

.btn_book .note {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  color: #FF4040; }

.btn_book a {
  border: solid 4px #4EC93B;
  background: #FFF;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  padding: .8em 1.5em;
  border-radius: 50px;
  min-width: 178px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 20; }

.btn_book a.ico_book {
  padding-left: 3.5em;
  background: url(../img/icon_book.svg) no-repeat 1em center;
  background-size: auto 20px; }

.is_ie .btn_book a.ico_book {
  background: url(../img/icon_book.svg) no-repeat -8px center;
  background-size: auto 20px; }

/*========================================


	*This CSS  notice


========================================*/
.notice_contents {
  background: #FFF;
  padding-bottom: 4%; }

@media screen and (min-width: 960px) {
  .notice_contents {
    padding-bottom: 40px; } }

.notice_contents .main_area {
  padding-top: 4%; }

.notice_contents .main_area .lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 5.333% 8%; }

@media screen and (min-width: 960px) {
  .notice_contents .main_area .lead {
    margin-bottom: 20px; } }

.notice_contents .main_area .lead a {
  display: inline;
  color: #4497F2; }

.notice_contents .section_hl {
  margin-bottom: 0; }

.notice_contents .hls {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 12%; }

@media screen and (min-width: 960px) {
  .notice_contents .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px; } }

.article_content {
  margin: 0 5.333%; }

.article_content .article_head {
  padding-bottom: 8%;
  margin-bottom: 8%;
  border-bottom: 1px dashed #E9E9E9; }

@media screen and (min-width: 960px) {
  .article_content .article_head {
    margin-bottom: 20px;
    padding-bottom: 20px; } }

.article_content .article_head .date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: .5em;
  color: #888; }

.article_content .article_head .article_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1em; }

@media screen and (min-width: 960px) {
  .article_content .article_head .article_ttl {
    font-size: 18px;
    font-size: 1.8rem; } }

.article_content .article_body {
  text-align: center;
  margin-bottom: 12%; }

@media screen and (min-width: 960px) {
  .article_content .article_body {
    margin-bottom: 40px; } }

.article_content .article_body .hl {
  font-size: 18px;
  font-size: 1.8rem;
  background: #6BCC5C;
  text-align: left;
  line-height: 1.5;
  padding: 1em;
  margin-bottom: 8%;
  color: #FFF; }

@media screen and (min-width: 960px) {
  .article_content .article_body .hl {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 20px;
    line-height: 1.6; } }

.article_content .article_body .hls {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .article_content .article_body .hls {
    margin-bottom: 20px; } }

.article_content .article_body img {
  max-width: 100%;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .article_content .article_body img {
    max-height: 500px;
    width: auto;
    margin-bottom: 20px; } }

.article_content .article_body .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 8%;
  text-align: left; }

@media screen and (min-width: 960px) {
  .article_content .article_body .txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.7; } }

.article_content .article_body .txt a {
  display: inline;
  color: #4497F2; }

.article_content .article_body .youtube {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .article_content .article_body .youtube {
    margin-bottom: 20px; } }

.article_content .article_body .data {
  margin: 8% 0;
  padding: 4% 0;
  border-top: solid 1px #E9E9E9;
  border-bottom: solid 1px #E9E9E9;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6; }

.article_content .article_body .data a {
  display: inline;
  color: #4497F2;
  font-weight: bold; }

.article_content .article_body .common_txt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin: 0 0 4%; }

@media screen and (min-width: 960px) {
  .article_content .article_body .common_txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px; } }

.article_content .article_body .common_btn {
  margin: 8% 0; }

@media screen and (min-width: 960px) {
  .article_content .article_body .common_btn {
    margin: 20px 0 20px; } }

.article_content .article_body .sns_area {
  padding-bottom: 4%;
  margin-bottom: 8%;
  border-bottom: solid 1px #E9E9E9; }

@media screen and (min-width: 960px) {
  .article_content .article_body .sns_area {
    margin-bottom: 20px; } }

/*========================================


	*This CSS  myaccount


========================================*/
#myaccount #js-gnav {
  -webkit-transform: none !important;
  transform: none !important; }

.myaccount_contents {
  padding: 10% 0;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .myaccount_contents {
    padding: 40px 0; } }

.myaccount_contents .m_content_inner {
  width: 89.333%;
  margin: 0 auto 4%;
  padding: 8% 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 20px; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner {
    padding: 40px 0 0; } }

.myaccount_contents .m_content_inner .hl {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .hl {
    margin-bottom: 20px; } }

.myaccount_contents .m_content_inner .lead, .myaccount_contents .m_content_inner .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 8%; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .lead, .myaccount_contents .m_content_inner .txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 40px; } }

.myaccount_contents .m_content_inner .lead a, .myaccount_contents .m_content_inner .txt a {
  display: inline;
  color: #4497F2; }

.myaccount_contents .m_content_inner .myaccount_ph {
  width: 15%;
  margin: 10% auto; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .myaccount_ph {
    margin: 20px auto; } }

.myaccount_contents .m_content_inner .myaccount_data {
  margin: 0 5.333% 4%; }

.myaccount_contents .m_content_inner .myaccount_data .a_item {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 4%; }

.myaccount_contents .m_content_inner .myaccount_data .a_value {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 8%;
  padding-bottom: 4%;
  border-bottom: solid 4px #E9E9E9;
  border-radius: 2px; }

.myaccount_contents .m_content_inner .myaccount_data .a_value .ico_twitter {
  padding-left: 1.5em;
  background: url(../img/icon_twitter.svg) no-repeat left center;
  background-size: 18px auto; }

.myaccount_contents .m_content_inner .myaccount_data .a_value .ico_google {
  padding-left: 1.5em;
  background: url(../img/icon_google.svg) no-repeat left center;
  background-size: auto 100%; }

.myaccount_contents .m_content_inner .myaccount_data .data_list {
  padding-bottom: 4%;
  margin-bottom: 8%;
  border-bottom: solid 4px #E9E9E9; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .myaccount_data .data_list {
    padding-bottom: 20px;
    margin-bottom: 30px; } }

.myaccount_contents .m_content_inner .myaccount_data .data_list .d_item {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .myaccount_data .data_list .d_item {
    font-size: 14px;
    font-size: 1.4rem; } }

.myaccount_contents .m_content_inner .myaccount_data .data_list .d_value {
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 2px;
  margin-top: 4%; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .myaccount_data .data_list .d_value {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px; } }

.myaccount_contents .m_content_inner .myaccount_data .data_list .d_value .ico_twitter {
  padding-left: 1.5em;
  background: url(../img/icon_twitter.svg) no-repeat left center;
  background-size: 18px auto; }

.myaccount_contents .m_content_inner .myaccount_data .data_list .d_value .ico_google {
  padding-left: 1.5em;
  background: url(../img/icon_google.svg) no-repeat left center;
  background-size: auto 100%; }

.myaccount_contents .m_content_inner .myaccount_data .data_list .d_value .ico_official {
  padding-right: 1.5em;
  background: url(../img/icon_verified-user.svg) no-repeat right center;
  background-size: auto 100%; }

.myaccount_contents .m_content_inner .myaccount_data .data_list + .txt {
  margin-top: -6%; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .myaccount_data .data_list + .txt {
    margin-top: -15px; } }

.myaccount_contents .m_content_inner .myaccount_data .data_list .id {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888;
  margin-top: .5em; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .myaccount_data .data_list .id {
    font-size: 12px;
    font-size: 1.2rem; } }

.myaccount_contents .m_content_inner .myaccount_data .data_list .d_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 4%; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .myaccount_data .data_list .d_txt {
    font-size: 16px;
    font-size: 1.6rem; } }

.myaccount_contents .m_content_inner .myaccount_data .data_list .d_switch {
  margin-top: 4%; }

.myaccount_contents .m_content_inner .myaccount_data .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 8%; }

.myaccount_contents .m_content_inner .myaccount_data .txt a {
  display: inline;
  color: #4497F2; }

.myaccount_contents .m_content_inner .view_btn {
  text-align: center;
  border-top: solid 1px #E9E9E9;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .myaccount_contents .m_content_inner .view_btn {
    font-size: 16px;
    font-size: 1.6rem; } }

.myaccount_contents .m_content_inner .view_btn a {
  padding: 1.2em 0;
  color: #4497F2; }

.myaccount_contents .common_btn {
  margin: 8% 0;
  font-size: 15px;
  font-size: 1.5rem; }

.myaccount_contents .info {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 8% 0 0; }

.myaccount_contents .info a {
  color: #4497F2; }

.myaccount_contents.view {
  background: #FFF; }

.myaccount_contents.view .m_content_inner {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }

.myaccount_contents.view .m_content_inner .myaccount_data {
  margin: 0; }

.myaccount_contents.view .hls {
  margin-bottom: 3%; }

.myaccount_contents.view .favorite_cont {
  text-align: left !important; }

.myaccount_contents.edit {
  background: #FFF; }

.myaccount_contents.edit .m_content_inner {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }

.myaccount_contents.edit .m_content_inner .myaccount_data {
  margin: 0; }

.myaccount_contents.edit .hl {
  margin-bottom: 12%; }

@media screen and (min-width: 960px) {
  .myaccount_contents.edit .hl {
    margin-bottom: 40px; } }

.myaccount_contents.edit .saves {
  margin-top: 12%; }

@media screen and (min-width: 960px) {
  .myaccount_contents.edit .saves {
    margin-top: 40px; } }

.switch {
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  width: 100px;
  background: #fff; }

.switch.nopoiner {
  pointer-events: none; }

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

.switch input[type="checkbox"]:checked + label span::after {
  content: 'ON';
  padding: 0 32px 0 0;
  color: #4497F2; }

.switch input[type="checkbox"]:checked ~ .swbtn {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  background: #4497F2; }

.switch label {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer; }

.switch label span::after {
  content: 'OFF';
  padding: 0 0 0 30px;
  color: #E9E9E9; }

.switch .swbtn {
  position: absolute;
  width: 36px;
  height: 36px;
  background: #E9E9E9;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  pointer-events: none; }

/*========================================

/*========================================


	*This CSS  login


========================================*/
.login_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5.333%; }

@media screen and (min-width: 960px) {
  .login_head {
    margin-bottom: 20px; } }

.login_head .avatar {
  width: 18%; }

.login_head .comment {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  background: #FFF;
  border: solid 4px #000;
  position: relative;
  padding: .5em;
  border-radius: 8px;
  margin-left: 10px; }

.login_head .comment::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -11px;
  border: 6px solid transparent;
  border-right: 6px solid #FFF;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.login_head .comment::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  border: 10px solid transparent;
  border-right: 10px solid #000;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.login_body {
  margin: 0 5.333% 8%;
  padding: 10% 5.333%;
  background: #FFF;
  border-radius: 20px; }

@media screen and (min-width: 960px) {
  .login_body {
    margin-bottom: 40px; } }

.login_body .hls {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 12%; }

@media screen and (min-width: 960px) {
  .login_body .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px; } }

.login_body .lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .login_body .lead {
    margin-bottom: 20px; } }

.login_body .login_btn {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .login_body .login_btn {
    width: 300px;
    margin: 0 auto 15px; } }

.login_body .login_btn a {
  padding: 1.3em 3em;
  border: solid 4px #E9E9E9;
  border-radius: 10px;
  position: relative; }

.login_body .login_btn a.ico_twitter::before {
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 5.333%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url(../img/icon_twitter.svg) no-repeat center;
  background-size: auto 100%; }

.login_body .login_btn a.ico_google::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5.333%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url(../img/icon_google.svg) no-repeat center;
  background-size: auto 100%; }

.login_body .check {
  margin: 6% 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center; }

@media screen and (min-width: 960px) {
  .login_body .check {
    margin: 20px 0; } }

.login_body .check .checkbox {
  display: none; }

.login_body .check .checkbox:checked + .checkbox_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 3px;
  height: 9px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000; }

.login_body .check .checkbox_item {
  padding-left: 20px;
  padding-right: 0;
  position: relative;
  margin-left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (min-width: 960px) {
  .login_body .check .checkbox_item br {
    display: none; } }

.login_body .check .checkbox_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 4px; }

.login_body .check .checkbox_item a {
  display: inline;
  color: #4497F2; }

.login_body .txtarea {
  margin-top: 8%; }

@media screen and (min-width: 960px) {
  .login_body .txtarea {
    margin-top: 20px; } }

.login_body .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 2%; }

@media screen and (min-width: 960px) {
  .login_body .txt {
    text-align: center; } }

.login_body .txt a {
  display: inline;
  color: #4497F2; }

.login_body .txt .red {
  color: #FF4040; }

.login_body + .info {
  margin-bottom: 8%;
  font-size: 14px;
  font-size: 1.4rem; }

.login_body + .info a {
  color: #4497F2; }

/*========================================


	*This CSS  src _pages.scss


========================================*/
.page_content {
  background: #FFF;
  padding: 8% 5.333%; }

.page_content.plr0 {
  padding-left: 0;
  padding-right: 0; }

.page_content .page_inner {
  padding: 0 5.333%; }

.page_content hr {
  margin: 8% 0; }

@media screen and (min-width: 960px) {
  .page_content hr {
    margin: 40px 0; } }

.page_content .hls {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10%; }

@media screen and (min-width: 960px) {
  .page_content .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px; } }

.page_content .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFD800));
  background: linear-gradient(transparent 50%, #FFD800 50%); }

.page_content .lists {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .page_content .lists {
    margin-bottom: 40px; } }

.page_content .lists .list {
  border-bottom: solid 4px #E9E9E9;
  border-radius: 2px; }

.page_content .lists .list a {
  color: #4497F2;
  padding: 1em 2em 1em .5em;
  background: url(../img/icon_arrow.svg) no-repeat 97% center;
  background-size: auto 12px; }

.page_content .icon {
  width: 48px;
  margin: 0 auto 8%; }

.page_content .hdl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .page_content .hdl {
    margin-bottom: 15px; } }

.page_content .ex {
  border: 2px solid #FFD800;
  padding: 4%;
  margin: 8% 0; }

@media screen and (min-width: 960px) {
  .page_content .ex {
    padding: 20px 0 10px;
    margin: 20px 0; } }

.page_content .ex .ex_txt {
  color: #333; }

.page_content .img {
  text-align: center;
  margin-bottom: 4%; }

.page_content .img img {
  width: auto;
  max-width: 100%;
  max-height: 500px;
  border: solid 1px #E9E9E9; }

.page_content .img .caption {
  text-align: left;
  margin-top: 2%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4; }

.page_content .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .page_content .txt {
    margin-bottom: 15px; } }

.page_content .txt a {
  display: inline;
  color: #4497F2;
  font-weight: bold; }

.page_content .txt_s {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .page_content .txt_s {
    margin-bottom: 15px; } }

.page_content .txt_s a {
  display: inline;
  color: #4497F2; }

.page_content .txt_lists {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .page_content .txt_lists {
    margin-bottom: 15px; } }

.page_content .txt_lists .t_list {
  margin-bottom: 2%;
  padding-left: 1em;
  position: relative; }

.page_content .txt_lists .t_list::after {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

.page_content .txt_lists .t_list a {
  display: inline;
  color: #4497F2; }

.page_content .common_btn {
  margin-top: 8%;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .page_content .common_btn {
    margin-top: 40px;
    margin-bottom: 40px; } }

.p_content {
  margin-bottom: 8%; }

.p_content .p_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6; }

.p_content .p_txt a {
  display: inline;
  font-weight: bold;
  color: #4497F2; }

.matome_content {
  padding: 3% 0% 8%; }

@media screen and (min-width: 960px) {
  .matome_content {
    padding: 10px 0 20px; } }

.matome_content .teq_triangle {
  margin-top: -3%;
  margin-bottom: 2%; }

.matome_content .teq_triangle .txt {
  padding: 5% 4%; }

@media screen and (min-width: 960px) {
  .matome_content .update {
    margin-bottom: 40px; } }

.matome_content .comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5.333% 4%; }

@media screen and (min-width: 960px) {
  .matome_content .comments + .comments {
    margin-top: -20px; } }

.matome_content .comments.comments--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.matome_content .comments.comments--rev .comment::before {
  left: auto;
  right: -6px;
  border-right-style: none;
  border-left: 8px solid #FFF; }

.matome_content .comments.comments--rev .comment::after {
  left: auto;
  right: -12px;
  border-right-style: none;
  border-left: 10px solid #000; }

.matome_content .comments.comments--rev .avatar {
  margin: 0 0 0 4%; }

@media screen and (min-width: 960px) {
  .matome_content .comments.comments--rev .avatar {
    margin: 0 0 0 20px; } }

@media screen and (min-width: 960px) {
  .matome_content .comments {
    margin: 0 20px 40px; } }

.matome_content .comments:first-child {
  margin-top: 0; }

.matome_content .comments .avatar {
  width: 100px;
  margin: 0 4% 0 0; }

@media screen and (min-width: 960px) {
  .matome_content .comments .avatar {
    width: 160px;
    margin: 0 20px 0 0; } }

.matome_content .comments .avatar.size_s {
  width: 60px; }

@media screen and (min-width: 960px) {
  .matome_content .comments .avatar.size_s {
    width: 100px; } }

.matome_content .comments .comment {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #FFF;
  border: solid 4px #000;
  border-radius: 8px;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4; }

@media screen and (min-width: 960px) {
  .matome_content .comments .comment {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px; } }

.matome_content .comments .comment a {
  display: inline;
  color: #4497F2;
  font-weight: bold; }

.matome_content .comments .comment::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -16px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #FFF;
  z-index: 2; }

.matome_content .comments .comment::after {
  content: '';
  position: absolute;
  top: 30px;
  left: -24px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #000;
  z-index: 1; }

.matome_content .comments--type2 {
  display: block; }

.matome_content .comments--type2 .comment_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.matome_content .comments--type2 .comment_head .avatar {
  width: 30%;
  margin: 0; }

.matome_content .comments--type2 .comment_head .c_name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  width: 70%;
  background: #F6F9FA;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 2%;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.matome_content .comments--type2 .comment::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 15%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  z-index: 2; }

.matome_content .comments--type2 .comment::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 15%;
  margin-left: -19px;
  border: 12px solid transparent;
  border-bottom: 12px solid #000;
  z-index: 1; }

.matome_content .index_lists {
  margin: 0 5.333% 8%;
  background: #FFF;
  border-radius: 20px;
  padding: 6% 3% 2%; }

@media screen and (min-width: 960px) {
  .matome_content .index_lists {
    margin: 0 20px 20px;
    padding: 30px 30px 10px; } }

.matome_content .index_lists .i_hl {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 2%; }

@media screen and (min-width: 960px) {
  .matome_content .index_lists .i_hl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px; } }

.matome_content .index_lists .i_list {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .matome_content .index_lists .i_list {
    font-size: 15px;
    font-size: 1.5rem; } }

.matome_content .index_lists .i_list a {
  color: #4497F2;
  padding: 1em 2em 1em 0;
  background: url(../img/icon_arrow_bottom.svg) no-repeat right center;
  background-size: auto 7px; }

.matome_content .index_lists .i_list:not(:last-child) {
  border-bottom: solid 4px #E9E9E9;
  border-radius: 2px; }

.matome_content .hdl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 8% 5.333% 4%; }

.matome_content .hdl:first-of-type {
  margin-top: 0; }

@media screen and (min-width: 960px) {
  .matome_content .hdl {
    font-size: 18;
    margin: 40px 20px 20px; } }

.matome_content .hls {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin: 8% 5.333% 4%; }

.matome_content .hls:first-of-type {
  margin-top: 0; }

@media screen and (min-width: 960px) {
  .matome_content .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 40px 20px 20px; } }

.matome_content .hls + .comments {
  margin-top: 8%; }

@media screen and (min-width: 960px) {
  .matome_content .hls + .comments {
    margin-top: 30px; } }

.matome_content .hls + .teq_triangle {
  margin-top: -2%; }

.matome_content .std_lists {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .matome_content .std_lists {
    margin-bottom: 30px;
    padding: 0 20px; } }

.matome_content .std_lists > .s_list {
  padding: 4% 0; }

@media screen and (min-width: 960px) {
  .matome_content .std_lists > .s_list {
    padding: 20px 0; } }

.matome_content .std_lists > .s_list .desc strong {
  color: #FF4040; }

.matome_content .std_lists .txt_area .btn_book, .matome_content .std_lists .txt_area .common_btn {
  text-align: right; }

.matome_content .std_lists .txt_area .btn_book a, .matome_content .std_lists .txt_area .common_btn a {
  text-align: center; }

.matome_content .std_lists .txt_area .common_btn {
  font-size: 14px;
  font-size: 1.4rem; }

.matome_content .std_lists .common_btn, .matome_content .std_lists .btn_book {
  margin: 4% auto 0;
  width: 100%;
  position: relative;
  z-index: 20; }

.matome_content .store_lists {
  margin: 4% 5.333%; }

.matome_content .link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 4% 0; }

.matome_content .link a {
  color: #4497F2; }

.matome_content hr {
  margin: 8% 5.333%;
  border-top-color: #E9E9E9; }

@media screen and (min-width: 960px) {
  .matome_content hr {
    margin: 30px 20px; } }

.matome_content .common_btn {
  margin-top: 8%;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .matome_content .common_btn {
    margin-top: 40px;
    margin-bottom: 40px; } }

.matome_content .common_btn.color_pink a {
  color: #FF7792;
  border-color: #FF7792; }

.matome_content .common_btn.color_blue a {
  color: #4497F2;
  border-color: #4497F2; }

.matome_content .common_btn.color_green a {
  color: #4EC93B;
  border-color: #4EC93B; }

.matome_content .common_btn.color_yellow a {
  color: #FFD800;
  border-color: #FFD800; }

.matome_content .matome_head {
  padding: 12% 5.333% 0;
  background: #FFF; }

@media screen and (min-width: 960px) {
  .matome_content .matome_head {
    padding: 30px 30px 0;
    margin-top: -10px; } }

.matome_content .matome_head .date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: .5em;
  color: #888; }

.matome_content .matome_head .matome_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_head .matome_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px; } }

.matome_content .matome_body + .matome_foot {
  padding-top: 0; }

.matome_content .matome_foot {
  background: #FFF;
  padding: 8% 5.333%;
  margin-top: -5.333%; }

.matome_content .matome_foot .tag_lists {
  margin-bottom: 12%; }

.matome_content .matome_section {
  background: #FFF;
  padding: 8% 0 4%;
  margin-bottom: 5.333%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section {
    padding: 30px 0 20px;
    margin-bottom: 20px; } }

.matome_content .matome_section .hdl:first-of-type {
  margin-top: 0; }

.matome_content .matome_section strong {
  font-weight: bold; }

.matome_content .matome_section .hl {
  font-size: 17px;
  font-size: 1.7rem;
  background: rgba(255, 136, 160, 0.8);
  text-align: left;
  line-height: 1.3;
  padding: .7em 5.333%;
  margin: 0 0 4%;
  color: #FFF; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section .hl {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 20px;
    padding: .5em 5.333%; } }

.matome_content .matome_section > .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 5.333% 4%;
  text-align: left; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section > .txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.7; } }

.matome_content .matome_section > .txt a {
  display: inline;
  color: #4497F2; }

.matome_content .matome_section > .txt_m {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 5.333% 4%;
  text-align: left; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section > .txt_m {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.7; } }

.matome_content .matome_section > .txt_m a {
  display: inline;
  color: #4497F2; }

.matome_content .matome_section > .txt_s {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 5.333% 4%;
  text-align: left; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section > .txt_s {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 1.7; } }

.matome_content .matome_section > .txt_s a {
  display: inline;
  color: #4497F2; }

.matome_content .matome_section > .txt_caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 8% 5.333% 4%;
  text-align: left;
  color: #888; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section > .txt_caption {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 30pxƒ;
    margin-bottom: 20px;
    line-height: 1.7; } }

.matome_content .matome_section > .txt_caption a {
  display: inline;
  text-decoration: underline; }

.matome_content .matome_section .youtube {
  width: 89.334%;
  margin: 0 auto 4%;
  padding-top: 50.25%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section .youtube {
    margin-bottom: 40px; } }

.matome_content .matome_section .timeline {
  width: 89.334%;
  margin: 0 auto 4%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section .timeline {
    margin-bottom: 40px; } }

.matome_content .matome_section .hls:first-of-type {
  margin-top: 0; }

.matome_content .matome_section .teq_triangle .txt {
  background: #F6F9FA; }

.matome_content .matome_section > .btn_book {
  margin: 8% 0;
  text-align: center; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section > .btn_book {
    margin: 20px 0 40px; } }

.matome_content .matome_section > .btn_book a {
  padding: 1em 6em; }

.matome_content .matome_section .image {
  margin: 0 5.333% 4%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section .image {
    margin-bottom: 20px; } }

.matome_content .matome_section .image_caption {
  text-align: left;
  margin-top: 5px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  color: #888; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section .image_caption {
    font-size: 11px;
    font-size: 1.1rem; } }

.matome_content .matome_section .tableblock {
  margin: 0 5.333% 4%;
  padding: 3% 3% 1.5%;
  background: #E9E9E9; }

.matome_content .matome_section .tableblock_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section .tableblock_item {
    font-size: 13px;
    font-size: 1.3rem; } }

.matome_content .matome_section .tableblock_item a {
  display: inline;
  color: #4497F2; }

.matome_content .matome_section .tableblock_item .item {
  width: 30%;
  background: #FFF;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }

.matome_content .matome_section .tableblock_item .value {
  width: 68%;
  background: #FFF;
  padding: 1em 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.matome_content .matome_section > .cover {
  width: 80%;
  margin: 0 auto 4%;
  padding: 2%;
  border: solid 1px #EBEBEB;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section > .cover {
    width: 60%;
    margin: 0 auto 40px;
    text-align: center; } }

.matome_content .matome_section > .cover img {
  height: auto;
  max-width: 100%; }

.matome_content .matome_section > .cover--noframe {
  padding: 0 !important;
  border-style: none !important; }

.matome_content .matome_section > .cover--size_large {
  width: 96%; }

.matome_content .matome_section > .cover--size_large.cover--noframe {
  width: 100%; }

.matome_content .matome_section > .cover--size_large.cover--noframe .caption {
  margin-right: 2%;
  margin-left: 2%; }

.matome_content .matome_section > .cover--size_small {
  width: 50%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section > .cover--size_small {
    width: 40%; } }

.matome_content .matome_section > .cover--size_banner {
  width: 89.334%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section > .cover--size_banner {
    width: 70%; } }

@media screen and (min-width: 960px) {
  .matome_content .matome_section > .cover--square {
    padding: 10px;
    border: solid 1px #EBEBEB; } }

.matome_content .matome_section > .cover--square a {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden; }

.matome_content .matome_section > .cover--square a img {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-height: none;
  max-height: initial; }

.matome_content .matome_section > .cover .caption {
  text-align: left;
  margin-top: 5px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  color: #888; }

.matome_content .matome_section .detail_book {
  margin: 0 5.333% 8%; }

.matome_content .matome_section .detail_book .book_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section .detail_book .book_txt {
    margin-bottom: 10px; } }

.matome_content .matome_section .detail_book .book_txt a {
  display: inline;
  color: #4497F2; }

.matome_content .matome_section .common_btn:last-of-type {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .matome_content .matome_section .common_btn:last-of-type {
    margin-bottom: 40px; } }

.teq_triangle {
  position: relative;
  padding: 5.333%;
  margin-bottom: 4%;
  overflow: hidden; }

@media screen and (min-width: 960px) {
  .teq_triangle {
    padding: 15px;
    margin-bottom: 20px; } }

.teq_triangle .txt {
  padding: 6% 8%;
  background: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .teq_triangle .txt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 20px; } }

.teq_triangle .txt a {
  display: inline;
  color: #4497F2;
  font-weight: bold; }

.teq_triangle .txt a.link {
  display: block;
  text-align: center;
  margin: 0; }

@media screen and (min-width: 960px) {
  .teq_triangle .txt a.link {
    font-size: 16px;
    font-size: 1.6rem; } }

.teq_triangle .ico_triangle {
  width: 36px;
  height: 26px;
  position: absolute;
  z-index: 2; }

.teq_triangle .ico_triangle.triangle_tl {
  background: url(../img/parts_triangle_green.svg) no-repeat center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  -webkit-transform: rotate(10deg) translate(25%, 25%);
  transform: rotate(10deg) translate(25%, 25%); }

.teq_triangle .ico_triangle.triangle_tr {
  background: url(../img/parts_triangle_yellow.svg) no-repeat center;
  background-size: 100% auto;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-230deg) translate(35%, -40%);
  transform: rotate(-230deg) translate(35%, -40%); }

.teq_triangle .ico_triangle.triangle_br {
  background: url(../img/parts_triangle_blue.svg) no-repeat center;
  background-size: 100% auto;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(190deg) translate(20%, 30%);
  transform: rotate(190deg) translate(20%, 30%); }

.teq_triangle .ico_triangle.triangle_bl {
  background: url(../img/parts_triangle_pink.svg) no-repeat center;
  background-size: 100% auto;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-50deg) translate(28%, -25%);
  transform: rotate(-50deg) translate(28%, -25%); }

.cpdate {
  margin-bottom: .5em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #EA617C;
  padding: .2em 0 .2em 1.2em;
  position: relative; }

@media screen and (min-width: 960px) {
  .cpdate {
    font-size: 15px;
    font-size: 1.5rem; } }

.cpdate::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/icon_calendar.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  margin: auto; }

.cpcate {
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (min-width: 960px) {
  .cpcate {
    font-size: 13px;
    font-size: 1.3rem; } }

.cpcate span {
  display: inline-block;
  padding: .3em .5em;
  border-radius: 4px;
  background: #ff7792;
  color: #FFF; }

.cpmv {
  width: 100%;
  max-height: 400px;
  text-align: center;
  padding-top: 4%; }

@media screen and (min-width: 960px) {
  .cpmv {
    padding-top: 20px; } }

.cpmv img {
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  max-width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

/*========================================


	*This CSS  src _about.scss


========================================*/
#container #main.about_page {
  width: 100%;
  margin: 0; }

@media screen and (min-width: 960px) {
  .about_page_detail {
    margin-top: -20px !important; } }

@media screen and (min-width: 960px) {
  .about_page ::-webkit-scrollbar {
    width: 6px; }
  .about_page ::-webkit-scrollbar-track {
    background: transparent;
    border-style: none; }
  .about_page ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px; } }

.about_page .inner {
  max-width: 760px;
  margin: 0 auto; }

.about_page .inner > .common_btn {
  margin: 10% 0; }

@media screen and (min-width: 960px) {
  .about_page .inner > .common_btn {
    margin: 30px 0; } }

.about_page .inner .sns_lists {
  margin: 0 0 10%; }

@media screen and (min-width: 960px) {
  .about_page .inner .sns_lists {
    margin: 0 0 60px; } }

.about_page .hls {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 8%;
  text-align: center; }

@media screen and (min-width: 960px) {
  .about_page .hls {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; } }

.about_page .iframe_outer {
  margin: 0 5.333% 8%; }

@media screen and (min-width: 960px) {
  .about_page .iframe_outer {
    margin: 0 20px 40px; } }

.about_page .page_head {
  background: #FFF;
  padding: 8% 0 0;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .about_page .page_head {
    padding: 40px 0 0;
    margin-bottom: 40px; } }

.about_page .page_head .common_btn {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .about_page .page_head .common_btn {
    margin-bottom: 40px; } }

.about_page .teq_triangle .txt {
  padding: 6%; }

@media screen and (min-width: 960px) {
  .about_page .teq_triangle .txt {
    padding: 30px; } }

.about_page .teq_triangle .t_inner {
  padding: 1px;
  background: #FFF; }

.about_page .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ff6));
  background: linear-gradient(transparent 70%, #ff6 70%); }

.about_page .color_box {
  padding: 0 4%;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .about_page .color_box {
    margin-bottom: 40px; } }

.about_page .color_box .row, .about_page .color_box .ctrs, .about_page .color_box .tag_lists {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.about_page .color_box .row .col2, .about_page .color_box .ctrs .col2, .about_page .color_box .tag_lists .col2 {
  width: 48%;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .about_page .color_box .row .col2, .about_page .color_box .ctrs .col2, .about_page .color_box .tag_lists .col2 {
    width: 24%;
    margin-bottom: 0; } }

.about_page .color_box .c_box {
  border: solid 4px #888;
  border-radius: 20px;
  padding: 8% 5%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.about_page .color_box .c_box.c_pink {
  border-color: #FF88A0; }

.about_page .color_box .c_box.c_green {
  border-color: #6BCC5C; }

.about_page .color_box .c_box.c_blue {
  border-color: #5CA3F2; }

.about_page .color_box .c_box.c_yellow {
  border-color: #FDD84C; }

.about_page .color_box .c_box .hl {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .about_page .color_box .c_box .hl {
    font-size: 15px;
    font-size: 1.5rem; } }

.about_page .color_box .c_box .txt {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .about_page .color_box .c_box .txt {
    font-size: 15px;
    font-size: 1.5rem; } }

.about_page .thumb_area {
  margin: 0 6% 8%; }

@media screen and (min-width: 960px) {
  .about_page .thumb_area {
    margin: 0 30px 30px; } }

.about_page .thumb_area .thumb {
  width: 40%; }

@media screen and (min-width: 960px) {
  .about_page .thumb_area .thumb {
    width: 200px; } }

.about_page .thumb_area .txtarea {
  width: 60%;
  padding: 0 0 0 6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .about_page .thumb_area .txtarea {
    width: auto;
    width: initial;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px; } }

.about_page .thumb_area .txtarea .txt {
  background: transparent;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (min-width: 960px) {
  .about_page .thumb_area .txtarea .txt {
    font-size: 16px;
    font-size: 1.6rem; } }

.about_page .hash_hl {
  text-align: center;
  background: #FFF;
  padding: 6% 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

@media screen and (min-width: 960px) {
  .about_page .hash_hl {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 30px; } }

.about_page .hash_hl > span::before {
  content: '＼';
  margin-right: .2em; }

.about_page .hash_hl > span::after {
  content: '／';
  margin-left: .2em; }

@media screen and (min-width: 960px) {
  .about_page .hash_hl + .txt {
    text-align: center; } }

.about_page .onair_box {
  position: relative;
  border: solid 4px #E9E9E9;
  border-radius: 20px;
  padding: 6%;
  margin: 8% 6%; }

@media screen and (min-width: 960px) {
  .about_page .onair_box {
    padding: 30px;
    margin: 40px 30px; } }

.about_page .onair_box .illust_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.about_page .onair_box .illust_area .char_i {
  height: 55px; }

@media screen and (min-width: 960px) {
  .about_page .onair_box .illust_area .char_i {
    height: 120px; } }

.about_page .onair_box .illust_area .char_i img {
  width: auto;
  height: 100%; }

.about_page .onair_box .illust_area .sound_i {
  width: 15%;
  padding: 0 .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.about_page .onair_box .illust_area .play_i {
  width: 18%; }

.about_page .onair_box .illust_area .sound_txt {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 4%; }

@media screen and (min-width: 960px) {
  .about_page .onair_box .illust_area .sound_txt {
    font-size: 18px;
    font-size: 1.8rem; } }

.about_page .onair_box .ph_onair {
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%); }

@media screen and (min-width: 960px) {
  .about_page .onair_box .ph_onair {
    width: 20%; } }

.about_page .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFF;
  padding: 0 4%; }

@media screen and (min-width: 960px) {
  .about_page .box {
    padding: 0 30px; } }

.about_page .box .img {
  width: 120px; }

@media screen and (min-width: 960px) {
  .about_page .box .img {
    width: 200px; } }

.about_page .box .i_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media screen and (min-width: 960px) {
  .about_page .box .i_txt {
    font-size: 16px;
    font-size: 1.6rem; } }

.about_page .box .i_txt .fukidashi {
  position: relative;
  background: #FFF;
  border: solid 4px #000;
  border-radius: 8px;
  padding: 4%;
  margin: 0 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 960px) {
  .about_page .box .i_txt .fukidashi {
    margin: 30px 0 0;
    padding: 20px; } }

.about_page .box .i_txt .fukidashi::before {
  content: '';
  position: absolute;
  top: 45%;
  right: -15px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #FFF;
  z-index: 2; }

.about_page .box .i_txt .fukidashi::after {
  content: '';
  position: absolute;
  top: 45%;
  right: -22px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #000;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .about_page .partner_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px; } }

.about_page .partner_lists .p_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  padding: 3%;
  margin-bottom: 4%;
  border-radius: 20px;
  border: 4px solid #E9E9E9; }

@media screen and (min-width: 960px) {
  .about_page .partner_lists .p_list {
    width: 49%;
    padding: 15px;
    margin-bottom: 15px; } }

.about_page .partner_lists .p_list .avatar {
  width: 112px;
  background: #FFF;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 4%; }

@media screen and (min-width: 960px) {
  .about_page .partner_lists .p_list .avatar {
    margin-right: 20px; } }

.about_page .partner_lists .p_list .name {
  text-align: center;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.about_page .partner_lists .p_list .name .en {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2%; }

.about_page .partner_lists .p_list .name .jp {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2; }

.about_page .partner_lists .p_list.p01 {
  border-color: #888; }

.about_page .partner_lists .p_list.p01 .name {
  color: #888; }

.about_page .partner_lists .p_list.p02 {
  border-color: #45B035; }

.about_page .partner_lists .p_list.p02 .name {
  color: #45B035; }

.about_page .partner_lists .p_list.p03 {
  border-color: #3071B9; }

.about_page .partner_lists .p_list.p03 .name {
  color: #3071B9; }

.about_page .partner_lists .p_list.p04 {
  border-color: #BB88DB; }

.about_page .partner_lists .p_list.p04 .name {
  color: #BB88DB; }

.about_page .partner_lists .p_list.p05 {
  border-color: #FDD100; }

.about_page .partner_lists .p_list.p05 .name {
  color: #FDD100; }

.about_page .partner_lists .p_list.p06 {
  border-color: #EA617C; }

.about_page .partner_lists .p_list.p06 .name {
  color: #EA617C; }

.about_page .partner_lists .p_list.p07 {
  border-color: #5EC4D3; }

.about_page .partner_lists .p_list.p07 .name {
  color: #5EC4D3; }

.about_page .partner_lists .p_list.p08 {
  border-color: #68B7A1; }

.about_page .partner_lists .p_list.p08 .name {
  color: #68B7A1; }

.about_page .common_btn a {
  padding: .7em 2em; }

@media screen and (min-width: 960px) {
  .about_page_detail {
    overflow: hidden; } }

.about_page_detail .page_head {
  background: transparent; }

.about_page_detail .sns_lists {
  margin: 0 3% 10%; }

.about_page_detail .comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 3% 8%; }

@media screen and (min-width: 960px) {
  .about_page_detail .comments {
    margin: 0 0 20px;
    padding: 0 10px; } }

.about_page_detail .comments .avatar {
  width: 100px;
  margin-right: 4%; }

@media screen and (min-width: 960px) {
  .about_page_detail .comments .avatar {
    width: 160px;
    margin-right: 20px; } }

.about_page_detail .comments .avatar.size_s {
  width: 80px; }

@media screen and (min-width: 960px) {
  .about_page_detail .comments .avatar.size_s {
    width: 100px; } }

.about_page_detail .comments .comment {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #FFF;
  border: solid 4px #000;
  border-radius: 8px;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .about_page_detail .comments .comment {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px; } }

.about_page_detail .comments .comment a {
  display: inline;
  color: #4497F2;
  font-weight: bold; }

.about_page_detail .comments .comment::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -16px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #FFF;
  z-index: 2; }

.about_page_detail .comments .comment::after {
  content: '';
  position: absolute;
  top: 30px;
  left: -24px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #000;
  z-index: 1; }

.about_page_detail .partner_main {
  position: relative;
  padding-top: 65vh;
  margin-bottom: 8%;
  overflow: hidden; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    overflow: visible;
    width: 1000px;
    height: 90vh;
    margin: 0 auto; } }

.about_page_detail .partner_main .box1 {
  position: relative;
  z-index: 15; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .box1 {
    width: 40%;
    height: 90vh;
    overflow: auto;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.about_page_detail .partner_main .box1 > .common_btn {
  margin: 8% 0; }

.about_page_detail .partner_main .box1 .box1_body {
  margin: 0 4% 8%; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .box1 .box1_body {
    margin: 0 0 20px; } }

.about_page_detail .partner_main .box2 {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .box2 {
    position: relative;
    width: 60%;
    height: 78vh; } }

.about_page_detail .partner_main .catch {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 4%;
  top: 0;
  z-index: 5;
  letter-spacing: -.03em;
  color: #FFF; }

.about_page_detail .partner_main .catch ruby rt {
  font-size: 10px;
  font-size: 1rem; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .catch {
    font-size: 55px;
    font-size: 5.5rem; } }

.about_page_detail .partner_main .scale_btn {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 40px;
  position: absolute;
  right: 5.333%;
  top: 0;
  z-index: 10;
  cursor: pointer; }

.about_page_detail .partner_main .function_area {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 45px;
  position: absolute;
  right: 5.333%;
  top: 0;
  z-index: 10; }

.about_page_detail .partner_main .function_area .scale_btn {
  position: static; }

.about_page_detail .partner_main .function_area .function_btn {
  margin-bottom: 1em;
  cursor: pointer; }

.about_page_detail .partner_main .illust {
  height: 84vh;
  text-align: center;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .illust {
    overflow: visible;
    height: 90vh; } }

.about_page_detail .partner_main .illust .illust_wrap {
  width: 100%;
  height: 84vh;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .illust .illust_wrap {
    height: 90vh; } }

.about_page_detail .partner_main .illust .illust_wrap.is_disable {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%); }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .illust .illust_wrap.is_disable {
    -webkit-transform: translateX(-80vw);
    transform: translateX(-80vw); } }

.about_page_detail .partner_main .illust .illust_wrap img {
  width: auto;
  height: 100%; }

.about_page_detail .partner_main .illust_scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .illust_scale {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    height: 90vh; } }

.about_page_detail .partner_main .illust_scale.is_active {
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%); }

.about_page_detail .partner_main .c_name {
  color: #FFF;
  margin: 0 4% 3%; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .c_name {
    margin: 0 0 15px; } }

.about_page_detail .partner_main .c_name .en {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2; }

.about_page_detail .partner_main .c_name .jp {
  display: block;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2; }

.about_page_detail .partner_main .c_name .designer {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right; }

.about_page_detail .partner_main .t_lists {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  position: absolute;
  bottom: 0;
  right: 5.333%;
  z-index: 5;
  text-align: right;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .t_lists {
    font-size: 18px;
    font-size: 1.8rem; } }

.about_page_detail .partner_main .t_lists a {
  color: #FFF; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .t_lists a:hover {
    text-decoration: underline; } }

.about_page_detail .partner_main .fukidashi {
  position: relative;
  border: 4px solid #000;
  background: #FFF;
  border-radius: 8px;
  padding: 4%;
  margin-top: 3%; }

@media screen and (min-width: 960px) {
  .about_page_detail .partner_main .fukidashi {
    padding: 25px 20px;
    margin-bottom: 20px; } }

.about_page_detail .partner_main .fukidashi::before {
  content: '';
  position: absolute;
  top: -22px;
  left: 15%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2; }

.about_page_detail .partner_main .fukidashi::after {
  content: '';
  position: absolute;
  top: -30px;
  left: 15%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #000;
  z-index: 1; }

.about_page_detail .partner_main .fukidashi .hl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 2%; }

.about_page_detail .partner_main .fukidashi .hl::first-letter {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

.about_page_detail .partner_main .fukidashi .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 4%; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list {
  border: solid 1px #E9E9E9;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .item_inline {
  display: inline-block;
  margin: 0 .5em; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list:not(:last-child) {
  margin-bottom: 2%; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .item {
  width: 30%;
  border-right: solid 1px #E9E9E9;
  padding: .7em 0; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: .7em 0; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .value_ttl {
  padding: 0 .7em;
  text-align: left;
  font-weight: bold; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .value_ttl .ico_links::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/about/icon_links.svg) no-repeat center;
  background-size: 100% auto;
  margin-left: .2em; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .value_txt {
  padding: .7em 0 0;
  text-align: left;
  margin: .7em .7em 0;
  border-top: solid 1px #E9E9E9;
  font-weight: normal; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list a {
  color: #4497F2; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list a:hover {
  text-decoration: underline; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .link_voice {
  color: #4497F2;
  cursor: pointer; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .link_voice .icon_voice {
  display: inline-block;
  padding-right: 16px;
  position: relative; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .link_voice .icon_voice:hover {
  text-decoration: underline; }

.about_page_detail .partner_main .fukidashi .p_lists .p_list .link_voice .icon_voice::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/about/icon_voice.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.about_page_detail .sc_inner {
  padding: 8% 0 4%;
  background: #FFF;
  margin-bottom: 6%; }

@media screen and (min-width: 960px) {
  .about_page_detail .sc_inner {
    padding: 20px 0 10px; } }

.about_page_detail .sc_inner .thumb_lists {
  padding: 0 3%; }

.about_page_detail .sc_inner .thumb_lists .t_list {
  width: 31.3%; }

.about_page_detail .sc_inner .thumb_lists .t_list .t_txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: .5em;
  color: #333; }

.about_page_detail .sc_inner .thumb_lists .t_list .t_txt a {
  color: #333; }

.about_page_detail .sc_inner .circle_lists {
  padding: 0 3%;
  margin-bottom: 0; }

.about_page_detail .sc_inner .circle_lists .c_list {
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .about_page_detail .sc_inner .circle_lists .c_list {
    width: 30%; } }

.about_page_detail .sc_inner .circle_lists .c_list .logo_wrap .lavel_logo {
  width: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

.about_page_detail .sc_inner .circle_lists .c_list .lavel_name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: .5em; }

.partner01.about_page_detail .partner_main .catch, .partner01.about_page_detail .partner_main .c_name, .partner01.about_page_detail .partner_main .t_list {
  color: #000; }

.partner01.about_page_detail .partner_main .catch a, .partner01.about_page_detail .partner_main .c_name a, .partner01.about_page_detail .partner_main .t_list a {
  color: #000; }

.partner01 .illust_wrap {
  background: url(../img/about/partner/01/01.png) no-repeat center top;
  background-size: 100% auto; }

.partner01 .illust_wrap#face01 {
  background-image: url(../img/about/partner/01/01.png); }

.partner01 .illust_wrap#face02 {
  background-image: url(../img/about/partner/01/02.png); }

.partner01 .illust_wrap#face03 {
  background-image: url(../img/about/partner/01/03.png); }

.partner01 .illust_wrap#face04 {
  background-image: url(../img/about/partner/01/04.png); }

.partner01 .illust_wrap#face05 {
  background-image: url(../img/about/partner/01/05.png); }

.partner01 .illust_wrap#face06 {
  background-image: url(../img/about/partner/01/06.png); }

.partner01 .illust_wrap#face07 {
  background-image: url(../img/about/partner/01/07.png); }

.partner01 .illust_wrap#face08 {
  background-image: url(../img/about/partner/01/08.png); }

.partner01 .illust_wrap#face09 {
  background-image: url(../img/about/partner/01/09.png); }

.partner01 .illust_wrap#face10 {
  background-image: url(../img/about/partner/01/10.png); }

.partner01 .illust_wrap#face11 {
  background-image: url(../img/about/partner/01/11.png); }

.partner01 .illust_wrap#face12 {
  background-image: url(../img/about/partner/01/12.png); }

.partner01 .illust_wrap#face13 {
  background-image: url(../img/about/partner/01/13.png); }

.partner01 .illust_scale {
  background: url(../img/about/partner/01/01.png) no-repeat center top;
  background-size: 140% auto; }

.partner01 .illust_scale#scale01 {
  background-image: url(../img/about/partner/01/01.png); }

.partner01 .illust_scale#scale02 {
  background-image: url(../img/about/partner/01/02.png); }

.partner01 .illust_scale#scale03 {
  background-image: url(../img/about/partner/01/03.png); }

.partner01 .illust_scale#scale04 {
  background-image: url(../img/about/partner/01/04.png); }

.partner01 .illust_scale#scale05 {
  background-image: url(../img/about/partner/01/05.png); }

.partner01 .illust_scale#scale06 {
  background-image: url(../img/about/partner/01/06.png); }

.partner01 .illust_scale#scale07 {
  background-image: url(../img/about/partner/01/07.png); }

.partner01 .illust_scale#scale08 {
  background-image: url(../img/about/partner/01/08.png); }

.partner01 .illust_scale#scale09 {
  background-image: url(../img/about/partner/01/09.png); }

.partner01 .illust_scale#scale10 {
  background-image: url(../img/about/partner/01/10.png); }

.partner01 .illust_scale#scale11 {
  background-image: url(../img/about/partner/01/11.png); }

.partner01 .illust_scale#scale12 {
  background-image: url(../img/about/partner/01/12.png); }

.partner01 .illust_scale#scale13 {
  background-image: url(../img/about/partner/01/13.png); }

@media screen and (min-width: 960px) {
  .partner01 .illust_scale {
    background-size: 110% auto; } }

@media screen and (min-width: 960px) {
  .partner02.about_page_detail .partner_main .catch {
    font-size: 45px;
    font-size: 4.5rem; } }

.partner02 .illust_wrap {
  background: url(../img/about/partner/02/01.png) no-repeat center top;
  background-size: 100% auto; }

.partner02 .illust_wrap#face01 {
  background-image: url(../img/about/partner/02/01.png); }

.partner02 .illust_wrap#face02 {
  background-image: url(../img/about/partner/02/02.png); }

.partner02 .illust_wrap#face03 {
  background-image: url(../img/about/partner/02/03.png); }

.partner02 .illust_wrap#face04 {
  background-image: url(../img/about/partner/02/04.png); }

.partner02 .illust_wrap#face05 {
  background-image: url(../img/about/partner/02/05.png); }

.partner02 .illust_wrap#face06 {
  background-image: url(../img/about/partner/02/06.png); }

.partner02 .illust_wrap#face07 {
  background-image: url(../img/about/partner/02/07.png); }

.partner02 .illust_wrap#face08 {
  background-image: url(../img/about/partner/02/08.png); }

.partner02 .illust_wrap#face09 {
  background-image: url(../img/about/partner/02/09.png); }

.partner02 .illust_wrap#face10 {
  background-image: url(../img/about/partner/02/10.png); }

.partner02 .illust_wrap#face11 {
  background-image: url(../img/about/partner/02/11.png); }

.partner02 .illust_wrap#face12 {
  background-image: url(../img/about/partner/02/12.png); }

.partner02 .illust_wrap#face13 {
  background-image: url(../img/about/partner/02/13.png); }

.partner02 .illust_wrap#face14 {
  background-image: url(../img/about/partner/02/14.png); }

.partner02 .illust_wrap#face15 {
  background-image: url(../img/about/partner/02/15.png); }

.partner02 .illust_scale {
  background: url(../img/about/partner/02/01.png) no-repeat center top;
  background-size: 130% auto; }

.partner02 .illust_scale#scale01 {
  background-image: url(../img/about/partner/02/01.png); }

.partner02 .illust_scale#scale02 {
  background-image: url(../img/about/partner/02/02.png); }

.partner02 .illust_scale#scale03 {
  background-image: url(../img/about/partner/02/03.png); }

.partner02 .illust_scale#scale04 {
  background-image: url(../img/about/partner/02/04.png); }

.partner02 .illust_scale#scale05 {
  background-image: url(../img/about/partner/02/05.png); }

.partner02 .illust_scale#scale06 {
  background-image: url(../img/about/partner/02/06.png); }

.partner02 .illust_scale#scale07 {
  background-image: url(../img/about/partner/02/07.png); }

.partner02 .illust_scale#scale08 {
  background-image: url(../img/about/partner/02/08.png); }

.partner02 .illust_scale#scale09 {
  background-image: url(../img/about/partner/02/09.png); }

.partner02 .illust_scale#scale10 {
  background-image: url(../img/about/partner/02/10.png); }

.partner02 .illust_scale#scale11 {
  background-image: url(../img/about/partner/02/11.png); }

.partner02 .illust_scale#scale12 {
  background-image: url(../img/about/partner/02/12.png); }

.partner02 .illust_scale#scale13 {
  background-image: url(../img/about/partner/02/13.png); }

.partner02 .illust_scale#scale14 {
  background-image: url(../img/about/partner/02/14.png); }

.partner02 .illust_scale#scale15 {
  background-image: url(../img/about/partner/02/15.png); }

@media screen and (min-width: 960px) {
  .partner02 .illust_scale {
    background-size: 120% auto; } }

.partner03.about_page_detail .partner_main .illust {
  height: 93vh; }

@media screen and (min-width: 960px) {
  .partner03.about_page_detail .partner_main .catch {
    font-size: 45px;
    font-size: 4.5rem; } }

.partner03 .illust_wrap {
  background: url(../img/about/partner/03/01.png) no-repeat center top;
  background-size: 100% auto; }

.partner03 .illust_wrap#face01 {
  background-image: url(../img/about/partner/03/01.png); }

.partner03 .illust_wrap#face02 {
  background-image: url(../img/about/partner/03/02.png); }

.partner03 .illust_wrap#face03 {
  background-image: url(../img/about/partner/03/03.png); }

.partner03 .illust_wrap#face04 {
  background-image: url(../img/about/partner/03/04.png); }

.partner03 .illust_wrap#face05 {
  background-image: url(../img/about/partner/03/05.png); }

.partner03 .illust_wrap#face06 {
  background-image: url(../img/about/partner/03/06.png); }

.partner03 .illust_wrap#face07 {
  background-image: url(../img/about/partner/03/07.png); }

.partner03 .illust_wrap#face08 {
  background-image: url(../img/about/partner/03/08.png); }

.partner03 .illust_wrap#face09 {
  background-image: url(../img/about/partner/03/09.png); }

.partner03 .illust_wrap#face10 {
  background-image: url(../img/about/partner/03/10.png); }

.partner03 .illust_wrap#face11 {
  background-image: url(../img/about/partner/03/11.png); }

.partner03 .illust_scale {
  background: url(../img/about/partner/03/01.png) no-repeat center top;
  background-size: 140% auto; }

.partner03 .illust_scale#scale01 {
  background-image: url(../img/about/partner/03/01.png); }

.partner03 .illust_scale#scale02 {
  background-image: url(../img/about/partner/03/02.png); }

.partner03 .illust_scale#scale03 {
  background-image: url(../img/about/partner/03/03.png); }

.partner03 .illust_scale#scale04 {
  background-image: url(../img/about/partner/03/04.png); }

.partner03 .illust_scale#scale05 {
  background-image: url(../img/about/partner/03/05.png); }

.partner03 .illust_scale#scale06 {
  background-image: url(../img/about/partner/03/06.png); }

.partner03 .illust_scale#scale07 {
  background-image: url(../img/about/partner/03/07.png); }

.partner03 .illust_scale#scale08 {
  background-image: url(../img/about/partner/03/08.png); }

.partner03 .illust_scale#scale09 {
  background-image: url(../img/about/partner/03/09.png); }

.partner03 .illust_scale#scale10 {
  background-image: url(../img/about/partner/03/10.png); }

.partner03 .illust_scale#scale11 {
  background-image: url(../img/about/partner/03/11.png); }

@media screen and (min-width: 960px) {
  .partner03 .illust_scale {
    background-size: 110% auto; } }

.partner04 .illust_wrap {
  background: url(../img/about/partner/04/01.png) no-repeat center top;
  background-size: 100% auto; }

.partner04 .illust_wrap#face01 {
  background-image: url(../img/about/partner/04/01.png); }

.partner04 .illust_wrap#face02 {
  background-image: url(../img/about/partner/04/02.png); }

.partner04 .illust_wrap#face03 {
  background-image: url(../img/about/partner/04/03.png); }

.partner04 .illust_wrap#face04 {
  background-image: url(../img/about/partner/04/04.png); }

.partner04 .illust_wrap#face05 {
  background-image: url(../img/about/partner/04/05.png); }

.partner04 .illust_wrap#face06 {
  background-image: url(../img/about/partner/04/06.png); }

.partner04 .illust_wrap#face07 {
  background-image: url(../img/about/partner/04/07.png); }

.partner04 .illust_wrap#face08 {
  background-image: url(../img/about/partner/04/08.png); }

.partner04 .illust_wrap#face09 {
  background-image: url(../img/about/partner/04/09.png); }

.partner04 .illust_wrap#face10 {
  background-image: url(../img/about/partner/04/10.png); }

.partner04 .illust_wrap#face11 {
  background-image: url(../img/about/partner/04/11.png); }

.partner04 .illust_wrap#face12 {
  background-image: url(../img/about/partner/04/12.png); }

.partner04 .illust_wrap#face13 {
  background-image: url(../img/about/partner/04/13.png); }

.partner04 .illust_scale {
  background: url(../img/about/partner/04/01.png) no-repeat center top;
  background-size: 130% auto; }

.partner04 .illust_scale#scale01 {
  background-image: url(../img/about/partner/04/01.png); }

.partner04 .illust_scale#scale02 {
  background-image: url(../img/about/partner/04/02.png); }

.partner04 .illust_scale#scale03 {
  background-image: url(../img/about/partner/04/03.png); }

.partner04 .illust_scale#scale04 {
  background-image: url(../img/about/partner/04/04.png); }

.partner04 .illust_scale#scale05 {
  background-image: url(../img/about/partner/04/05.png); }

.partner04 .illust_scale#scale06 {
  background-image: url(../img/about/partner/04/06.png); }

.partner04 .illust_scale#scale07 {
  background-image: url(../img/about/partner/04/07.png); }

.partner04 .illust_scale#scale08 {
  background-image: url(../img/about/partner/04/08.png); }

.partner04 .illust_scale#scale09 {
  background-image: url(../img/about/partner/04/09.png); }

.partner04 .illust_scale#scale10 {
  background-image: url(../img/about/partner/04/10.png); }

.partner04 .illust_scale#scale11 {
  background-image: url(../img/about/partner/04/11.png); }

.partner04 .illust_scale#scale12 {
  background-image: url(../img/about/partner/04/12.png); }

.partner04 .illust_scale#scale13 {
  background-image: url(../img/about/partner/04/13.png); }

@media screen and (min-width: 960px) {
  .partner04 .illust_scale {
    background-size: 120% auto; } }

.partner05 .illust_wrap {
  background: url(../img/about/partner/05/01.png) no-repeat center top;
  background-size: 160% auto; }

.partner05 .illust_wrap#face01 {
  background-image: url(../img/about/partner/05/01.png); }

.partner05 .illust_wrap#face02 {
  background-image: url(../img/about/partner/05/02.png); }

.partner05 .illust_wrap#face03 {
  background-image: url(../img/about/partner/05/03.png); }

.partner05 .illust_wrap#face04 {
  background-image: url(../img/about/partner/05/04.png); }

.partner05 .illust_wrap#face05 {
  background-image: url(../img/about/partner/05/05.png); }

.partner05 .illust_wrap#face06 {
  background-image: url(../img/about/partner/05/06.png); }

.partner05 .illust_wrap#face07 {
  background-image: url(../img/about/partner/05/07.png); }

.partner05 .illust_wrap#face08 {
  background-image: url(../img/about/partner/05/08.png); }

.partner05 .illust_wrap#face09 {
  background-image: url(../img/about/partner/05/09.png); }

.partner05 .illust_wrap#face10 {
  background-image: url(../img/about/partner/05/10.png); }

.partner05 .illust_wrap#face11 {
  background-image: url(../img/about/partner/05/11.png); }

.partner05 .illust_wrap#face12 {
  background-image: url(../img/about/partner/05/12.png); }

.partner05 .illust_wrap#face13 {
  background-image: url(../img/about/partner/05/13.png); }

.partner05 .illust_scale {
  background: url(../img/about/partner/05/01.png) no-repeat center top;
  background-size: 170% auto; }

.partner05 .illust_scale#scale01 {
  background-image: url(../img/about/partner/05/01.png); }

.partner05 .illust_scale#scale02 {
  background-image: url(../img/about/partner/05/02.png); }

.partner05 .illust_scale#scale03 {
  background-image: url(../img/about/partner/05/03.png); }

.partner05 .illust_scale#scale04 {
  background-image: url(../img/about/partner/05/04.png); }

.partner05 .illust_scale#scale05 {
  background-image: url(../img/about/partner/05/05.png); }

.partner05 .illust_scale#scale06 {
  background-image: url(../img/about/partner/05/06.png); }

.partner05 .illust_scale#scale07 {
  background-image: url(../img/about/partner/05/07.png); }

.partner05 .illust_scale#scale08 {
  background-image: url(../img/about/partner/05/08.png); }

.partner05 .illust_scale#scale09 {
  background-image: url(../img/about/partner/05/09.png); }

.partner05 .illust_scale#scale10 {
  background-image: url(../img/about/partner/05/10.png); }

.partner05 .illust_scale#scale11 {
  background-image: url(../img/about/partner/05/11.png); }

.partner05 .illust_scale#scale12 {
  background-image: url(../img/about/partner/05/12.png); }

.partner05 .illust_scale#scale13 {
  background-image: url(../img/about/partner/05/13.png); }

@media screen and (min-width: 960px) {
  .partner05 .illust_scale {
    background-size: 150% auto; } }

.partner05.about_page_detail .partner_main {
  padding-top: 55vh; }

@media screen and (min-width: 960px) {
  .partner05.about_page_detail .partner_main {
    padding-top: 0; } }

.partner05.about_page_detail .partner_main .illust_wrap {
  height: 100vh; }

.partner05.about_page_detail .partner_main .illust_scale {
  height: 100vh; }

@media screen and (min-width: 960px) {
  .partner05.about_page_detail .partner_main .illust {
    top: -50px; } }

.partner05.about_page_detail .partner_main .catch, .partner05.about_page_detail .partner_main .function_area {
  top: 4%; }

@media screen and (min-width: 960px) {
  .partner05.about_page_detail .partner_main .box1 {
    width: 400px;
    padding-left: 0; } }

.partner05.about_page_detail .page_head {
  margin-bottom: 0;
  position: relative;
  z-index: 10; }

@media screen and (min-width: 960px) {
  .partner05.about_page_detail .page_head {
    margin-bottom: 40px; } }

.partner05.about_page_detail .page_head .common_btn {
  margin-bottom: 0; }

@media screen and (min-width: 960px) {
  .partner05.about_page_detail .page_head .common_btn {
    margin-bottom: 40px; } }

.partner05.about_page_detail .illust_wrap {
  background: url(../img/about/partner/05/full01.png) no-repeat;
  background-position: center top;
  background-size: 100% auto; }

.partner05.about_page_detail .illust_wrap#face01 {
  background-image: url(../img/about/partner/05/full01.png); }

.partner05.about_page_detail .illust_wrap#face02 {
  background-image: url(../img/about/partner/05/full02.png); }

.partner05.about_page_detail .illust_wrap#face03 {
  background-image: url(../img/about/partner/05/full03.png); }

.partner05.about_page_detail .illust_wrap#face04 {
  background-image: url(../img/about/partner/05/full04.png); }

.partner05.about_page_detail .illust_wrap#face05 {
  background-image: url(../img/about/partner/05/full05.png); }

.partner05.about_page_detail .illust_wrap#face06 {
  background-image: url(../img/about/partner/05/full06.png); }

.partner05.about_page_detail .illust_wrap#face07 {
  background-image: url(../img/about/partner/05/full07.png); }

.partner05.about_page_detail .illust_wrap#face08 {
  background-image: url(../img/about/partner/05/full08.png); }

.partner05.about_page_detail .illust_wrap#face09 {
  background-image: url(../img/about/partner/05/full09.png); }

.partner05.about_page_detail .illust_wrap#face10 {
  background-image: url(../img/about/partner/05/full10.png); }

.partner05.about_page_detail .illust_wrap#face11 {
  background-image: url(../img/about/partner/05/full11.png); }

.partner05.about_page_detail .illust_wrap#face12 {
  background-image: url(../img/about/partner/05/full12.png); }

.partner05.about_page_detail .illust_wrap#face13 {
  background-image: url(../img/about/partner/05/full13.png); }

.partner05.about_page_detail .illust_scale {
  background: url(../img/about/partner/05/full01.png) no-repeat;
  background-position: -80px 0;
  background-size: 100% auto; }

.partner05.about_page_detail .illust_scale.is_active {
  -webkit-transform: translateX(-7%);
  transform: translateX(-7%); }

@media screen and (min-width: 960px) {
  .partner05.about_page_detail .illust_scale.is_active {
    -webkit-transform: translate(-70px, -40px);
    transform: translate(-70px, -40px); } }

.partner05.about_page_detail .illust_scale#scale01 {
  background-image: url(../img/about/partner/05/full01.png); }

.partner05.about_page_detail .illust_scale#scale02 {
  background-image: url(../img/about/partner/05/full02.png); }

.partner05.about_page_detail .illust_scale#scale03 {
  background-image: url(../img/about/partner/05/full03.png); }

.partner05.about_page_detail .illust_scale#scale04 {
  background-image: url(../img/about/partner/05/full04.png); }

.partner05.about_page_detail .illust_scale#scale05 {
  background-image: url(../img/about/partner/05/full05.png); }

.partner05.about_page_detail .illust_scale#scale06 {
  background-image: url(../img/about/partner/05/full06.png); }

.partner05.about_page_detail .illust_scale#scale07 {
  background-image: url(../img/about/partner/05/full07.png); }

.partner05.about_page_detail .illust_scale#scale08 {
  background-image: url(../img/about/partner/05/full08.png); }

.partner05.about_page_detail .illust_scale#scale09 {
  background-image: url(../img/about/partner/05/full09.png); }

.partner05.about_page_detail .illust_scale#scale10 {
  background-image: url(../img/about/partner/05/full10.png); }

.partner05.about_page_detail .illust_scale#scale11 {
  background-image: url(../img/about/partner/05/full11.png); }

.partner05.about_page_detail .illust_scale#scale12 {
  background-image: url(../img/about/partner/05/full12.png); }

.partner05.about_page_detail .illust_scale#scale13 {
  background-image: url(../img/about/partner/05/full13.png); }

@media screen and (min-width: 960px) {
  .partner06.about_page_detail .partner_main .catch {
    font-size: 45px;
    font-size: 4.5rem; } }

.partner06 .illust_wrap {
  background: url(../img/about/partner/06/01.png) no-repeat center top;
  background-size: 110% auto; }

.partner06 .illust_wrap#face01 {
  background-image: url(../img/about/partner/06/01.png); }

.partner06 .illust_wrap#face02 {
  background-image: url(../img/about/partner/06/02.png); }

.partner06 .illust_wrap#face03 {
  background-image: url(../img/about/partner/06/03.png); }

.partner06 .illust_wrap#face04 {
  background-image: url(../img/about/partner/06/04.png); }

.partner06 .illust_wrap#face05 {
  background-image: url(../img/about/partner/06/05.png); }

.partner06 .illust_wrap#face06 {
  background-image: url(../img/about/partner/06/06.png); }

.partner06 .illust_wrap#face07 {
  background-image: url(../img/about/partner/06/07.png); }

.partner06 .illust_wrap#face08 {
  background-image: url(../img/about/partner/06/08.png); }

.partner06 .illust_wrap#face09 {
  background-image: url(../img/about/partner/06/09.png); }

.partner06 .illust_wrap#face10 {
  background-image: url(../img/about/partner/06/10.png); }

.partner06 .illust_wrap#face11 {
  background-image: url(../img/about/partner/06/11.png); }

.partner06 .illust_wrap#face12 {
  background-image: url(../img/about/partner/06/12.png); }

.partner06 .illust_wrap#face13 {
  background-image: url(../img/about/partner/06/13.png); }

.partner06 .illust_wrap#face14 {
  background-image: url(../img/about/partner/06/14.png); }

.partner06 .illust_wrap#face15 {
  background-image: url(../img/about/partner/06/15.png); }

.partner06 .illust_scale {
  background: url(../img/about/partner/06/01.png) no-repeat center top;
  background-size: 140% auto; }

.partner06 .illust_scale#scale01 {
  background-image: url(../img/about/partner/06/01.png); }

.partner06 .illust_scale#scale02 {
  background-image: url(../img/about/partner/06/02.png); }

.partner06 .illust_scale#scale03 {
  background-image: url(../img/about/partner/06/03.png); }

.partner06 .illust_scale#scale04 {
  background-image: url(../img/about/partner/06/04.png); }

.partner06 .illust_scale#scale05 {
  background-image: url(../img/about/partner/06/05.png); }

.partner06 .illust_scale#scale06 {
  background-image: url(../img/about/partner/06/06.png); }

.partner06 .illust_scale#scale07 {
  background-image: url(../img/about/partner/06/07.png); }

.partner06 .illust_scale#scale08 {
  background-image: url(../img/about/partner/06/08.png); }

.partner06 .illust_scale#scale09 {
  background-image: url(../img/about/partner/06/09.png); }

.partner06 .illust_scale#scale10 {
  background-image: url(../img/about/partner/06/10.png); }

.partner06 .illust_scale#scale11 {
  background-image: url(../img/about/partner/06/11.png); }

.partner06 .illust_scale#scale12 {
  background-image: url(../img/about/partner/06/12.png); }

.partner06 .illust_scale#scale13 {
  background-image: url(../img/about/partner/06/13.png); }

.partner06 .illust_scale#scale14 {
  background-image: url(../img/about/partner/06/14.png); }

.partner06 .illust_scale#scale15 {
  background-image: url(../img/about/partner/06/15.png); }

@media screen and (min-width: 960px) {
  .partner06 .illust_scale {
    background-size: 120% auto; } }

@media screen and (min-width: 960px) {
  .partner07.about_page_detail .partner_main .catch {
    font-size: 45px;
    font-size: 4.5rem; } }

.partner07 .illust_wrap {
  background: url(../img/about/partner/07/01.png) no-repeat center top;
  background-size: 110% auto; }

.partner07 .illust_wrap#face01 {
  background-image: url(../img/about/partner/07/01.png); }

.partner07 .illust_wrap#face02 {
  background-image: url(../img/about/partner/07/02.png); }

.partner07 .illust_wrap#face03 {
  background-image: url(../img/about/partner/07/03.png); }

.partner07 .illust_wrap#face04 {
  background-image: url(../img/about/partner/07/04.png); }

.partner07 .illust_wrap#face05 {
  background-image: url(../img/about/partner/07/05.png); }

.partner07 .illust_wrap#face06 {
  background-image: url(../img/about/partner/07/06.png); }

.partner07 .illust_scale {
  background: url(../img/about/partner/07/01.png) no-repeat center top;
  background-size: 130% auto; }

.partner07 .illust_scale#scale01 {
  background-image: url(../img/about/partner/07/01.png); }

.partner07 .illust_scale#scale02 {
  background-image: url(../img/about/partner/07/02.png); }

.partner07 .illust_scale#scale03 {
  background-image: url(../img/about/partner/07/03.png); }

.partner07 .illust_scale#scale04 {
  background-image: url(../img/about/partner/07/04.png); }

.partner07 .illust_scale#scale05 {
  background-image: url(../img/about/partner/07/05.png); }

.partner07 .illust_scale#scale06 {
  background-image: url(../img/about/partner/07/06.png); }

@media screen and (min-width: 960px) {
  .partner07 .illust_scale {
    background-size: 120% auto; } }

@media screen and (min-width: 960px) {
  .partner08.about_page_detail .partner_main .catch {
    font-size: 45px;
    font-size: 4.5rem; } }

.partner08.about_page_detail .partner_main .illust_wrap {
  height: 100vh; }

.partner08.about_page_detail .partner_main .illust_scale {
  height: 100vh; }

.partner08 .illust_wrap {
  background: url(../img/about/partner/08/01.png) no-repeat center top;
  background-size: 100% auto; }

.partner08 .illust_wrap#face01 {
  background-image: url(../img/about/partner/08/01.png); }

.partner08 .illust_wrap#face02 {
  background-image: url(../img/about/partner/08/02.png); }

.partner08 .illust_wrap#face03 {
  background-image: url(../img/about/partner/08/03.png); }

.partner08 .illust_wrap#face04 {
  background-image: url(../img/about/partner/08/04.png); }

.partner08 .illust_wrap#face05 {
  background-image: url(../img/about/partner/08/05.png); }

.partner08 .illust_wrap#face06 {
  background-image: url(../img/about/partner/08/06.png); }

.partner08 .illust_scale {
  background: url(../img/about/partner/08/01.png) no-repeat center top;
  background-size: 120% auto; }

.partner08 .illust_scale#scale01 {
  background-image: url(../img/about/partner/08/01.png); }

.partner08 .illust_scale#scale02 {
  background-image: url(../img/about/partner/08/02.png); }

.partner08 .illust_scale#scale03 {
  background-image: url(../img/about/partner/08/03.png); }

.partner08 .illust_scale#scale04 {
  background-image: url(../img/about/partner/08/04.png); }

.partner08 .illust_scale#scale05 {
  background-image: url(../img/about/partner/08/05.png); }

.partner08 .illust_scale#scale06 {
  background-image: url(../img/about/partner/08/06.png); }

@media screen and (min-width: 960px) {
  .partner08 .illust_scale {
    background-size: 110% auto; } }

.player_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear; }

.player_container.is_active {
  opacity: 1;
  pointer-events: all; }

.player_container .icon_close {
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer; }

.player_container .player_inner {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

@media screen and (min-width: 960px) {
  .player_container .player_inner {
    width: 40%; } }

.player_container .player_inner .avatar {
  width: 50%;
  margin: 0 auto 12%;
  position: relative; }

.player_container .player_inner .avatar > img {
  position: relative;
  z-index: 10;
  background: #FFF;
  border-radius: 50%; }

.player_container .player_inner .avatar .effect_wave01 {
  display: block;
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  border-radius: 50%;
  background: rgba(48, 113, 185, 0.8);
  -webkit-animation: wave01 2s linear infinite;
  animation: wave01 2s linear infinite; }

@-webkit-keyframes wave01 {
  0% {
    opacity: 1; }
  50% {
    width: 140%;
    height: 140%;
    opacity: 0; }
  100% {
    opacity: 1;
    width: 110%;
    height: 110%; } }

@keyframes wave01 {
  0% {
    opacity: 1; }
  50% {
    width: 140%;
    height: 140%;
    opacity: 0; }
  100% {
    opacity: 1;
    width: 110%;
    height: 110%; } }

.player_container .player_inner .avatar .effect_wave02 {
  display: block;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  background: rgba(48, 113, 185, 0.3);
  -webkit-animation: wave02 4s ease-out infinite;
  animation: wave02 4s ease-out infinite; }

@-webkit-keyframes wave02 {
  0% {
    opacity: 1; }
  50% {
    width: 180%;
    height: 180%;
    opacity: 0; }
  100% {
    opacity: 1;
    width: 120%;
    height: 120%; } }

@keyframes wave02 {
  0% {
    opacity: 1; }
  50% {
    width: 180%;
    height: 180%;
    opacity: 0; }
  100% {
    opacity: 1;
    width: 120%;
    height: 120%; } }

.player_container .player_inner .playtime {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  .player_container .player_inner .playtime {
    font-size: 14px;
    font-size: 1.4rem; } }

.player_container .player_inner .player_ctr {
  width: 30%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  margin: 0 auto;
  cursor: pointer; }

@media screen and (min-width: 960px) {
  .player_container .player_inner .player_ctr {
    width: 80px; } }

/*========================================


	*This CSS  src _about.scss


========================================*/
.list_contents {
  padding: 8% 0; }

@media screen and (min-width: 960px) {
  .list_contents {
    padding: 30px 0; } }

.special_lists {
  margin: 8% 5% 0; }

@media screen and (min-width: 960px) {
  .special_lists {
    margin: 40px 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.special_lists .s_list {
  border-radius: 12px;
  overflow: hidden;
  background: #FFF; }

@media screen and (min-width: 960px) {
  .special_lists .s_list {
    width: 48%;
    margin: 0 1% 20px !important; } }

.special_lists .s_list .ph img {
  vertical-align: top; }

.special_lists .s_list .label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #4497F2;
  padding: 3% 4%; }

.special_lists .s_list .label span {
  margin-right: .5em;
  line-height: 1.2; }

.special_lists .s_list .label__cate {
  display: inline-block;
  background: #888;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  padding: .3em .5em .2em;
  border-radius: 4px; }

.special_lists .s_list .label__cate--yellow {
  background-color: #ffd800;
  color: #333; }

.special_lists .s_list .label__cate--pink {
  background-color: #ff7792;
  color: #FFF; }

.special_lists .s_list .label__cate--green {
  background-color: #4ec93b;
  color: #FFF; }

.special_lists .s_list .label__cate--blue {
  background-color: #4497f2;
  color: #FFF; }

.special_lists .s_list .label__cate--purple {
  background-color: #d69be4;
  color: #FFF; }

.special_lists .s_list .label__cate--red {
  background-color: #ff5454;
  color: #FFF; }

.special_lists .s_list .label__end {
  display: inline-block;
  background: #888;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  padding: .3em .5em .2em;
  border-radius: 50px; }

.special_lists .s_list:not(:last-child) {
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  .special_lists .s_list:not(:last-child) {
    margin-bottom: 0; } }

.list_button {
  width: 100%;
  margin-top: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10; }

@media screen and (min-width: 960px) {
  .list_button {
    margin-top: 15px; } }

.list_button .l_btn {
  -webkit-flex-basis: 31.3%;
  -ms-flex-preferred-size: 31.3%;
  flex-basis: 31.3%;
  text-align: center;
  margin: 0 1%; }

.list_button .l_btn a, .list_button .l_btn .ico_cart {
  border-radius: 60px; }

.list_button .l_btn.btn-amazon a {
  padding: 14px 0 13px; }

.list_button .l_btn.btn-amazon img {
  width: auto;
  height: 20px; }

.list_button .l_btn.btn-store {
  cursor: pointer; }

.list_button .l_btn.btn-store .ico_cart {
  padding: 15px 0 14px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  .list_button .l_btn.btn-store .ico_cart {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 13px 0; } }

.list_button .l_btn.btn-store .ico_cart::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/icon_cart.svg) no-repeat center;
  background-size: auto 100%;
  margin-right: 2px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -1.5px;
  top: -.15rem; }

@media screen and (min-width: 960px) {
  .list_button .l_btn.btn-store .ico_cart::before {
    width: 19px;
    height: 19px;
    top: -2px;
    top: -.2rem; } }

.list_button .l_btn.btn-bw a {
  padding: 9px 0; }

.list_button .l_btn.btn-bw img {
  width: auto;
  height: 29px; }

.list_button .l_btn.btn-read a {
  padding: 23px 0 6px;
  background: url(../img/icon_book.svg) no-repeat center 4px;
  background-size: 22px auto;
  color: #4EC93B;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  border: solid 4px #4EC93B; }

.ranking_slider .list_button .l_btn.btn-amazon a {
  padding: 16px 0 14px; }

.ranking_slider .list_button .l_btn.btn-amazon img {
  width: auto;
  height: 16px; }

.ranking_slider .list_button .l_btn.btn-bw a {
  padding: 12px 0; }

.ranking_slider .list_button .l_btn.btn-bw img {
  width: auto;
  height: 22px; }

.ranking_slider .list_button .l_btn.btn-read a {
  padding: 23px 0 6px;
  background: url(../img/icon_book.svg) no-repeat center 4px;
  background-size: 22px auto;
  color: #4EC93B;
  font-size: 10px;
  font-size: 1rem;
  border: solid 4px #4EC93B; }

/*========================================


	*This CSS  src _footer.scss


========================================*/
#footer {
  background: #FFF;
  border-top: solid 8px #000; }

#footer.small_footer {
  border-style: none; }

@media screen and (min-width: 960px) {
  #footer.small_footer {
    margin-top: 0; } }

#footer .ftr_inner {
  padding: 8% 5.333%; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner {
    width: 680px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0; } }

#footer .ftr_inner .ftr_bnr {
  margin-bottom: 2%;
  text-align: center; }

#footer .ftr_inner .ftr_bnr img {
  max-width: 360px; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .ftr_bnr {
    width: 360px;
    margin: 0 auto 10px; } }

#footer .ftr_inner .ftr_logo {
  width: 55%;
  margin: 0 auto 8%; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .ftr_logo {
    width: 180px;
    margin-bottom: 20px; } }

#footer .ftr_inner .ftr_logo .sub_catch {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 8%;
  text-align: center;
  display: block;
  font-weight: bold; }

#footer .ftr_inner .ftr_link_l {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8%; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .ftr_link_l {
    margin-bottom: 20px; } }

#footer .ftr_inner .ftr_link_l .link {
  display: inline-block; }

#footer .ftr_inner .ftr_link_l .link a {
  padding: .2em 1em; }

#footer .ftr_inner .ftr_link_s {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 6% 0;
  line-height: 2; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .ftr_link_s {
    margin: 20px 0; } }

#footer .ftr_inner .ftr_link_s .link {
  display: inline-block; }

#footer .ftr_inner .ftr_link_s .link a {
  padding: .6em 1em; }

#footer .ftr_inner .ftr_sns {
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  border-radius: 2px;
  padding: 8% 0;
  text-align: center; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .ftr_sns {
    padding: 30px 0; } }

#footer .ftr_inner .ftr_sns .ftr_sns_hl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4%; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .ftr_sns .ftr_sns_hl {
    margin-bottom: 20px; } }

#footer .ftr_inner .ftr_sns .ico_tweet {
  width: 13.134%;
  margin: 0 auto; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .ftr_sns .ico_tweet {
    width: 44px; } }

#footer .ftr_inner .ftr_sns_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .ftr_sns_link {
    width: 520px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

#footer .ftr_inner .ftr_sns_link .link {
  width: 48%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .ftr_sns_link .link {
    width: 31%;
    margin-top: 0; } }

@media screen and (max-width: 959px) {
  #footer .ftr_inner .ftr_sns_link .link:nth-child(n + 3) {
    margin-top: 1.2rem; }
  #footer .ftr_inner .ftr_sns_link .link:nth-child(even) {
    margin-left: 4%; } }

#footer .ftr_inner .ftr_sns_link .link.ico_twitter a {
  background: #00A2F8; }

#footer .ftr_inner .ftr_sns_link .link.ico_twitter a span::before {
  content: '';
  width: 26px;
  height: 22px;
  background: url(../img/icon_twitter-white.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

#footer .ftr_inner .ftr_sns_link .link.ico_line a {
  background: #00B900; }

#footer .ftr_inner .ftr_sns_link .link.ico_line a span::before {
  content: '';
  width: 23px;
  height: 22px;
  background: url(../img/icon_line-white.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

#footer .ftr_inner .ftr_sns_link .link.ico_tiktok a {
  background: #000000; }

#footer .ftr_inner .ftr_sns_link .link.ico_tiktok a span {
  padding: .3em 0 .3em; }

#footer .ftr_inner .ftr_sns_link .link a {
  color: #FFF;
  padding: .5em 1em;
  border-radius: 4px; }

#footer .ftr_inner .ftr_sns_link .link a span {
  display: inline-block;
  padding: .3em 0 .3em 2.2em;
  position: relative; }

#footer .ftr_inner .abj {
  margin-bottom: 10%; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .abj {
    margin-bottom: 20px; } }

#footer .ftr_inner .abj img {
  display: block;
  width: 90px;
  margin: 0 auto 4%; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .abj img {
    margin-bottom: 10px; } }

#footer .ftr_inner .abj .txt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #888; }

#footer .ftr_inner .abj .txt a {
  display: inline;
  text-decoration: underline;
  color: #4497F2; }

#footer .ftr_inner .copyright {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 6%; }

@media screen and (min-width: 960px) {
  #footer .ftr_inner .copyright {
    margin-bottom: 20px; } }

#footer .ftr_inner .corp_logo {
  width: 130px;
  margin: 0 auto; }

/*========================================


	*This CSS  src _hover.scss


========================================*/
