@charset "UTF-8";
/* マイページ */
/* 変数 */
/* マイページ */
.c-mypage {
  margin: 0 -10px;
  color: #777;
}
.c-mypage .c-title01 {
  margin: 0 0 10px;
}
.c-mypage input, .c-mypage textarea, .c-mypage select {
  font: inherit;
}

.c-mypage_wrap {
  position: relative;
}
.c-mypage_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  width: 1px;
  height: 100%;
  background: #eee;
}
.c-mypage_wrap.open_close .c-mypage_nav {
  width: 80vw;
}
.c-mypage_wrap.open_close .c-mypage_nav .c-mypage_open i {
  transform: rotate(180deg);
}
.c-mypage_wrap.open_close .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.c-mypage_nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 50px;
  min-height: 100%;
  background: #fff;
  overflow: hidden;
  transition: width .3s;
}
.c-mypage_nav .c-mypage_open {
  border-bottom: 1px solid #eee;
  text-align: right;
  cursor: pointer;
}
.c-mypage_nav .c-mypage_open i {
  width: 50px;
  padding: 11px 0 12px;
  font-size: 24px;
  text-align: center;
}
.c-mypage_nav li {
  padding: 5px;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
}
.c-mypage_nav a {
  display: block;
  width: 74vw;
  color: #555;
  overflow: hidden;
}
.c-mypage_nav a:hover {
  color: #e52e6e;
}
.c-mypage_nav a i {
  position: relative;
  width: 40px;
  line-height: 40px;
  margin-right: 0.7em;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}
.c-mypage_nav a span {
  display: inline-block;
  vertical-align: middle;
}
.c-mypage_nav a .num {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #e52e6e;
  border-radius: 50%;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
}
.c-mypage_nav li.current a {
  color: #e52e6e;
}
.c-mypage_nav li.current a i {
  background: #ffe1e3;
}

.c-mypage_contents {
  flex: 1;
  margin-left: 50px;
}

.c-mypage_title_box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
  background: #eee;
}
.c-mypage_title_box .list_open_btn {
  position: absolute;
  top: 7px;
  right: 5px;
}
.c-mypage_title_box .list_open_btn .btn {
  color: #ff89b3;
  background: #fff;
  border: 1px solid #ff89b3;
}

.c-mypage_back {
  display: block;
  padding: 10px 15px 10px 10px;
  color: #ff89b3;
  font-size: 24px;
  cursor: pointer;
}
.c-mypage_back a {
  color: #ff89b3;
}
.c-mypage_back:hover {
  color: #e52e6e;
}

.c-mypage_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
}
.c-mypage_title .name {
  flex: 1;
}
.c-mypage_title .num {
  font-size: 14px;
  font-weight: normal;
}

.c-mypage_sub ul {
  border-bottom: 1px solid #eee;
}
.c-mypage_sub li {
  overflow: hidden;
}
.c-mypage_sub li + li {
  border-top: 1px dotted #eee;
}
.c-mypage_sub li i {
  float: right;
  margin: 3px 0 0;
}
.c-mypage_sub li a {
  display: block;
  padding: 14px 10px;
  font-size: 16px;
  line-height: 1.3;
}
.c-mypage_sub li a:hover {
  color: #e52e6e;
}
.c-mypage_sub li.is-active a {
  color: #e52e6e;
  background: #ffe1e3;
}

.c-mypage_block {
  font-size: 16px;
  line-height: 1.3;
}
.c-mypage_block .note01 {
  padding: 10px 10px 0;
  color: #e52e6e;
  font-size: 12px;
}
.c-mypage_block .note02 {
  padding: 5px 0;
  color: #e52e6e;
  font-size: 12px;
}
.c-mypage_block .c-btn01 {
  margin: 15px 0 30px;
  text-align: center;
}
.c-mypage_block .text01 {
  padding: 10px;
  line-height: 1.6;
}
.c-mypage_block .text01 + .c-default_menu {
  border-top: 1px dotted #eee;
}
.c-mypage_block .error {
  margin: 5px;
  padding: 5px;
  border: 2px solid #e52e6e;
  color: #e52e6e;
  background: rgba(255, 137, 179, 0.1);
}
.c-mypage_block .error p {
  line-height: 1.3;
}
.c-mypage_block .complete {
  padding: 100px 0;
  color: #e52e6e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.c-mypage_block .complete_msg {
  padding: 100px 20px;
  color: #e52e6e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.c-mypage_block .complete_msg p + p {
  margin-top: 15px;
}
.c-mypage_block .complete_msg .note {
  color: #777;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.c-mypage_block .complete_msg .note.bold {
  font-weight: bold;
}

/* プロフィール（自分＆他人共通） ----------------------------------- */
.c-user_top {
  padding: 10px;
}
.c-user_top .c-rank01 {
  margin: 0 0 15px;
  padding: 5px 0;
  background: #eee;
}
.c-user_top .c-rank01 ul {
  display: table;
  max-width: 300px;
  margin: 0 auto;
}
.c-user_top .c-rank01 li {
  display: table-cell;
  width: 20%;
  color: #ff89b3;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.c-user_top .c-rank01 li img {
  display: block;
  width: 60%;
  margin: 0 auto 5px;
}
.c-user_top .c-btn01 {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.c-user_top .c-btn01 li {
  width: 33%;
}
.c-user_top .c-btn01 a {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 13px;
  cursor: pointer;
}
.c-user_top .c-btn01 .btn_message {
  padding: 7px 5px;
}
.c-user_top .c-btn01 .btn_toggle {
  color: #ff89b3;
  background: #fff;
  border: 1px solid #ff89b3;
}
.c-user_top .c-btn01 .btn_toggle:hover {
  color: #ff70a3;
  border-color: #ff70a3;
}
.c-user_top .c-btn01 .btn_toggle.active {
  color: #fff;
  background: #ff89b3;
}
.c-user_top .c-btn01 .btn_toggle.active:hover {
  background: #ff70a3;
}
.c-user_top .c-btn01 .btn_follow.active::after {
  content: "中";
}
.c-user_top .c-btn01 .btn_ng::after {
  content: "登録";
}
.c-user_top .c-btn01 .btn_ng.active::after {
  content: "解除";
}

.c-profile {
  margin: 15px 0 0;
  font-size: 16px;
}
.c-profile .c-profile_box {
  padding: 15px 0;
  line-height: 1.5;
}
.c-profile .c-profile_box + .c-profile_box {
  border-top: 1px dotted #eee;
}
.c-profile .c-profile_box h3 {
  margin: 0 0 5px;
  font-weight: bold;
}
.c-profile .c-profile_box a {
  color: #777;
  text-decoration: underline;
}
.c-profile .c-profile_box a:hover {
  color: #e52e6e;
}
.c-profile .c-profile_list li {
  display: inline-block;
}
.c-profile .c-profile_list li + li:before {
  content: " / ";
}

/* お知らせ ----------------------------------- */
.c-mypage_notice {
  padding: 5px 15px 15px;
}
.c-mypage_notice li {
  padding: 10px 0;
}
.c-mypage_notice li + li {
  border-top: 1px solid #eee;
}
.c-mypage_notice .date {
  display: inline-block;
  width: 6.5em;
  font-size: 14px;
  vertical-align: middle;
}
.c-mypage_notice .category {
  display: inline-block;
  min-width: 10em;
  padding: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
}
.c-mypage_notice .category a {
  color: #fff;
}
.c-mypage_notice .category a:hover {
  opacity: 0.8;
}
.c-mypage_notice .icon01 {
  background: #fe8cb8;
}
.c-mypage_notice .icon02 {
  background: #56c3c4;
}
.c-mypage_notice .icon03 {
  background: #4f9ac0;
}
.c-mypage_notice .icon04 {
  background: #f77b6d;
}
.c-mypage_notice .icon05 {
  background: #ecc068;
}
.c-mypage_notice .icon06 {
  background: #b6b1f9;
}
.c-mypage_notice .icon07 {
  background: #e493ef;
}
.c-mypage_notice .icon08 {
  background: #c171c3;
}
.c-mypage_notice .text {
  margin: 5px 0 0;
  line-height: 1.5;
}
.c-mypage_notice .text a {
  color: #777;
}
.c-mypage_notice .text a:hover {
  color: #e52e6e;
}
.c-mypage_notice .btn {
  cursor: pointer;
}

/* カレンダー ----------------------------------- */
.c-mypage_calendar {
  padding: 0 5px;
}
.c-mypage_calendar .c-calendar_header {
  padding: 10px 0;
}
.c-mypage_calendar .current_month {
  float: left;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}
.c-mypage_calendar .c-month_nav {
  float: right;
  margin-bottom: 10px;
}
.c-mypage_calendar .c-month_nav li {
  display: inline-block;
}
.c-mypage_calendar .c-month_nav a {
  padding: 6px;
  color: #777;
  cursor: pointer;
}
.c-mypage_calendar .c-month_nav a:hover {
  color: #e52e6e;
}
.c-mypage_calendar .c-month_nav i {
  font-size: 20px;
}
.c-mypage_calendar .c-list_tab {
  clear: both;
  display: table;
  width: 100%;
}
.c-mypage_calendar .c-list_tab li {
  display: table-cell;
  width: 49%;
  padding-right: 1%;
}
.c-mypage_calendar .c-list_tab li + li {
  padding-left: 1%;
}
.c-mypage_calendar .c-list_tab li.is-active .btn {
  color: #fff;
  background-color: #ff89b3;
  cursor: default;
}
.c-mypage_calendar .c-list_tab span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
  vertical-align: middle;
}
.c-mypage_calendar .c-list_tab i {
  font-size: 14px;
  vertical-align: middle;
}
.c-mypage_calendar table {
  table-layout: fixed;
  width: 100%;
  font-size: 10px;
}
.c-mypage_calendar table a {
  color: #ff89b3;
  cursor: pointer;
}
.c-mypage_calendar table a:hover {
  text-decoration: underline;
}
.c-mypage_calendar thead th {
  background: #eee;
}
.c-mypage_calendar th,
.c-mypage_calendar td {
  width: 14.285714%;
  border: 1px solid #777;
  text-align: center;
}
.c-mypage_calendar th {
  padding: 6px 0;
}
.c-mypage_calendar td {
  position: relative;
  min-height: 40px;
  vertical-align: top;
}
.c-mypage_calendar .plan_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  cursor: pointer;
}
.c-mypage_calendar .plan_btn:hover {
  background: #ffe1e3;
}
.c-mypage_calendar .today .plan_btn {
  background: #ff89b3;
}
.c-mypage_calendar .today .plan_btn:hover {
  background: #ffe1e3;
}
.c-mypage_calendar .today .date {
  color: #fff;
}
.c-mypage_calendar .date {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 6px 0 0;
}
.c-mypage_calendar .plan {
  min-height: 40px;
  padding: 5px 3px;
}
.c-mypage_calendar .plan p {
  position: relative;
  z-index: 1;
  font-size: 7px;
  text-align: left;
}
.c-mypage_calendar .plan p:last-child {
  margin-bottom: 20px;
}
.c-mypage_calendar .plan a, .c-mypage_calendar .plan span {
  display: block;
  padding: 3px;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-mypage_calendar .cat01 {
  background: #e7eeff;
}
.c-mypage_calendar .cat02 {
  background: #ffffda;
}
.c-mypage_calendar .cat03 {
  background: #e9ffda;
}
.c-mypage_calendar .cat04 {
  background: #ffeed5;
}
.c-mypage_calendar .cat05 {
  background: #e7e2ff;
}
.c-mypage_calendar .cat06 {
  background: #ffe9f2;
}
.c-mypage_calendar .cat11 {
  background: #f0f4db;
}
.c-mypage_calendar .cat12 {
  background: #ffe9f2;
}
.c-mypage_calendar .cat201 {
  background: #ffaa95;
}
.c-mypage_calendar .cat202 {
  background: #e7ade7;
}
.c-mypage_calendar .cat203 {
  background: #ffccbf;
}
.c-mypage_calendar .cat204 {
  background: #f0cef0;
}
.c-mypage_calendar .cat205 {
  background: #bdece7;
}
.c-mypage_calendar .cat206 {
  background: #fdacd7;
}
.c-mypage_calendar .cat210 {
  background: #ffa;
}
.c-mypage_calendar .cat211 {
  background: #ade7df;
}
.c-mypage_calendar .cat212 {
  background: #b6d5f3;
}
.c-mypage_calendar .c-schedule_list {
  margin: 0 0 15px;
}
.c-mypage_calendar .c-schedule_list li {
  padding: 8px 5px;
  border-top: 1px solid #eee;
  line-height: 1.5;
  overflow: hidden;
}
.c-mypage_calendar .c-schedule_list li.today {
  background: #ffe1e3;
}
.c-mypage_calendar .c-schedule_list .date {
  display: block;
  padding: 0;
  color: #555;
}
.c-mypage_calendar .c-schedule_list .cat {
  float: left;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0;
  border: 1px solid #eee;
}
.c-mypage_calendar .c-schedule_list .text {
  float: left;
  width: calc(100% - 22px);
}
.c-mypage_calendar .c-schedule_list .text span {
  display: block;
}
.c-mypage_calendar .c-schedule_list .text span + span {
  margin-top: 3px;
}
.c-mypage_calendar .c-schedule_list .url {
  word-break: break-all;
}
.c-mypage_calendar .c-schedule_list a {
  color: #777;
}
.c-mypage_calendar .c-schedule_list a:hover {
  color: #e52e6e;
}
.c-mypage_calendar .c-schedule_more {
  float: right;
}

.c-plan_detail {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 10px 10px;
}
.c-plan_detail .close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #eee;
}
.c-plan_detail .close:hover {
  background: #555;
}
.c-plan_detail .c-plan_submit {
  display: flex;
  justify-content: center;
}
.c-plan_detail .c-plan_submit .ok {
  margin-right: 0.5em;
}
.c-plan_detail .c-plan_submit .ok .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.c-plan_detail .c-plan_submit .cannel {
  margin-left: 0.5em;
}
.c-plan_detail .c-plan_submit .delete {
  margin-left: 0.5em;
}
.c-plan_detail .control-label {
  margin-bottom: 5px;
}
.c-plan_detail .color_select {
  margin: 10px 0 15px;
}
.c-plan_detail .form-event_color {
  /* 未選択時 */
  /* 選択時 */
}
.c-plan_detail .form-event_color input[type="radio"] {
  display: none;
}
.c-plan_detail .form-event_color input[type="radio"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 0 5px 35px;
}
.c-plan_detail .form-event_color input[type="radio"] + label:before, .c-plan_detail .form-event_color input[type="radio"] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
}
.c-plan_detail .form-event_color input[type="radio"] + label:before {
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 1px solid #777;
}
.c-plan_detail .form-event_color input[type="radio"] + label.cat01:before {
  background: #e7eeff;
}
.c-plan_detail .form-event_color input[type="radio"] + label.cat02:before {
  background: #ffffda;
}
.c-plan_detail .form-event_color input[type="radio"] + label.cat03:before {
  background: #e9ffda;
}
.c-plan_detail .form-event_color input[type="radio"] + label.cat04:before {
  background: #ffeed5;
}
.c-plan_detail .form-event_color input[type="radio"] + label.cat05:before {
  background: #e7e2ff;
}
.c-plan_detail .form-event_color input[type="radio"] + label.cat06:before {
  background: #ffe9f2;
}
.c-plan_detail .form-event_color input[type="radio"] + label:hover {
  color: rgba(85, 85, 85, 0.8);
}
.c-plan_detail .form-event_color input[type="radio"]:checked + label {
  color: #e52e6e;
}
.c-plan_detail .form-event_color input[type="radio"]:checked + label:after {
  left: 8px;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border-left: 3px solid #e52e6e;
  border-bottom: 3px solid #e52e6e;
  transform: rotate(-45deg);
}
.c-plan_detail .form-event_color input[type="radio"]:checked + label:hover {
  color: rgba(229, 46, 110, 0.8);
}

#m-plan,
#m-plan_myplan01 {
  z-index: 4000;
}
#m-plan .form-group input[type=url],
#m-plan .form-group textarea,
#m-plan_myplan01 .form-group input[type=url],
#m-plan_myplan01 .form-group textarea {
  -webkit-appearance: none;
}

/* レビュー ----------------------------------- */
.c-mypage_review {
  margin-top: 5px;
}
.c-mypage_review .c-refine_wrap + .c-book_shelf {
  margin-top: 20px;
}
.c-mypage_review .c-tab01 li.c-list_refine {
  padding-right: 20px;
}
.c-mypage_review .c-tab01 li.c-list_refine.js-close_border {
  border-bottom: 1px solid #777;
}
.c-mypage_review .c-tab01 li.c-list_sort.js-close_border {
  border-bottom: 1px solid #777;
}
.c-mypage_review .c-tab01 li.c-list_layout {
  width: 35px;
  cursor: pointer;
}
.c-mypage_review .c-tab01 li.c-list_layout i {
  color: #777;
}
.c-mypage_review .c-tab01 li.c-list_layout.js-open {
  color: #ff89b3;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
.c-mypage_review .c-tab01 li.c-list_layout.js-close {
  border-bottom: none;
}
.c-mypage_review .c-tab01 li.c-list_layout.js-close_border {
  border-bottom: 1px solid #777;
}
.c-mypage_review .c-refine_select dt {
  line-height: 1.3;
}
.c-mypage_review .c-refine_select dt.c-refine_subtitle {
  float: none;
  padding: 0 0 10px 2%;
}
.c-mypage_review .c-refine_select dd.c-refine_cont {
  float: none;
  width: auto;
}
.c-mypage_review .c-refine_select .c-select01 {
  font-size: 14px;
}
.c-mypage_review .c-refine_select .c-refine_list li {
  width: 50%;
  line-height: 1.3;
}
.c-mypage_review .c-refine_link {
  margin-top: -4px;
  padding: 5px 0;
  background: #eee;
}
.c-mypage_review .c-refine_link li {
  margin: 5px 0;
}
.c-mypage_review .c-refine_link li a {
  display: block;
  position: relative;
  margin: 0 10px;
  padding: 12px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  font-size: 14px;
}
.c-mypage_review .c-refine_link li a i {
  position: absolute;
  top: 11px;
  right: 8px;
}
.c-mypage_review .c-refine_link li.current a {
  color: #ff89b3;
  border: 1px solid #ff89b3;
  cursor: default;
}
.c-mypage_review .c-refine_wrap .c-refine_link {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #777;
  background: transparent;
}
.c-mypage_review .c-refine_layout {
  padding: 15px 0 5px;
}
.c-mypage_review .c-refine_layout dt {
  margin: 0 0 15px;
}
.c-mypage_review .c-refine_layout ul {
  display: flex;
  margin: 0 -5px;
}
.c-mypage_review .c-refine_layout li {
  width: 33.33%;
}
.c-mypage_review .c-refine_layout li a {
  display: block;
  margin: 0 5px;
  padding: 12px 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  text-align: center;
  cursor: pointer;
}
.c-mypage_review .c-refine_layout li a:hover {
  color: #e52e6e;
}
.c-mypage_review .c-refine_layout li.js-selected a {
  color: #ff89b3;
  border: 1px solid #ff89b3;
  cursor: default;
}
.c-mypage_review .c-list_wrap {
  border: none;
}
.c-mypage_review .c-review_btn_good a {
  width: 70px;
}
.c-mypage_review .c-review_btn_good + .c-btn01 {
  width: 50%;
}
.c-mypage_review .c-list_nodata {
  padding: 100px 0 950px;
  text-align: center;
}
.c-mypage_review .c-review_title {
  margin: 0 0 5px;
  padding: 10px 5px 11px;
  background: #fafafa;
  font-size: 16px;
  line-height: 1.3;
  border: none;
}

/* 出版社別・レーベル別などの絞り込み */
.c-review_filter {
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.3;
}
.c-review_filter a {
  display: flex;
  justify-content: space-between;
  aling-items: center;
  padding: 10px;
  border: 1px solid #eee;
}
.c-review_filter li + li a {
  border-top: none;
}

/* 作品詳細 絞り込み */
.c-review_tag {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.3;
}
.c-review_tag dt {
  padding: 5px 10px;
}
.c-review_tag ul {
  margin: 10px;
}
.c-review_tag li {
  display: inline-block;
  margin: 0.5em;
}
.c-review_tag a {
  text-decoration: underline;
}
.c-review_tag a:hover {
  text-decoration: none;
}

/* プロフィール ----------------------------------- */
.c-mypage_profile {
  padding: 5px 0 0;
}
.c-mypage_profile .c-user_top .c-btn_edit {
  margin: 0;
}
.c-mypage_profile .c-user_top .c-btn_edit .btn {
  display: block;
}

/* 本棚 ----------------------------------- */
.c-book_list {
  max-height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.c-mypage_wrap .c-book_btn,
.c-mypage_wrap .c-book_list {
  display: none;
}
.c-mypage_wrap.open_close .c-book_btn,
.c-mypage_wrap.open_close .c-book_list {
  display: block;
}

.c-mypage_nav li.current .c-book_btn {
  margin: 2px 0;
  background: #eee;
}
.c-mypage_nav li.current .c-book_btn a {
  display: block;
  color: #555;
  padding: 10px 10px 10px 15px;
}
.c-mypage_nav li.current .c-book_btn a:hover {
  color: #e52e6e;
}
.c-mypage_nav li.current .c-book_btn.current a {
  color: #e52e6e;
  background: #ffe1e3;
}
.c-mypage_nav li.current .c-book_list li.book_current a {
  color: #e52e6e;
}
.c-mypage_nav li.current .c-book_list a {
  color: #555;
  background: transparent;
}
.c-mypage_nav li.current .c-book_list a:hover {
  color: #e52e6e;
}
.c-mypage_nav .c-book_list {
  padding: 5px 0;
}
.c-mypage_nav .c-book_list a {
  position: relative;
  display: block;
  width: auto;
  padding: 5px 24px 5px 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-mypage_nav .c-book_list a .num {
  right: 0;
  bottom: 50%;
  margin-bottom: -7px;
}
.c-mypage_nav .c-book_more {
  margin: 0 10px 5px 0;
  color: #ff89b3;
  text-align: right;
  cursor: pointer;
}
.c-mypage_nav .c-book_more i {
  margin-left: 0.3em;
}
.c-mypage_nav .c-book_more:hover {
  color: #e52e6e;
}

.c-mypage_book .c-tab01 {
  margin: 0 0 20px 1px;
}
.c-mypage_book .c-tab01 li {
  border-top: none;
  background: #fff;
}
.c-mypage_book .c-tab01 li.c-list_sort {
  padding-right: 40%;
  padding-left: 10px;
}
.c-mypage_book .c-tab01 li.c-list_sort.js-close_border {
  border-bottom: none;
}
.c-mypage_book .c-tab01 li.c-list_layout {
  width: 35px;
}
.c-mypage_book .c-tab01 li.c-list_layout.js-open {
  border-top: none;
  border-left: none;
  background: #eee;
}
.c-mypage_book .c-tab01 li.c-list_layout.js-close_border {
  border-bottom: none;
}
.c-mypage_book .c-btn01 {
  text-align: center;
}
.c-mypage_book .c-btn01 .btn-lg {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
}
.c-mypage_book .complete {
  padding: 100px 0;
}
.c-mypage_book .complete .msg {
  color: #e52e6e;
  margin: 0 0 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.c-book_header {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.c-book_header .twitter {
  flex: 1;
}
.c-book_header .twitter img {
  width: 30px;
}
.c-book_header ul {
  display: flex;
}
.c-book_header ul li {
  padding: 0 10px;
  cursor: pointer;
}
.c-book_header ul li:hover i, .c-book_header ul li.active i {
  color: #ff89b3;
}
.c-book_header ul i {
  color: #777;
  font-size: 20px;
}

.c-book_shelf {
  clear: right;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 100%;
  background-size: cover;
  /* 本棚種類 レビュー本棚*/
  /* 本棚種類00 ダンボール*/
  /* 本棚種類01 量産型*/
  /* 本棚種類02 中華王朝風*/
  /* 本棚種類03 スタイリッシュ*/
  /* 本棚種類04 ロココ調*/
  /* 本棚種類05 小嶋ララ子*/
  /* 本棚種類06 クリスタル*/
}
.c-book_shelf.bsbgrv {
  background-image: url(/shared/img/mypage/member_bookshelf_bg.jpg);
}
.c-book_shelf.bsbg00 {
  background-image: url(/shared/img/mypage/member_bookshelf_bg_0.jpg);
}
.c-book_shelf.bsbg01 {
  background-image: url(/shared/img/mypage/member_bookshelf_bg_1.jpg);
}
.c-book_shelf.bsbg02 {
  background-image: url(/shared/img/mypage/member_bookshelf_bg_2.jpg);
}
.c-book_shelf.bsbg03 {
  background-image: url(/shared/img/mypage/member_bookshelf_bg_3.jpg);
}
.c-book_shelf.bsbg04 {
  background-image: url(/shared/img/mypage/member_bookshelf_bg_4.jpg);
}
.c-book_shelf.bsbg05 {
  background-image: url(/shared/img/mypage/member_bookshelf_bg_5.jpg);
}
.c-book_shelf.bsbg06 {
  background-image: url(/shared/img/mypage/member_bookshelf_bg_6.jpg);
}

/* 本棚表示モードリスト */
.c-book_shelf_list {
  padding: 10px;
}
.c-book_shelf_list .c-book_name {
  position: static;
  margin: 0 0 5px;
  color: #555;
  font-size: 16px;
}
.c-book_shelf_list .c-book_description {
  position: static;
  color: #555;
  margin: 0 0 10px;
  font-size: 14px;
}

.c-book_item_list {
  margin: 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.c-book_item_list li {
  margin: 5px;
  font-size: 16px;
  line-height: 1.4;
}
.c-book_item_list li.active {
  position: relative;
}
.c-book_item_list li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px #ff89b3;
}
.c-book_item_list a {
  display: flex;
  align-items: center;
}
.c-book_item_list a span {
  padding: 0 10px 0 0;
}
.c-book_item_list a span + span {
  flex: 1;
}
.c-book_item_list a img {
  width: 40px;
  vertical-align: middle;
}

.c-book_name {
  position: absolute;
  color: #fff;
  font-weight: bold;
}

.c-book_description {
  position: absolute;
  color: #fff;
  line-height: 1.3;
}

.c-book_item_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.c-book_item {
  position: relative;
  width: 20%;
  background: url(/shared/img/mypage/member_bookshelf_shadow.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
.c-book_item .c-book_data {
  display: none;
}
.c-book_item:hover .c-book_data {
  display: none;
}

.c-book_thm {
  display: table-cell;
  vertical-align: bottom;
  cursor: pointer;
}
.c-book_thm img {
  width: 100%;
  max-height: 100%;
}

.c-book_thm_inner {
  position: relative;
  background: #fff;
}
.c-book_thm_inner.active {
  position: relative;
}
.c-book_thm_inner.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px 3px #ff89b3;
}

.c-item_icn {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 1px;
  font-size: 6px;
  font-weight: normal;
  line-height: 1;
  z-index: 1;
}
.c-item_icn.comic {
  background: #ff89b3;
  /* pink */
}
.c-item_icn.novel {
  background: #674598;
  /* purple */
}
.c-item_icn.cd {
  background: #f39800;
  /* orange */
}
.c-item_icn.dvd {
  background: #3eb370;
  /* green */
}
.c-item_icn.series {
  background: #0095d9;
  /* blue */
}
.c-item_icn.booklet {
  background: #0014B6;
  /* dark blue */
}
.c-item_icn.game {
  background: #ffdb4f;
  /* yellow */
}
.c-item_icn.goods {
  background: #e52e6e;
  /* red */
}

.c-book_nodata {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-book_nodata .title {
  margin: 12px 1px 1px 1px;
  color: #000;
  font-size: 5px;
  line-height: 1.2;
}

.c-book_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  padding: 0 5px;
  border-top: 1px solid #eee;
  background: #fff;
}
.c-book_footer a {
  display: block;
  width: 33.33%;
  margin: 0 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-book_footer a.active {
  position: relative;
}
.c-book_footer a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 0 5px #ff89b3;
}
.c-book_footer.single a {
  width: 60%;
}

/* モーダル 本の並び替え */
.c-sort_book {
  padding: 10px 0 40px;
}
.c-sort_book .c-sort_book_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: calc(100vh - 140px);
  padding: 1% 10%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c-sort_book .c-book_item {
  width: 16%;
  margin: 1% 2% 4%;
  background: transparent;
}
.c-sort_book .c-book_item img {
  width: 100%;
}
.c-sort_book .c-book_item.active {
  cursor: move;
  position: relative;
}
.c-sort_book .c-book_item.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px #ff89b3;
}
.c-sort_book .btn.decide {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}
.c-sort_book.c-delete_book .c-book_item {
  cursor: pointer;
}
.c-sort_book.c-delete_book .c-book_item::after {
  content: "削除する";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  text-align: center;
}
.c-sort_book.c-delete_book .c-book_item.js-selected::after {
  content: "やめる";
  background: rgba(255, 137, 179, 0.8);
}

/* 本棚の設定／新しい本棚を作る */
.c-book_edit {
  position: relative;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.c-book_edit + .c-book_edit {
  border-top: 1px dotted #eee;
}
.c-book_edit.sort_block {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.c-book_edit.sort_block .c-select01 {
  margin-bottom: 10px;
}
.c-book_edit .control-label {
  position: relative;
  margin: 0 0 10px;
  font-weight: bold;
}
.c-book_edit .control-label::before {
  content: "■";
  color: #ff89b3;
  margin-right: 0.3em;
}
.c-book_edit .note01 {
  margin-top: 5px;
  font-size: 14px;
}
.c-book_edit .note01 strong {
  color: #e52e6e;
}
.c-book_edit .btn {
  font-size: 16px;
}

/* モーダル 本棚のデザインを選ぶ */
.c-design_detail {
  position: relative;
  padding: 40px 10px;
  line-height: 1.3;
  text-align: center;
}
.c-design_detail .close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #eee;
}
.c-design_detail .close:hover {
  background: #ff89b3;
}
.c-design_detail .design_text {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.c-design_detail .design_text span {
  font-size: 12px;
  font-weight: normal;
}
.c-design_detail .design_item {
  display: flex;
  flex-wrap: wrap;
}
.c-design_detail .item {
  width: 47%;
  margin: 0 1.5% 5%;
  cursor: pointer;
}
.c-design_detail .item:hover {
  background: #ffe1e3;
}
.c-design_detail .title {
  margin: 5px;
  font-size: 13px;
  font-weight: bold;
}
.c-design_detail .author {
  margin: 5px;
  font-size: 10px;
}
.c-design_detail .img {
  margin: 5px;
}
.c-design_detail .note {
  margin: 5px;
  font-size: 10px;
  text-align: left;
}

#m-book_design {
  z-index: 4000;
}

/* 本棚の並び替え */
.c-book_sort {
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  line-height: 1.3;
}
.c-book_sort .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 5px 0;
  padding: 5px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.c-book_sort .item.active {
  cursor: move;
}
.c-book_sort .item.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px #ff89b3;
}
.c-book_sort .img {
  margin-right: 5px;
}
.c-book_sort .name {
  flex: 1;
  margin-right: 5px;
}
.c-book_sort .num {
  margin-right: 4px;
}
.c-book_sort .num input {
  width: 3em;
  text-align: right;
}

.c-book_sort_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
  border-top: 1px solid #eee;
  background: #fff;
}
.c-book_sort_btn .btn {
  position: absolute;
  left: 20%;
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-book_sort_btn .btn_sort {
  display: none;
  bottom: 5px;
}
.c-book_sort_btn .btn_sort.active {
  display: block;
}
.c-book_sort_btn .btn_sort_save {
  display: none;
  position: relative;
  bottom: -5px;
}
.c-book_sort_btn .btn_sort_save.active {
  display: block;
}
.c-book_sort_btn .btn_sort_save.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px #ff89b3;
  border-radius: 6px;
}

/* 成績 ----------------------------------- */
.c-chart_menu {
  padding: 10px;
  font-size: 16px;
}

.c-mypage_chart {
  font-size: 16px;
}
.c-mypage_chart .c-chart_main {
  border-left: 1px solid #eee;
}
.c-mypage_chart .c-chart_set ul {
  padding: 5px 10px;
}
.c-mypage_chart .c-chart_set ul + ul {
  border-top: 1px dotted #eee;
}
.c-mypage_chart .c-chart_set li {
  display: flex;
  justify-content: space-between;
  aling-items: center;
  position: relative;
  padding: 5px;
  padding-left: 1em;
}
.c-mypage_chart .c-chart_set li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
}
.c-mypage_chart .c-chart_set li:first-child {
  padding-left: 0;
  font-weight: bold;
}
.c-mypage_chart .c-chart_set li:first-child:before {
  display: none;
}
.c-mypage_chart .c-chart_set .type {
  font-size: 14px;
}
.c-mypage_chart .c-chart_set .num {
  margin-right: 2em;
  text-align: right;
}
.c-mypage_chart .c-chart_title {
  margin: 0 0 5px;
  padding: 10px 5px 11px;
  background: #fafafa;
}
.c-mypage_chart .c-chart_block {
  margin: 0 0 15px;
}

/* メッセージ ----------------------------------- */
.c-mypage_sub ul.c-mypage_msg_list a {
  display: flex;
  align-items: center;
  position: relative;
}
.c-mypage_sub ul.c-mypage_msg_list .thm {
  width: 50px;
  margin-right: 5px;
}
.c-mypage_sub ul.c-mypage_msg_list .box {
  width: calc(100% - 55px);
  line-height: 1.3;
}
.c-mypage_sub ul.c-mypage_msg_list .name {
  width: calc(100% - 25px);
  overflow: hidden;
  margin-right: 25px;
  font-weight: bold;
}
.c-mypage_sub ul.c-mypage_msg_list .name span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-mypage_sub ul.c-mypage_msg_list .msg {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
.c-mypage_sub ul.c-mypage_msg_list .msg span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-mypage_sub ul.c-mypage_msg_list .date {
  font-size: 12px;
}
.c-mypage_sub ul.c-mypage_msg_list .num {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #e52e6e;
  border-radius: 50%;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
}

.c-mypage_msg .c-msg_new {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  border-top: 1px solid #eee;
  background: #fff;
}
.c-mypage_msg .c-msg_new .form-group {
  margin: 5px -10px;
}
.c-mypage_msg .c-msg_new textarea {
  height: 50px;
}
.c-mypage_msg .text01 {
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.c-mypage_msg .more {
  margin: 20px 0;
}
.c-mypage_msg .c-mypage_msg_item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 1.3;
}
.c-mypage_msg .c-mypage_msg_item.new {
  background: #ffe1e3;
}
.c-mypage_msg .c-mypage_msg_item .head {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
.c-mypage_msg .c-mypage_msg_item .head .name {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-mypage_msg .c-mypage_msg_item .head .date {
  width: 40%;
}
.c-mypage_msg .c-mypage_msg_item .title {
  margin: 0 0 5px;
}
.c-mypage_msg .c-mypage_msg_item .title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
}
.c-mypage_msg .c-mypage_msg_item .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-mypage_msg .c-mypage_msg_item .date,
.c-mypage_msg .c-mypage_msg_item .delete {
  text-align: right;
}
.c-mypage_msg .c-msg_title {
  margin: 0 0 5px;
  padding: 10px 5px 11px;
  background: #fafafa;
  font-size: 16px;
  line-height: 1.3;
}
.c-mypage_msg .c-msg_title span {
  float: right;
}
.c-mypage_msg .form-group {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.3;
}
.c-mypage_msg .form-group .control-label {
  margin-bottom: 5px;
}
.c-mypage_msg .form-group .name {
  padding: 6px 0;
}
.c-mypage_msg .form-group .btn {
  font-size: 16px;
}
.c-mypage_msg .c-msg_detail {
  display: flex;
  padding: 10px;
}
.c-mypage_msg .c-msg_detail .img {
  width: 35px;
}
.c-mypage_msg .c-msg_detail .img span {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.2;
}
.c-mypage_msg .c-msg_detail .box {
  position: relative;
  flex: 1;
  padding: 10px;
  border: 2px solid #ff89b3;
  font-size: 16px;
  line-height: 1.3;
}
.c-mypage_msg .c-msg_detail .box:before, .c-mypage_msg .c-msg_detail .box:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  border: 10px solid transparent;
}
.c-mypage_msg .c-msg_detail .name {
  margin: 0 0 5px;
}
.c-mypage_msg .c-msg_detail .date {
  margin: 3px 25px 15px 0;
  font-size: 12px;
  text-align: right;
}
.c-mypage_msg .c-msg_detail .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.c-mypage_msg .c-msg_detail .delete i {
  font-size: 16px;
}
.c-mypage_msg .c-msg_detail .delete i:hover {
  color: #e52e6e;
}
.c-mypage_msg .c-msg_detail .title {
  margin: 0 0 5px;
}
.c-mypage_msg .c-msg_detail.type01 .img {
  margin-right: 15px;
}
.c-mypage_msg .c-msg_detail.type01 .box:before {
  left: -20px;
  border-right-color: #ff89b3;
}
.c-mypage_msg .c-msg_detail.type01 .box:after {
  left: -18px;
  border-right-color: #fff;
}
.c-mypage_msg .c-msg_detail.type02 .img {
  order: 2;
  margin-left: 15px;
}
.c-mypage_msg .c-msg_detail.type02 .box {
  order: 1;
}
.c-mypage_msg .c-msg_detail.type02 .box:before {
  right: -20px;
  border-left-color: #ff89b3;
}
.c-mypage_msg .c-msg_detail.type02 .box:after {
  right: -18px;
  border-left-color: #fff;
}
.c-mypage_msg .c-msg_unread {
  position: relative;
  margin: 20px 0;
  border-top: 1px dotted #555;
  text-align: center;
}
.c-mypage_msg .c-msg_unread span {
  position: relative;
  top: -6px;
  padding: 0 5px;
  background: #fff;
}

/* リスト ----------------------------------- */
.c-mypage_list .c-list_title {
  margin: 0 0 5px;
  padding: 10px 5px 11px;
  background: #fafafa;
  font-size: 16px;
}
.c-mypage_list .c-item_news .twitter {
  float: left;
  margin: 5px 0 0;
}
.c-mypage_list .c-list .c-list_cover {
  margin: 0;
}
.c-mypage_list .c-list .c-list_box {
  margin-bottom: 0;
}
.c-mypage_list .c-list .c-list_title {
  padding: 0;
  background: transparent;
  font-size: 14px;
}
.c-mypage_list.c-mypage_review .c-review_head .c-review_user {
  padding-bottom: 0;
}
.c-mypage_list.c-mypage_review .c-review_head .c-review_date {
  padding-top: 10px;
}
.c-mypage_list .c-review_box .c-review_text p {
  height: auto;
}

/* カテゴリリンク */
.c-category01 {
  overflow: auto;
}
.c-category01::-webkit-scrollbar {
  height: 2px;
}
.c-category01::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.c-category01::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.c-category01 ul {
  display: table;
  margin: 0 auto;
  padding: 0 5px;
}
.c-category01 li {
  display: table-cell;
  width: 33%;
  padding: 10px 2px;
}
.c-category01 li.current a {
  color: #fff;
  background: #ff89b3;
}
.c-category01 a {
  font-size: 14px;
  white-space: nowrap;
}

/* フォロー */
.c-user_list {
  display: flex;
  align-items: center;
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #eee;
}
.c-user_list .thm {
  width: 40px;
  margin-right: 5px;
}
.c-user_list .c-user_set {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.c-user_list .name {
  padding: 5px 5px 5px 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
.c-user_list .type {
  padding: 5px 5px 5px 0;
}
.c-user_list .type img {
  width: 15px;
}
.c-user_list .point {
  margin-right: 5px;
}
.c-user_list .point th, .c-user_list .point td {
  padding: 5px;
  white-space: nowrap;
}
.c-user_list .point td {
  text-align: right;
}

@media (max-width: 374px) {
  .c-user_list .c-user_set {
    display: block;
    margin-right: 5px;
  }
  .c-user_list .name {
    padding-top: 0;
    font-size: 14px;
  }
  .c-user_list .point {
    font-size: 10px;
  }
  .c-user_list .point th, .c-user_list .point td {
    padding: 2px 5px;
  }
}
/* @media */
/* NG */
.c-list_ng {
  width: 30px;
}
.c-list_ng a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #777;
  border: 1px solid #eee;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.c-list_ng a.selected {
  color: #fff;
  background: #ff89b3;
}

/* くじ引き ----------------------------------- */
.c-mypage_lotto {
  padding: 10px;
}
.c-mypage_lotto .title {
  padding: 15px 0;
  text-align: center;
}
.c-mypage_lotto .lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.c-mypage_lotto .count {
  margin: 0 0 30px;
  padding: 10px;
  background: #ffe1e3;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.c-mypage_lotto .count span {
  margin: 0 5px;
  color: #e52e6e;
  font-size: 36px;
}
.c-mypage_lotto .img01 {
  text-align: center;
}
.c-mypage_lotto .results_box {
  margin: 50px 0;
  padding: 10px;
  background: #ffe1e3;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.c-mypage_lotto .results_box span {
  color: #e52e6e;
  font-size: 30px;
}
.c-mypage_lotto .btn {
  margin: 0 0 40px;
  text-align: center;
}
.c-mypage_lotto .text {
  font-size: 16px;
  line-height: 1.4;
}
.c-mypage_lotto .text span {
  font-weight: bold;
}
.c-mypage_lotto .nodata {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.c-lotto_title {
  margin: 0 0 5px;
  padding: 10px 5px 11px;
  background: #fafafa;
  font-size: 16px;
}
.c-lotto_title i {
  margin-left: 1em;
  cursor: pointer;
}
.c-lotto_title i:hover {
  color: #e52e6e;
}

.c-lotto_wrap {
  margin: 0 0 30px;
}

.c-lotto_history {
  font-size: 16px;
  line-height: 1.4;
}
.c-lotto_history .item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.c-lotto_history .date {
  margin: 0 0 10px;
  padding: 0 0 10px;
  color: #ff89b3;
  border-bottom: 1px dotted #eee;
}
.c-lotto_history .more {
  margin: 10px;
}

/* 設定 プロフィール編集 ----------------------------------- */
.c-profile_edit {
  position: relative;
  padding: 10px;
  line-height: 1.5;
}
.c-profile_edit + .c-profile_edit {
  border-top: 1px dotted #eee;
}
.c-profile_edit .control-label {
  position: relative;
  margin: 0 0 10px;
  font-weight: bold;
}
.c-profile_edit .control-label::before {
  content: "■";
  color: #ff89b3;
  margin-right: 0.3em;
}
.c-profile_edit .file_area {
  margin: 0 0 15px;
  overflow: hidden;
}
.c-profile_edit .file_area .img {
  margin-bottom: 5px;
}
.c-profile_edit .file_area .img img {
  border: 1px solid #eee;
}
.c-profile_edit .file_area .file {
  padding: 5px;
  background: #ffe1e3;
  font-size: 12px;
}
.c-profile_edit .file_area .note02 {
  margin: 5px 0 10px;
}
.c-profile_edit .file_area .btn {
  float: right;
}
.c-profile_edit .c-profile_list {
  margin: 0 0 10px;
  border-top: 1px dotted #eee;
}
.c-profile_edit .c-profile_list li {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px dotted #eee;
}
.c-profile_edit .c-profile_list a {
  flex: 1;
  padding-right: 0.5em;
  color: #777;
  text-decoration: underline;
}
.c-profile_edit .c-profile_list a:hover {
  color: #e52e6e;
}
.c-profile_edit .c-profile_list .delete {
  padding: 0 5px;
  cursor: pointer;
}
.c-profile_edit .c-profile_list .delete:hover {
  color: #e52e6e;
}
.c-profile_edit .link_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-profile_edit .link_btn .added span {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #ff89b3;
  border-radius: 5px;
}
.c-profile_edit .link_btn .added span:before, .c-profile_edit .link_btn .added span:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  border: 6px solid transparent;
}
.c-profile_edit .link_btn .added span:before {
  right: -12px;
  border-left-color: #ff89b3;
}
.c-profile_edit .link_btn .added span:after {
  right: -11px;
  border-left-color: #fff;
}
.c-profile_edit .link_sommelier {
  margin-top: 10px;
  text-align: right;
}
.c-profile_edit .twitter {
  display: flex;
  align-items: center;
}
.c-profile_edit .twitter > div {
  margin-right: 0.5em;
}

.c-favorite_detail {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 25px 10px 10px;
  font-size: 14px;
}
.c-favorite_detail .close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.c-favorite_detail .close:hover {
  background: #555;
}
.c-favorite_detail .control-label {
  margin-bottom: 5px;
}
.c-favorite_detail .results li {
  padding: 10px;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.c-favorite_detail .results li:hover {
  color: #e52e6e;
}
.c-favorite_detail .results li:before {
  content: "・";
}

.c-delete_confirm {
  padding: 25px 10px 50px;
}
.c-delete_confirm .close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #eee;
}
.c-delete_confirm .close:hover {
  background: #555;
}
.c-delete_confirm .text {
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.c-delete_confirm .c-delete_submit {
  display: flex;
  justify-content: center;
}
.c-delete_confirm .c-delete_submit .ok {
  margin-right: 0.5em;
}
.c-delete_confirm .c-delete_submit .ok .btn {
  padding-left: 60px;
  padding-right: 60px;
  letter-spacing: 0.2em;
}
.c-delete_confirm .c-delete_submit .cannel {
  margin-left: 0.5em;
}

#m-author,
#m-goods,
#m-voice_actor,
#m-delete,
#m-book_sort,
#m-book_delete {
  z-index: 4000;
}

/* 設定 メールアドレス ＆ TOPパスワード ----------------------------------- */
.c-mail_pass_block .form-group {
  padding: 10px;
}
.c-mail_pass_block .form-group + .form-group {
  border-top: 1px dotted #eee;
}
.c-mail_pass_block .form-group .control-label {
  margin: 0 0 5px;
}

/* 設定 表示切替 ＆ TOP画面 ----------------------------------- */
.c-default_menu li {
  border-bottom: 1px dotted #eee;
}
.c-default_menu.form-group input[type="radio"] + label {
  display: block;
  margin: 0;
  padding: 14px 45px 14px 20px;
}
.c-default_menu.form-group input[type="radio"] + label:before {
  left: auto;
  right: 22px;
}
.c-default_menu.form-group input[type="radio"] + label:after {
  right: 20px;
}
.c-default_menu.form-group input[type="radio"]:checked + label {
  background: #ffe1e3;
}
.c-default_menu.form-group input[type="radio"]:checked + label:after {
  left: auto;
  right: 26px;
}
.c-default_menu.form-group input[type="checkbox"] + label {
  display: block;
  margin: 0;
  padding: 14px 45px 14px 20px;
}
.c-default_menu.form-group input[type="checkbox"] + label:before {
  left: auto;
  right: 20px;
}
.c-default_menu.form-group input[type="checkbox"] + label:after {
  right: 20px;
}
.c-default_menu.c-checkbox01 input[type="checkbox"]:checked + label {
  background: #ffe1e3;
}
.c-default_menu.c-checkbox01 input[type="checkbox"]:checked + label:after {
  left: auto;
  right: 20px;
}

/* 他人のマイページトップ ----------------------------------- */
.c-user_main {
  margin-bottom: 15px;
  line-height: 1.3;
}
.c-user_main .img {
  position: relative;
  float: left;
  width: 37%;
  max-width: 170px;
  margin: 0 3% 15px 0;
}
.c-user_main .img img {
  border: 1px solid #eee;
}
.c-user_main .img img.icon {
  position: absolute;
  border: none;
}
.c-user_main .img img.icon.reviewer {
  top: 1px;
  left: 1px;
  max-width: 30%;
}
.c-user_main .img img.icon.blaward {
  top: 1px;
  right: 1px;
  max-width: 25%;
}
.c-user_main .img img.icon.sommelier {
  right: 1px;
  bottom: 1px;
  max-width: 25%;
}
.c-user_main .box01 {
  float: left;
  width: 60%;
  margin: 0 0 15px;
  font-size: 14px;
}
.c-user_main .name {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  font-weight: bold;
}
.c-user_main .name .icon {
  width: 30px;
}
.c-user_main .name .icon img {
  width: 25px;
}
.c-user_main .name span + span {
  flex: 1;
}
.c-user_main .num {
  display: flex;
  margin: 0 0 3px;
}
.c-user_main .num span + span {
  width: 5em;
  font-weight: bold;
  text-align: right;
}
.c-user_main .box02 {
  clear: both;
  margin: 0 0 15px;
  font-size: 14px;
  text-align: center;
}
.c-user_main .box02 .rank {
  display: inline-block;
  margin: 0 5px 0.7em;
  color: #ff89b3;
  font-weight: bold;
}
.c-user_main .box02 .rank + .rank {
  color: #555;
  font-weight: normal;
}
.c-user_main .box02 .rank + .rank span + span {
  font-size: 14px;
}
.c-user_main .box02 .rank img {
  width: 20px;
  margin-right: 3px;
  vertical-align: middle;
}
.c-user_main .box02 .rank span {
  margin: 0 2px;
  vertical-align: middle;
}
.c-user_main .box02 .rank span + span {
  font-size: 18px;
}

@media (max-width: 767px) {
  /* SP only */
  /* レビュー ----------------------------------- */
  .c-mypage_review .c-list_thm {
    padding: 0;
  }
  .c-mypage_review .c-list_box {
    padding-right: 0;
  }
  .c-mypage_review .c-list_cover {
    margin: 0 0 5px;
  }
  .c-mypage_review .c-review_head {
    display: flex;
    aligin-items: center;
    width: 100%;
    padding: 5px 0;
  }
  .c-mypage_review .c-review_head .icn_netabare {
    margin: 0;
    padding: 0 2px;
  }
  .c-mypage_review .c-review_head .c-review_date {
    flex: 1;
    display: block;
    padding: 0 10px 0 0;
  }

  /* 本棚 ----------------------------------- */
  .c-book_shelf {
    /* 本棚種類 レビュー本棚*/
    /* 本棚種類00 ダンボール*/
    /* 本棚種類01 量産型*/
    /* 本棚種類02 中華王朝風*/
    /* 本棚種類03 スタイリッシュ*/
    /* 本棚種類04 ロココ調*/
    /* 本棚種類05 小嶋ララ子*/
    /* 本棚種類06 クリスタル*/
  }
  .c-book_shelf.bsbgrv {
    width: 82vw;
    height: 112.533vw;
  }
  .c-book_shelf.bsbgrv .c-book_name {
    top: 5.6vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbgrv .c-book_description {
    top: 9.4vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbgrv .c-book_item_wrap {
    margin: 0 6vw;
    padding-top: 12.3vw;
  }
  .c-book_shelf.bsbgrv .c-book_thm {
    height: 19.2vw;
  }
  .c-book_shelf.bsbg00 {
    width: 82vw;
    height: 107.33vw;
  }
  .c-book_shelf.bsbg00 .c-book_name {
    top: 3vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg00 .c-book_description {
    top: 6.8vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg00 .c-book_item_wrap {
    margin: 0 6vw;
    padding-top: 12.3vw;
  }
  .c-book_shelf.bsbg00 .c-book_thm {
    height: 18.4vw;
  }
  .c-book_shelf.bsbg01 {
    width: 82vw;
    height: 112.533vw;
  }
  .c-book_shelf.bsbg01 .c-book_name {
    top: 5.6vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg01 .c-book_description {
    top: 9.4vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg01 .c-book_item_wrap {
    margin: 0 6.6vw;
    padding-top: 12.3vw;
  }
  .c-book_shelf.bsbg01 .c-book_thm {
    height: 19.2vw;
  }
  .c-book_shelf.bsbg02 {
    width: 82vw;
    height: 128.266vw;
  }
  .c-book_shelf.bsbg02 .c-book_name {
    top: 5.6vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg02 .c-book_description {
    top: 9.4vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg02 .c-book_item_wrap {
    margin: 0 6vw;
    padding-top: 12.3vw;
  }
  .c-book_shelf.bsbg02 .c-book_thm {
    height: 19.2vw;
  }
  .c-book_shelf.bsbg03 {
    width: 82vw;
    height: 112.533vw;
  }
  .c-book_shelf.bsbg03 .c-book_name {
    top: 4vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg03 .c-book_description {
    top: 7.8vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg03 .c-book_item_wrap {
    margin: 0 8vw;
    padding-top: 11vw;
  }
  .c-book_shelf.bsbg03 .c-book_thm {
    height: 19vw;
  }
  .c-book_shelf.bsbg04 {
    width: 82vw;
    height: 131.466vw;
  }
  .c-book_shelf.bsbg04 .c-book_name {
    top: 5.6vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg04 .c-book_description {
    top: 9.4vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
    color: #555;
  }
  .c-book_shelf.bsbg04 .c-book_item_wrap {
    margin: 0 6vw;
    padding-top: 12.3vw;
  }
  .c-book_shelf.bsbg04 .c-book_thm {
    height: 19.2vw;
  }
  .c-book_shelf.bsbg05 {
    width: 82vw;
    height: 158.66vw;
  }
  .c-book_shelf.bsbg05 .c-book_name {
    top: 6vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg05 .c-book_description {
    top: 9.6vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
    color: #555;
  }
  .c-book_shelf.bsbg05 .c-book_item_wrap {
    margin: 0 6.9vw;
    padding-top: 11.8vw;
  }
  .c-book_shelf.bsbg05 .c-book_thm {
    height: 19.2vw;
  }
  .c-book_shelf.bsbg06 {
    width: 82vw;
    height: 119.6vw;
  }
  .c-book_shelf.bsbg06 .c-book_name {
    top: 6vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
  }
  .c-book_shelf.bsbg06 .c-book_description {
    top: 9.6vw;
    left: 6.5vw;
    margin: 0 6vw 0 0;
    color: #555;
  }
  .c-book_shelf.bsbg06 .c-book_item_wrap {
    margin: 0 6.9vw;
    padding-top: 11.8vw;
  }
  .c-book_shelf.bsbg06 .c-book_thm {
    height: 19.2vw;
  }

  .c-book_name {
    font-size: 2.6vw;
  }

  .c-book_description {
    font-size: 2vw;
  }

  .c-book_thm {
    padding: 0 1.5vw 0.1vw;
  }

  /* モーダル 本の並び替え */
  .c-sort_book.c-delete_book .c-book_item::after {
    font-size: 10px;
  }
}
/* @media */
@media (max-width: 991px) {
  /* SP & TABLET only */
  /* コンテンツ下メニュー ----------------------------------- */
  .c-mypage_bottomnav {
    padding: 40px 0;
  }
  .c-mypage_bottomnav ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
  }
  .c-mypage_bottomnav li {
    width: 25%;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .c-mypage_bottomnav li:nth-child(4n-3) {
    border-left: none;
  }
  .c-mypage_bottomnav li:last-child {
    width: calc(25% + 1px);
    border-right: 1px solid #eee;
  }
  .c-mypage_bottomnav a {
    display: block;
    color: #555;
    padding: 5px 0;
    text-align: center;
  }
  .c-mypage_bottomnav a i {
    display: block;
    position: relative;
    margin: 0 0 5px;
    color: #ff89b3;
    font-size: 20px;
  }
  .c-mypage_bottomnav a span {
    display: block;
    font-size: 10px;
    line-height: 1.3;
  }
  .c-mypage_bottomnav a .num {
    display: block;
    position: absolute;
    right: 50%;
    bottom: -5px;
    width: 18px;
    height: 18px;
    margin-right: -25px;
    color: #fff;
    background: #e52e6e;
    border-radius: 50%;
    font-size: 8px;
    line-height: 18px;
    text-align: center;
  }
}
/* @media */
@media (max-width: 991px) and (min-width: 768px) {
  /* TABLET only */
  /* コンテンツ下メニュー ----------------------------------- */
  .c-mypage_bottomnav ul {
    margin: 0 auto;
  }
  .c-mypage_bottomnav li {
    width: 16.66%;
  }
  .c-mypage_bottomnav li:nth-child(4n-3) {
    border-left: 1px solid #eee;
  }
  .c-mypage_bottomnav li:nth-child(6n) {
    border-right: 1px solid #eee;
  }
  .c-mypage_bottomnav li:nth-child(6n-5) {
    border-left: none;
  }
  .c-mypage_bottomnav li:last-child {
    width: calc(16.66% + 1px);
  }
  .c-mypage_bottomnav a {
    padding: 10px 0;
  }
  .c-mypage_bottomnav a i {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .c-mypage_bottomnav a span {
    font-size: 12px;
  }
}
/* @media */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .c-mypage {
    margin: 20px 0;
  }
  .c-mypage .c-title01 {
    margin: 0 0 20px;
  }
  .c-mypage .btn {
    font-size: 16px;
  }

  .c-mypage_wrap {
    display: flex;
  }
  .c-mypage_wrap.open_close .c-mypage_nav {
    width: 400px;
  }

  .c-mypage_nav li {
    padding: 10px 5px;
  }
  .c-mypage_nav a {
    width: 390px;
  }

  .c-mypage_contents {
    display: flex;
    flex: 1;
  }

  .c-mypage_main .c-mypage_title_box {
    padding: 0 20px;
  }
  .c-mypage_main .c-mypage_title_box .list_open_btn {
    top: 4px;
  }

  .c-mypage_subnav {
    width: 190px;
    border-right: 1px solid #eee;
  }

  .c-mypage_inner {
    flex: 1;
  }

  .c-mypage_block .text01 {
    padding: 11px 20px;
  }
  .c-mypage_block .error {
    margin: 10px;
    padding: 15px;
  }

  /* プロフィール（自分＆他人共通） ----------------------------------- */
  .c-user_top {
    padding: 15px 0 0;
  }
  .c-user_top .c-rank01 {
    margin: 0 0 20px 15px;
  }
  .c-user_top .c-btn01 {
    margin: 0 -5px 20px 5px;
  }
  .c-user_top .c-btn01 li {
    width: 31.333%;
    margin: 0 1%;
  }

  .c-profile .c-profile_box {
    padding: 15px 5px;
  }

  /* お知らせ ----------------------------------- */
  .c-mypage_notice {
    font-size: 14px;
  }

  /* カレンダー ----------------------------------- */
  .c-mypage_calendar {
    padding: 5px 15px 15px;
  }
  .c-mypage_calendar .c-calendar_header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 0;
  }
  .c-mypage_calendar .current_month {
    margin-right: 2em;
    margin-left: 1em;
  }
  .c-mypage_calendar .c-month_nav {
    flex: 1;
  }
  .c-mypage_calendar .c-list_tab {
    width: auto;
  }
  .c-mypage_calendar .c-list_tab span {
    font-size: 14px;
  }
  .c-mypage_calendar table {
    font-size: 12px;
  }
  .c-mypage_calendar td {
    min-height: 100px;
  }
  .c-mypage_calendar .plan {
    min-height: 100px;
    padding: 5px;
  }
  .c-mypage_calendar .plan p {
    font-size: 12px;
  }
  .c-mypage_calendar .plan a, .c-mypage_calendar .plan span {
    padding: 5px;
  }
  .c-mypage_calendar .c-schedule_list {
    margin: 0 0 25px;
  }
  .c-mypage_calendar .c-schedule_list li {
    display: flex;
    padding: 8px 10px;
  }
  .c-mypage_calendar .c-schedule_list .date {
    width: 8em;
  }
  .c-mypage_calendar .c-schedule_list .cat {
    margin: 3px 10px 0 0;
  }
  .c-mypage_calendar .c-schedule_list .text {
    flex: 1;
  }

  .c-plan_detail {
    padding: 50px 20px 20px;
  }
  .c-plan_detail .close {
    top: 10px;
    right: 10px;
  }
  .c-plan_detail .color_select {
    margin: 10px 0 30px;
  }
  .c-plan_detail .c-plan_submit .btn {
    margin: 0 5px;
    padding: 10px 40px;
    font-size: 18px;
  }
  .c-plan_detail .c-plan_submit .ok .btn {
    padding-left: 80px;
    padding-right: 80px;
  }
  .c-plan_detail .c-plan_submit .delete .btn {
    margin-top: 2px;
    font-size: 14px;
  }

  /* レビュー ----------------------------------- */
  .c-mypage_review .c-tab01 li.c-list_sort {
    width: 40%;
  }
  .c-mypage_review .c-tab01 li.c-list_layout {
    width: 10%;
  }
  .c-mypage_review .c-tab01 li.c-list_layout.js-open {
    border-right: 1px solid #777;
  }
  .c-mypage_review .c-tab01 li.c-list_layout.js-open i {
    color: #ff89b3;
  }
  .c-mypage_review .c-tab01 li.c-list_layout:hover {
    color: #fff;
    background: #ff70a3;
  }
  .c-mypage_review .c-tab01 li.c-list_layout:hover i {
    color: #fff;
  }
  .c-mypage_review .c-refine_select dt.c-refine_subtitle {
    float: left;
    padding: 10px 2% 10px 0;
    text-align: right;
  }
  .c-mypage_review .c-refine_select dd.c-refine_cont {
    float: left;
    width: 80%;
  }
  .c-mypage_review .c-refine_select .c-refine_list li {
    width: 33.33%;
  }
  .c-mypage_review .c-refine_link {
    display: flex;
  }
  .c-mypage_review .c-refine_link li {
    width: 33.33%;
  }
  .c-mypage_review .c-refine_link li a {
    margin: 0 5px;
  }
  .c-mypage_review .c-refine_layout {
    display: flex;
    align-items: center;
  }
  .c-mypage_review .c-refine_layout dt {
    width: 16%;
    margin: 0 1em 0 0;
    text-align: right;
  }
  .c-mypage_review .c-refine_layout dd {
    flex: 1;
  }
  .c-mypage_review .c-refine_layout li a {
    padding: 8px 0;
  }
  .c-mypage_review .c-list_nodata {
    padding: 100px 0 650px;
  }
  .c-mypage_review .c-list_box_header {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-mypage_review .c-review_head {
    padding: 0 0 10px;
  }
  .c-mypage_review .c-review_head .icn_netabare {
    margin: 0;
  }
  .c-mypage_review .c-review_head .c-review_date {
    padding: 5px 0 0;
  }
  .c-mypage_review .c-review_btn_good a {
    width: 80px;
  }
  .c-mypage_review .c-review_btn_good + .c-btn01 {
    width: 30%;
  }
  .c-mypage_review .c-review_btn_good + .c-btn01 .btn {
    font-size: 14px;
  }
  .c-mypage_review .c-review_title {
    margin: 0 0 10px;
    padding: 10px;
  }
  .c-mypage_review.c-mypage_list .c-review_head .c-review_date {
    padding-top: 13px;
  }
  .c-mypage_review.c-mypage_list .c-review_box .c-review_text {
    padding-top: 0;
  }

  /* 出版社別・レーベル別などの絞り込み */
  .c-review_filter {
    margin: 0 20px;
  }

  /* 作品詳細 絞り込み */
  .c-review_tag dl {
    display: flex;
    align-items: center;
  }
  .c-review_tag dt {
    padding: 10px 10px 10px 20px;
  }
  .c-review_tag dd {
    flex: 1;
  }

  /* プロフィール ----------------------------------- */
  .c-mypage_profile .c-user_top .c-btn_edit {
    overflow: hidden;
    margin: 0 1%;
  }
  .c-mypage_profile .c-user_top .c-btn_edit .btn {
    float: right;
    width: 23%;
  }

  /* 本棚 ----------------------------------- */
  .c-book_list {
    max-height: 500px;
  }

  .c-mypage_nav .c-book_list ul {
    margin: 0 0 10px;
  }
  .c-mypage_nav .c-book_list li {
    padding: 0;
    font-size: 14px;
  }
  .c-mypage_nav .c-book_list a {
    padding: 8px 20px 8px 15px;
  }
  .c-mypage_nav .c-book_list a .num {
    right: 3px;
    margin-bottom: -11px;
  }

  .c-mypage_book .c-refine_wrap {
    border: none;
  }
  .c-mypage_book .c-btn01 .btn-lg {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .c-book_header .twitter {
    flex: 1;
  }

  .c-book_shelf {
    /* 本棚種類 レビュー本棚*/
    /* 本棚種類00 ダンボール*/
    /* 本棚種類01 量産型*/
    /* 本棚種類02 中華王朝風*/
    /* 本棚種類03 スタイリッシュ*/
    /* 本棚種類04 ロココ調*/
    /* 本棚種類05 小嶋ララ子*/
    /* 本棚種類06 クリスタル*/
  }
  .c-book_shelf.bsbgrv {
    width: 615px;
    height: 844px;
  }
  .c-book_shelf.bsbgrv .c-book_name {
    top: 42px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbgrv .c-book_description {
    top: 65px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbgrv .c-book_item_wrap {
    margin: 0 50px;
    padding-top: 95px;
  }
  .c-book_shelf.bsbgrv .c-book_thm {
    height: 143px;
  }
  .c-book_shelf.bsbg00 {
    width: 615px;
    height: 805px;
  }
  .c-book_shelf.bsbg00 .c-book_name {
    top: 20px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg00 .c-book_description {
    top: 43px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg00 .c-book_item_wrap {
    margin: 0 50px;
    padding-top: 90px;
  }
  .c-book_shelf.bsbg00 .c-book_thm {
    height: 138px;
  }
  .c-book_shelf.bsbg01 {
    width: 615px;
    height: 844px;
  }
  .c-book_shelf.bsbg01 .c-book_name {
    top: 42px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg01 .c-book_description {
    top: 65px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg01 .c-book_item_wrap {
    margin: 0 50px;
    padding-top: 95px;
  }
  .c-book_shelf.bsbg01 .c-book_thm {
    height: 143px;
  }
  .c-book_shelf.bsbg02 {
    width: 615px;
    height: 962px;
  }
  .c-book_shelf.bsbg02 .c-book_name {
    top: 42px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg02 .c-book_description {
    top: 65px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg02 .c-book_item_wrap {
    margin: 0 50px;
    padding-top: 95px;
  }
  .c-book_shelf.bsbg02 .c-book_thm {
    height: 143px;
  }
  .c-book_shelf.bsbg03 {
    width: 615px;
    height: 844px;
  }
  .c-book_shelf.bsbg03 .c-book_name {
    top: 30px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg03 .c-book_description {
    top: 54px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg03 .c-book_item_wrap {
    margin: 0 64px;
    padding-top: 85px;
  }
  .c-book_shelf.bsbg03 .c-book_thm {
    height: 142px;
  }
  .c-book_shelf.bsbg04 {
    width: 615px;
    height: 986px;
  }
  .c-book_shelf.bsbg04 .c-book_name {
    top: 43px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg04 .c-book_description {
    top: 67px;
    left: 50px;
    margin-right: 50px;
    color: #555;
  }
  .c-book_shelf.bsbg04 .c-book_item_wrap {
    margin: 0 50px;
    padding-top: 96px;
  }
  .c-book_shelf.bsbg04 .c-book_thm {
    height: 143px;
  }
  .c-book_shelf.bsbg05 {
    width: 615px;
    height: 1190px;
  }
  .c-book_shelf.bsbg05 .c-book_name {
    top: 45px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg05 .c-book_description {
    top: 72px;
    left: 50px;
    margin-right: 50px;
    color: #555;
  }
  .c-book_shelf.bsbg05 .c-book_item_wrap {
    margin: 0 60px;
    padding-top: 91px;
  }
  .c-book_shelf.bsbg05 .c-book_thm {
    height: 144px;
  }
  .c-book_shelf.bsbg06 {
    width: 615px;
    height: 897px;
  }
  .c-book_shelf.bsbg06 .c-book_name {
    top: 45px;
    left: 50px;
    margin-right: 50px;
  }
  .c-book_shelf.bsbg06 .c-book_description {
    top: 72px;
    left: 50px;
    margin-right: 50px;
    color: #555;
  }
  .c-book_shelf.bsbg06 .c-book_item_wrap {
    margin: 0 60px;
    padding-top: 92px;
  }
  .c-book_shelf.bsbg06 .c-book_thm {
    height: 144px;
  }

  /* 本棚表示モードリスト */
  .c-book_shelf_list {
    padding: 0 20px;
  }
  .c-book_shelf_list .c-book_name {
    margin: 0 0 15px;
  }
  .c-book_shelf_list .c-book_description {
    margin: 0 0 20px;
  }

  .c-book_item_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-book_item_list li {
    width: calc(50% - 10px);
  }

  .c-book_name {
    font-size: 18px;
  }

  .c-book_description {
    font-size: 14px;
  }

  .c-book_thm {
    padding: 0 12px 2px;
  }

  .c-item_icn {
    padding: 2px 4px;
    font-size: 10px;
  }

  .c-book_nodata .title {
    margin: 18px 1px 1px 5px;
    font-size: 12px;
  }

  /* 本棚の設定／新しい本棚を作る */
  .c-book_edit {
    padding: 10px 20px;
  }

  .c-book_footer {
    height: 60px;
  }
  .c-book_footer a {
    margin-top: -1px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  /* モーダル 本の並び替え */
  .c-sort_book {
    padding: 20px 0 60px;
  }
  .c-sort_book .c-sort_book_inner {
    max-height: calc(100vh - 210px);
    padding: 5px 30px 5px 50px;
  }
  .c-sort_book .c-book_item {
    width: 80px;
    height: 126px;
    margin: 5px 10px 20px;
  }

  /* モーダル 本棚のデザインを選ぶ */
  .c-design_detail .close {
    top: 10px;
    right: 10px;
  }
  .c-design_detail .design_text {
    font-size: 18px;
  }
  .c-design_detail .design_text span {
    font-size: 12px;
  }
  .c-design_detail .item {
    width: 30.33%;
    margin: 0 1.5% 5%;
  }
  .c-design_detail .title {
    margin: 10px;
    font-size: 16px;
  }
  .c-design_detail .author {
    margin: 10px;
    font-size: 14px;
  }
  .c-design_detail .img {
    margin: 10px;
  }
  .c-design_detail .note {
    margin: 10px;
    font-size: 14px;
  }

  /* 本棚の並び替え */
  .c-book_sort {
    padding: 15px 50px 15px 15px;
  }
  .c-book_sort .item {
    padding: 10px 15px;
  }
  .c-book_sort .img {
    margin-right: 25px;
  }
  .c-book_sort .name {
    margin-right: 25px;
  }
  .c-book_sort .num {
    margin-right: 25px;
  }
  .c-book_sort .num input {
    width: 5em;
  }

  .c-book_sort_btn {
    height: 60px;
  }
  .c-book_sort_btn .btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .c-book_sort_btn .btn_sort {
    bottom: 9px;
  }
  .c-book_sort_btn .btn_sort_save {
    bottom: -9px;
  }

  /* 成績 ----------------------------------- */
  .c-mypage_chart {
    display: flex;
  }
  .c-mypage_chart .c-chart_nav {
    width: 160px;
    border-top: 1px dotted #eee;
  }
  .c-mypage_chart .c-chart_nav li {
    border-bottom: 1px solid #eee;
  }
  .c-mypage_chart .c-chart_nav a {
    display: block;
    padding: 10px;
  }
  .c-mypage_chart .c-chart_main {
    flex: 1;
  }
  .c-mypage_chart .c-chart_set {
    display: flex;
  }
  .c-mypage_chart .c-chart_set ul {
    width: 50%;
    padding: 10px 25px;
  }
  .c-mypage_chart .c-chart_set ul + ul {
    border-top: none;
  }
  .c-mypage_chart .c-chart_set .type {
    font-size: 16px;
  }
  .c-mypage_chart .c-chart_set .num {
    margin-right: 0;
  }
  .c-mypage_chart .c-chart_title {
    margin: 0 0 10px;
    padding: 11px 10px;
  }
  .c-mypage_chart .c-chart_block {
    margin: 0 0 25px;
  }

  /* メッセージ ----------------------------------- */
  .c-mypage_sub ul.c-mypage_msg_list {
    max-height: 850px;
    overflow: auto;
  }
  .c-mypage_sub ul.c-mypage_msg_list .thm {
    width: 35px;
  }
  .c-mypage_sub ul.c-mypage_msg_list .box {
    width: calc(100% - 40px);
  }

  .c-mypage_msg .c-mypage_msg_detail {
    position: relative;
    max-height: 850px;
  }
  .c-mypage_msg .c-mypage_msg_inner {
    position: relative;
    max-height: 650px;
    overflow: auto;
  }
  .c-mypage_msg .c-msg_new {
    position: absolute;
    height: 200px;
  }
  .c-mypage_msg .c-msg_new textarea {
    height: 100px;
  }
  .c-mypage_msg .text01 {
    padding: 14px 20px;
  }
  .c-mypage_msg .c-mypage_msg_item {
    padding: 20px;
  }
  .c-mypage_msg .c-mypage_msg_item .title {
    width: 440px;
  }
  .c-mypage_msg .c-msg_title {
    margin: 0 0 10px;
    padding: 10px;
  }

  /* リスト ----------------------------------- */
  .c-mypage_list .c-list_title {
    margin: 0 0 10px;
    padding: 11px 10px;
  }
  .c-mypage_list .c-item_news {
    padding: 10px;
  }
  .c-mypage_list .c-list .c-list_title {
    font-size: 15px;
  }

  /* カテゴリリンク */
  .c-category01 {
    margin: 0 10px 10px;
  }
  .c-category01 ul {
    width: 100%;
    margin: 0;
  }

  /* フォロー */
  .c-user_list .thm {
    width: 60px;
    margin-right: 10px;
  }
  .c-user_list .type img {
    width: 25px;
  }
  .c-user_list .point table {
    display: flex;
  }
  .c-user_list .point tr {
    display: inline;
  }

  /* NG */
  .c-list_ng a:hover {
    color: #6a6a6a;
    border-color: #e1e1e1;
  }
  .c-list_ng a.selected {
    color: #fff;
    background: #ff89b3;
    border-color: #ff89b3;
  }
  .c-list_ng a.selected:hover {
    background: #ff70a3;
  }

  /* くじ引き ----------------------------------- */
  .c-mypage_lotto .results_box {
    padding: 30px;
  }

  .c-lotto_title {
    margin: 0 0 10px;
    padding: 11px 10px;
  }

  /* 設定 プロフィール編集 ----------------------------------- */
  .c-profile_edit .file_area .file {
    padding: 10px;
    font-size: 14px;
  }
  .c-profile_edit .c-profile_list li {
    padding: 5px 10px;
  }
  .c-profile_edit .c-profile_list .delete {
    padding: 0 5px 0 20px;
  }

  .c-favorite_detail {
    padding: 50px 20px 20px;
  }
  .c-favorite_detail .close {
    top: 10px;
    right: 10px;
  }
  .c-favorite_detail .control-label {
    margin-bottom: 10px;
  }

  .c-delete_confirm .c-delete_submit .btn {
    margin: 0 5px;
    padding: 10px 40px;
    font-size: 18px;
  }
  .c-delete_confirm .c-delete_submit .ok .btn {
    padding-left: 80px;
    padding-right: 80px;
  }

  /* 他人のマイページトップ ----------------------------------- */
  .c-user_main {
    display: flex;
    margin: 0 0 0 15px;
  }
  .c-user_main .img {
    width: 150px;
  }
  .c-user_main .img img.icon.reviewer {
    max-width: none;
  }
  .c-user_main .box01 {
    flex: 1;
    padding: 0 5px;
    font-size: 16px;
  }
  .c-user_main .name {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .c-user_main .num {
    margin: 0 0 10px;
  }
  .c-user_main .num span + span {
    width: 6em;
  }
  .c-user_main .box02 {
    padding: 0 5px;
    font-size: 16px;
  }
  .c-user_main .box02 .rank img {
    width: 25px;
  }
  .c-user_main .box02 .rank span + span {
    font-size: 20px;
  }
  .c-user_main .box02 .rank + .rank span + span {
    font-size: 16px;
  }
}
/* @media */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .c-mypage_wrap::before {
    display: none;
  }
  .c-mypage_wrap.open_close .c-mypage_nav {
    width: 285px;
  }
  .c-mypage_wrap.open_close::after {
    display: none;
  }

  .c-mypage_nav {
    position: static;
    transition: none;
    width: 285px;
  }
  .c-mypage_nav ul {
    margin-top: 47px;
    border-top: 1px solid #eee;
  }
  .c-mypage_nav li {
    padding: 0;
  }
  .c-mypage_nav li ul {
    margin-left: calc(30px + 0.3em);
  }
  .c-mypage_nav a {
    width: 285px;
    padding: 9px 5px;
  }
  .c-mypage_nav a i {
    width: 30px;
    margin-right: 0.3em;
    font-size: 18px;
    line-height: 30px;
  }
  .c-mypage_nav a .num {
    right: -4px;
    bottom: -4px;
  }
  .c-mypage_nav li.current > a {
    background: #ffe1e3;
  }
  .c-mypage_nav .js-mypage_nav_book {
    cursor: default;
  }

  .c-mypage_contents {
    margin-left: 0;
    border-left: 1px solid #eee;
  }

  .c-mypage_sub {
    margin-left: 0;
  }

  /* 本棚 ----------------------------------- */
  .c-book_list {
    height: auto;
  }

  .c-mypage_wrap .c-book_btn,
  .c-mypage_wrap .c-book_list {
    display: block;
  }

  .c-book_item:hover .c-book_data {
    display: block;
  }

  .c-book_nodata .title {
    font-size: 14px;
  }

  /* 吹き出し */
  .c-book_data {
    position: absolute;
    top: -100px;
    left: -46px;
    z-index: 2;
    width: 200px;
    height: 108px;
    padding: 10px;
    background: #ffe1e3;
    text-align: center;
  }
  .c-book_data::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #ffe1e3;
  }
  .c-book_data .title {
    margin-bottom: 5px;
    color: #e52e6e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
  }
  .c-book_data .author {
    margin-bottom: 5px;
    color: #e52e6e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .c-book_data .publish {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .c-book_data .publish img {
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .c-book_data .date {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .c-book_data .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .c-book_data .text img {
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .c-book_data .text a {
    text-decoration: underline;
  }

  .c-sort_book .c-sort_book_inner {
    max-height: calc(100vh - 140px);
    padding: 5px 23px;
  }
  .c-sort_book .c-book_item {
    width: 95px;
    height: 151px;
    margin: 5px 11px 22px;
  }
  .c-sort_book .btn.decide {
    padding: 15px;
    font-size: 16px;
  }

  #m-book_sort .modal-dialog,
  #m-book_delete .modal-dialog {
    width: 650px;
  }

  .c-book_footer {
    position: static;
    padding: 0 10px;
    border-top: none;
  }
  .c-book_footer.single a {
    width: 33.33%;
  }

  /* 本棚の並び替え */
  .c-book_sort {
    padding: 15px;
  }

  .c-book_sort_btn {
    position: static;
    padding: 20px 10px 0;
    border-top: none;
  }
  .c-book_sort_btn .btn {
    position: relative;
    left: 0;
    bottom: 0;
    width: 33.33%;
    margin: 0 auto;
  }

  /* 成績 ----------------------------------- */
  .c-mypage_chart .c-chart_set .num {
    margin-right: 2em;
  }

  /* メッセージ ----------------------------------- */
  .c-mypage_msg .c-mypage_msg_item .title {
    width: 100%;
  }

  /* くじ引き ----------------------------------- */
  .c-mypage_lotto {
    display: flex;
  }

  .c-lotto_wrap {
    flex: 1;
    padding-right: 10px;
  }

  .c-lotto_history {
    width: 32%;
    border-left: 1px solid #eee;
  }

  /* 設定 プロフィール編集 ----------------------------------- */
  .c-profile_edit .file_area {
    display: flex;
  }
  .c-profile_edit .file_area .img {
    width: 170px;
    margin-right: 15px;
  }
  .c-profile_edit .file_area .file_upload {
    flex: 1;
  }
  .c-profile_edit .file_area .btn {
    margin-top: 20px;
  }

  /* 他人のマイページトップ ----------------------------------- */
  .c-user_main .img {
    width: 170px;
  }
}
/* @media */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .c-mypage_subnav {
    width: 285px;
  }

  /* メッセージ ----------------------------------- */
  .c-mypage_sub ul.c-mypage_msg_list .thm {
    margin-right: 10px;
  }
  .c-mypage_sub ul.c-mypage_msg_list .box {
    width: calc(100% - 45px);
  }

  /* レビュー ----------------------------------- */
  .c-mypage_review .c-refine_select .c-refine_list li {
    width: 25%;
  }

  /* 本棚 ----------------------------------- */
  .c-book_shelf {
    /* 本棚種類 レビュー本棚*/
    /* 本棚種類00 ダンボール*/
    /* 本棚種類01 量産型*/
    /* 本棚種類02 中華王朝風*/
    /* 本棚種類03 スタイリッシュ*/
    /* 本棚種類04 ロココ調*/
    /* 本棚種類05 小嶋ララ子*/
    /* 本棚種類06 クリスタル*/
  }
  .c-book_shelf.bsbgrv {
    width: 790px;
    height: 1084px;
  }
  .c-book_shelf.bsbgrv .c-book_name {
    top: 56px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbgrv .c-book_description {
    top: 86px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbgrv .c-book_item_wrap {
    margin: 0 54px;
    padding-top: 120px;
  }
  .c-book_shelf.bsbgrv .c-book_thm {
    height: 184px;
  }
  .c-book_shelf.bsbg00 {
    width: 790px;
    height: 1034px;
  }
  .c-book_shelf.bsbg00 .c-book_name {
    top: 36px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg00 .c-book_description {
    top: 66px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg00 .c-book_item_wrap {
    margin: 0 54px;
    padding-top: 125px;
  }
  .c-book_shelf.bsbg00 .c-book_thm {
    height: 174px;
  }
  .c-book_shelf.bsbg01 {
    width: 790px;
    height: 1084px;
  }
  .c-book_shelf.bsbg01 .c-book_name {
    top: 56px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg01 .c-book_description {
    top: 86px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg01 .c-book_item_wrap {
    margin: 0 54px;
    padding-top: 120px;
  }
  .c-book_shelf.bsbg01 .c-book_thm {
    height: 184px;
  }
  .c-book_shelf.bsbg02 {
    width: 790px;
    height: 1236px;
  }
  .c-book_shelf.bsbg02 .c-book_name {
    top: 56px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg02 .c-book_description {
    top: 86px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg02 .c-book_item_wrap {
    margin: 0 54px;
    padding-top: 120px;
  }
  .c-book_shelf.bsbg02 .c-book_thm {
    height: 184px;
  }
  .c-book_shelf.bsbg03 {
    width: 790px;
    height: 1084px;
  }
  .c-book_shelf.bsbg03 .c-book_name {
    top: 40px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg03 .c-book_description {
    top: 70px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg03 .c-book_item_wrap {
    margin: 0 75px;
    padding-top: 106px;
  }
  .c-book_shelf.bsbg03 .c-book_thm {
    height: 183px;
  }
  .c-book_shelf.bsbg04 {
    width: 790px;
    height: 1267px;
  }
  .c-book_shelf.bsbg04 .c-book_name {
    top: 58px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg04 .c-book_description {
    top: 88px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg04 .c-book_item_wrap {
    margin: 0 54px;
    padding-top: 123px;
  }
  .c-book_shelf.bsbg04 .c-book_thm {
    height: 184px;
  }
  .c-book_shelf.bsbg05 {
    width: 790px;
    height: 1529px;
  }
  .c-book_shelf.bsbg05 .c-book_name {
    top: 60px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg05 .c-book_description {
    top: 91px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg05 .c-book_item_wrap {
    margin: 0 65px;
    padding-top: 114px;
  }
  .c-book_shelf.bsbg05 .c-book_thm {
    height: 186px;
  }
  .c-book_shelf.bsbg06 {
    width: 790px;
    height: 1152px;
  }
  .c-book_shelf.bsbg06 .c-book_name {
    top: 60px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg06 .c-book_description {
    top: 91px;
    left: 60px;
    margin-right: 60px;
  }
  .c-book_shelf.bsbg06 .c-book_item_wrap {
    margin: 0 65px;
    padding-top: 116px;
  }
  .c-book_shelf.bsbg06 .c-book_thm {
    height: 185px;
  }

  .c-book_thm {
    padding: 0 17px 2px;
  }

  /* 吹き出し */
  .c-book_data {
    left: -32px;
  }

  /* 成績 ----------------------------------- */
  .c-mypage_chart .c-chart_nav {
    width: 285px;
  }

  /* 設定 プロフィール編集 ----------------------------------- */
  .c-profile_edit .c-profile_list {
    overflow: hidden;
  }
  .c-profile_edit .c-profile_list li {
    float: left;
    width: 50%;
  }
  .c-profile_edit .c-profile_list a {
    flex: initial;
    margin-right: 1em;
  }
}
/* @media */
