body {
  background: #f1f1f1;
  font-family: 'Noto Sans JP', sans-serif;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}



/**
 * l-wrapper
 *
 */
.l-wrapper {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .l-wrapper {
    min-width: 320px;
    width: 100%;
  }
}



/**
 * l-header
 *
 */
.l-header {
  z-index: 1;
  min-width: 1120px;
  width: 100%;
}
.l-header header {
  background: #fff000;
  height: 98px;
  z-index: 999;
}
.l-header_flexRoot {
  height:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.l-header_flexRoot h1 {
  width: 248px;
  height: 54px;
  margin: 0;
  flex: 100;
}
.l-header_searchBox {
}
.l-header_searchIcon {
  display: none;
}
.l-header_loginIcon {
  margin-left: 35px;
}
.l-header_menuIcon {
  width: 41px;
  height: 51px;
  margin-left: 35px;
}

@media screen and (min-width: 641px) {
  .l-header_searchBox form {
    height: 52px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .l-header_searchBox select {
    height: 52px;
    padding: 0 1rem;
    border: none;
    border-radius: .5rem;
  }
  .l-header_searchBox input[type=search] {
    height: 52px;
    padding: 0 1rem;
    margin-left: 1rem;
    border: none;
    border-radius: .5rem 0 0 .5rem;
  }
  .l-header_searchBox input[type=submit] {
    background: url(/img/rsp/common/menu_search_btn_l.png) no-repeat 0 0;
    border: none;
    width: 57px;
    height: 52px;
  }
}
@media screen and (max-width: 640px) {
  .l-header {
    min-width: 320px;
  }
  .l-header header {
    height: 49px;
  }
  .l-header_flexRoot {
    position: relative;
  }
  .l-header_flexRoot h1 {
    width: 124px;
    height: 27px;
    margin-left: 10px;
  }
  .l-header_searchBox {
    z-index: 999;
    font-size: .75rem;
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    padding: .5rem;
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
  }
  .l-header_searchBox form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .l-header_searchBox select {
    width: 100%;
    height: 36px;
    padding: .3rem .7rem;
    border: 1px solid #dfdfdf;
    border-radius: .3rem;
    margin-bottom: 1rem;
  }
  .l-header_searchBox input[type=search] {
    height: 36px;
    border: 1px solid #dfdfdf;
    border-radius: .3rem 0 0 .3rem;
    padding: .3rem .7rem;
    flex: 100;
  }
  .l-header_searchBox input[type=submit] {
    background: url(/img/rsp/common/menu_search_btn_s.png) no-repeat 0 0;
    background-size: 44px 36px;
    border: none;
    width: 44px;
    height: 36px;
  }
  .l-header_searchIcon {
    display: block;
    width: 24px;
    height: 25px;
    text-align: right;
  }
  .l-header_loginIcon {
    margin-left: 15px;
    margin-right: 15px;
  }
  .l-header_menuIcon {
    width: 20px;
    height: 25px;
    margin-right: 15px;
    margin-left: 15px;
  }
}



/**
 * l-breadcrumb
 *
 */
.l-breadcrumb {
  display: block;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  color: #000;
  font-weight: 400;
}
.l-breadcrumb li a {
  position: relative;
  margin-right: 1.5rem;
  color: #06a1e1;
  font-weight: 400;
  text-decoration: none;
}
.l-breadcrumb li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -.8rem;
  border: solid #999;
  border-width: 0 1px 1px 0;
  margin-top: -.2rem;
  padding: .2rem;
  transform: rotate(-45deg);
}

@media screen and (min-width: 641px) {
  .l-breadcrumb {
    min-width: 1120px;
    width: 100%;
    font-size: .8rem;
    height: 60px;
  }
  .l-breadcrumb_flexRoot {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    margin: 0 inherit;
    padding: 0;
  }
  .l-breadcrumb_flexRoot li {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .l-breadcrumb {
    min-width: 320px;
    padding: .55rem .5rem 0;
    height: 30px;
    overflow: hidden;
    overflow-x: auto;
    font-size: .63rem;
    white-space: nowrap;
  }
  .l-breadcrumb li {
    display: inline-block;
  }
}



/**
 * l-footer
 *
 */
.l-footer {
  background: #151515;
  min-width: 1120px;
  width: 100%;
  color: #fff;
  font-weight: 100;
}
.l-footer footer {
  padding: 50px 0;
}
.l-footer_flexRoot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-footer_flexRoot_l {
  width: 600px;
  flex: auto;
}
.l-footer_flexRoot_m {
  width: 500px;
  flex: auto;
}
.l-footer_flexRoot_s {
  width: 25%;
  flex: auto;
}
.l-footer_explain {
  font-size: 1rem;
  line-height: 2;
}
.l-footer_countBox {
  margin-top: 30px;
}
.l-footer_countBox ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.l-footer_countBox ul li {
  width: 31%;
  display: block;
  box-sizing: border-box;
  border: 5px solid #dfdfdf;
  padding: .9rem;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
}
.l-footer_countBox ul li strong {
  font-size: 2rem;
  font-weight: 900;
}
.l-footer_linkList {
  box-sizing: border-box;
  padding-right: 3rem;
}
.l-footer_linkList h6 {
  margin: 70px 0 0;
  padding: 0;
  font-size: .75rem;
  font-weight: 400;
}
.l-footer_linkList ul {
  display: block;
  padding: 0;
  margin: 0;
}
.l-footer_linkList a {
  color: #fff;
  text-decoration: none;
}
.l-footer_linkList a:hover {
  text-decoration: underline;
}
.l-footer_linkList_unit {
  display: block;
  padding: 0;
  margin: 1.2rem 0;
  font-size: .75rem;
  font-weight: 100;
}
.l-footer_linkList_unit-lv2:before {
  content: "・";
}
.l-footer_copyright {
  display: block;
  background: #000;
  padding: 20px;
  font-size: .8rem;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .l-footer_logo {
    padding: 10px 0;
  }
  .l-footer_searchBox form {
    height: 52px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .l-footer_searchBox select {
    height: 52px;
    padding: 0 1rem;
    border: none;
    border-radius: .5rem;
  }
  .l-footer_searchBox input[type=search] {
    height: 52px;
    padding: 0 1rem;
    margin-left: 1rem;
    border: none;
    border-radius: .5rem 0 0 .5rem;
    flex: 2;
  }
  .l-footer_searchBox input[type=submit] {
    background: url(/img/rsp/common/menu_search_btn_l.png) no-repeat 0 0;
    border: none;
    width: 57px;
    height: 52px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer {
    min-width: 320px;
  }
  .l-footer footer {
    padding: 1.3rem 0;
  }
  .l-footer_flexRoot_l,
  .l-footer_flexRoot_m {
    width: 100%;
    flex: auto;
  }
  .l-footer_flexRoot_s {
    width: 50%;
  }
  .l-footer_logo {
    text-align: center;
  }
  .l-footer_explain {
    font-size: .8rem;
    line-height: 1.6;
    text-align: center;
  }
  .l-footer_searchBox {
    font-size: .75rem;
    padding: .5rem 1rem;
  }
  .l-footer_searchBox form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .l-footer_searchBox select {
    width: 100%;
    height: 36px;
    padding: .3rem .7rem;
    border: 1px solid #dfdfdf;
    border-radius: .3rem;
    margin-bottom: 1rem;
  }
  .l-footer_searchBox input[type=search] {
    height: 36px;
    border: 1px solid #dfdfdf;
    border-radius: .3rem 0 0 .3rem;
    padding: .3rem .7rem;
    flex: 100;
  }
  .l-footer_searchBox input[type=submit] {
    background: url(/img/rsp/common/menu_search_btn_s.png) no-repeat 0 0;
    background-size: 44px 36px;
    border: none;
    width: 44px;
    height: 36px;
  }
  .l-footer_countBox {
    margin-top: .8rem;
    padding: 0 1rem;
  }
  .l-footer_countBox ul li {
    padding: .7rem .5rem;
    border-width: 2.5px;
    font-size: .63rem;
    line-height: 1.6;
  }
  .l-footer_countBox ul li strong {
    font-size: 1rem;
  }
  .l-footer_linkList {
    padding: 0 1rem;
  }
  .l-footer_linkList h6 {
    margin-top: 2rem;
  }
  .l-footer_linkList_unit {
    font-size: .63rem;
    margin: .4rem 0;
  }
  .l-footer_copyright {
    padding: .5rem;
    font-size: .63rem;
  }
}



/**
 * m-gnavi
 *
 */
.m-gnavi {
  z-index: 1;
  position: relative;
  background: #dfdfdf;
  font-size: 1.13rem;
  font-weight: 500;
  height: 64px;
}
.m-gnavi ul {
  height: 100%;
  margin: 0 inherit;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.m-gnavi ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: auto;
}
.m-gnavi ul li a {
  position: relative;
  display: inline-block;
  padding: .5rem 1rem .5rem 3rem;
  color: #000;
  text-decoration: none;
  border-radius: 1.5rem;
}
.m-gnavi ul li a:hover {
  color: #fff;
  background: #000;
}
.m-gnavi_unit:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  content: '';
  display: inline-block;
  background-image: url(/img/rsp/header/gnavi_icons.png);
  background-repeat: no-repeat;
}
.m-gnavi_unit-season:before {
  margin-top: -.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-position: -1.375rem 0;
}
.m-gnavi_unit-season:hover:before {
  background-position: 0 0;
}
.m-gnavi_unit-chronicle:before {
  margin-top: -.625rem;
  width: 1.3125rem;
  height: 1.25rem;
  background-position: -1.4375rem -1.375rem;
}
.m-gnavi_unit-chronicle:hover:before {
  background-position: 0 -1.375rem;
}
.m-gnavi_unit-tag:before {
  margin-top: -.59375rem;
  width: 1.25rem;
  height: 1.1875rem;
  background-position: -1.375rem -2.75rem;
}
.m-gnavi_unit-tag:hover:before {
  background-position: 0 -2.75rem;
}
.m-gnavi_unit-pop:before {
  margin-top: -.5625rem;
  width: 1.3125rem;
  height: 1.125rem;
  background-position: -1.4375rem -3.9375rem;
}
.m-gnavi_unit-pop:hover:before {
  background-position: 0  -3.9375rem;
}
.m-gnavi_unit-review:before {
  margin-top: -.71875rem;
  width: 1.4375rem;
  height: 1.4375rem;
  background-position: -1.5625rem -5.3125rem;
}
.m-gnavi_unit-review:hover:before {
  background-position: 0 -5.3125rem;
}
.m-gnavi_unit-board:before {
  margin-top: -.65625rem;
  width: 1.4375rem;
  height: 1.3125rem;
  background-position: -1.5625rem -6.875rem;
}
.m-gnavi_unit-board:hover:before {
  background-position: 0 -6.875rem;
}
.m-gnavi_unit-broadcast:before {
  margin-top: -.71875rem;
  width: 1.5625rem;
  height: 1.4375rem;
  background-position: -1.6875rem -8.3125rem;
}
.m-gnavi_unit-broadcast:hover:before {
  background-position: 0 -8.3125rem;
}
@media screen and (max-width: 640px) {
  .m-gnavi {
    font-size: .7rem;
    font-weight: 700;
    height: 38px;
    overflow: hidden;
    overflow-x: auto;
  }
  .m-gnavi ul {
    min-width: 640px;
  }
  .m-gnavi ul li a {
    padding: .25rem .5rem .25rem 1.5rem;
  }
  .m-gnavi_unit:before {
    left: .5rem;
    background-size: 1.625rem auto;
  }
  .m-gnavi_unit-season:before {
    margin-top: -.3125rem;
    width: .625rem;
    height: .625rem;
    background-position: -.6875rem 0;
  }
  .m-gnavi_unit-season:hover:before {
    background-position: 0 0;
  }
  .m-gnavi_unit-chronicle:before {
    margin-top: -.3125rem;
    width: .71875rem;
    height: .625rem;
    background-position: -.71875rem -.6875rem;
  }
  .m-gnavi_unit-chronicle:hover:before {
    background-position: 0 -.6875rem;
  }
  .m-gnavi_unit-tag:before {
    margin-top: -.296875rem;
    width: .625rem;
    height: .59375rem;
    background-position: -.6875rem -1.375rem;
  }
  .m-gnavi_unit-tag:hover:before {
    background-position: 0 -1.375rem;
  }
  .m-gnavi_unit-pop:before {
    margin-top: -.28125rem;
    width: .65625rem;
    height: .5625rem;
    background-position: -.71875rem -1.96875rem;
  }
  .m-gnavi_unit-pop:hover:before {
    background-position: 0 -1.96875rem;
  }
  .m-gnavi_unit-review:before {
    margin-top: -.359375rem;
    width: .71875rem;
    height: .71875rem;
    background-position: -.78125rem -2.65625rem;
  }
  .m-gnavi_unit-review:hover:before {
    background-position: 0 -2.65625rem;
  }
  .m-gnavi_unit-board:before {
    margin-top: -.328125rem;
    width: .71875rem;
    height: .65625rem;
    background-position: -.78125rem -3.4375rem;
  }
  .m-gnavi_unit-board:hover:before {
    background-position: 0 -3.4375rem;
  }
  .m-gnavi_unit-broadcast:before {
    margin-top: -.359375rem;
    width: .78125rem;
    height: .71875rem;
    background-position: -.84375rem -4.15625rem;
  }
  .m-gnavi_unit-broadcast:hover:before {
    background-position: 0 -4.15625rem;
  }
}



/**
 * .m-toTop
 *
 */
.m-toTop {
  font-size: 1.12rem;
  font-weight: 400;
  text-align: center;
}
.m-toTop a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  padding: 4rem 0;
}
.m-toTop a:after {
  content: '';
  position: absolute;
  top: 2.7rem;
  right: 50%;
  border: solid #000;
  border-width: 0 2px 2px 0;
  margin-right: -.4rem;
  padding: .4rem;
  transform: rotate(-135deg);
}

@media screen and (max-width: 640px) {
  .m-toTop {
    font-size: .63rem;
  }
  .m-toTop a:after {
    top: 3rem;
    margin-right: -.2rem;
    padding: .2rem;
  }
}



/**
 * m-loginMenu
 *
 */
.m-loginMenu {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.m-loginMenu nav {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: #fff000;
}
.m-loginMenu ul {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.m-loginMenu li {
  list-style: none;
}
.m-loginMenu a {
  display: list-item;
  list-style: disc inside;
  color: #000;
  text-decoration: none;
}
.m-loginMenu a:hover {
  background: #fff;
}
.m-loginMenu_faceIcon {
  margin: 0 !important;
  border-bottom: 4px solid #fff;
}
.m-loginMenu_faceIcon a {
  display: block;
  position: relative;
  padding: 0 !important;
  margin-right: 4rem;
}
.m-loginMenu_faceIcon a:hover {
  background: transparent;
}
.m-loginMenu_faceIcon img {
  position: relative;
  vertical-align: middle;
}
.m-loginMenu_faceIcon strong {
  display: inline-block;
}
.m-loginMenu_close {
  position: absolute;
  margin: 0;
}
.m-loginMenu_close a {
  display: block;
  padding: 0 !important;
}
.m-loginMenu_close a:hover {
  background: transparent;
}

@media screen and (min-width: 641px) {
  .m-loginMenu {
    background: rgba(0, 0, 0, 0.36);
  }
  .m-loginMenu nav {
    width: 640px;
    left: 50%;
    top: 100px;
    margin-left: -320px;
    border-radius: 8px;
    box-shadow: 8px 8px rgba(0, 0, 0, 1);
  }
  .m-loginMenu ul {
    font-size: 1.5rem;
    padding: .4rem 0;
  }
  .m-loginMenu li {
    margin: 1.3rem;
  }
  .m-loginMenu a {
    padding: 1rem;
    border-radius: 2rem;
  }
  .m-loginMenu_faceIcon {
    padding: .75rem;
    font-size: 1.1rem;
  }
  .m-loginMenu_faceIcon a {
    top: 5px;
  }
  .m-loginMenu_faceIcon img {
    top: -5px;
    border-radius: 5px;
  }
  .m-loginMenu_faceIcon strong {
    margin-left: 1rem;
    font-size: 1.875rem;
  }
  .m-loginMenu_close {
    top: 2rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .m-loginMenu {
  }
  .m-loginMenu nav {
    min-width: 320px;
    min-height: 100%;
    height: auto;
  }
  .m-loginMenu ul {
    font-size: .75rem;
    padding: .2rem 0;
  }
  .m-loginMenu li {
    margin: .5rem;
  }
  .m-loginMenu a {
    padding: .8rem;
    border-radius: 1.3rem;
  }
  .m-loginMenu_faceIcon {
    padding: .3rem;
    border-bottom-width: 2px;
    font-size: .63rem;
  }
  .m-loginMenu_faceIcon a {
    top: 3px;
    margin-right: 2.5rem;
  }
  .m-loginMenu_faceIcon img {
    top: -3px;
    width: 36px;
    height: 36px;
    border-radius: 3px;
  }
  .m-loginMenu_faceIcon strong {
    margin-left: .6rem;
    font-size: .95rem;
  }
  .m-loginMenu_close {
    top: .9rem;
    right: 15px;
  }
}



/**
 * .m-moreBtn
 *
 */
.m-moreBtn {
  display: block;
  border: 1px solid #dedfe0;
  border-radius: .875rem;
  background: #fff;
  box-shadow: 0 2px #d2d3d4;
  box-sizing: border-box;
  margin: auto;
  padding: 1.8rem;
  color: #06a1e1;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .m-moreBtn {
    border-radius: .5rem;
    width: 100%;
    font-size: .815rem;
    padding: .815rem;
  }
}



/**
 * .m-shelfBtn
 * .m-movieBtn
 * .m-reviewBtn
 *
 * common setting
 */
.m-shelfBtn,
.m-movieBtn,
.m-reviewBtn {
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.m-shelfBtn a,
.m-movieBtn a,
.m-reviewBtn a {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 1.375rem 1rem;
  border-bottom: .375rem solid transparent;
  color: #fff;
  text-decoration: none;
}
.m-shelfBtn a:focus,
.m-movieBtn a:focus,
.m-reviewBtn a:focus {
  top: .25rem;
  border-bottom-width: .125rem;
}
.m-shelfBtn a:before,
.m-movieBtn a:before,
.m-reviewBtn a:before {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 640px) {
  .m-shelfBtn,
  .m-movieBtn,
  .m-reviewBtn {
    font-size: .625rem;
  }
  .m-shelfBtn a,
  .m-movieBtn a,
  .m-reviewBtn a {
    padding: .625rem;
    border-bottom-width: .25rem;
  }
  .m-shelfBtn a:focus,
  .m-movieBtn a:focus,
  .m-reviewBtn a:focus {
    top: .125rem;
  }
  .m-shelfBtn a:before,
  .m-movieBtn a:before,
  .m-reviewBtn a:before {
  }
}



/**
 * .m-shelfBtn
 *
 */
.m-shelfBtn {
}
.m-shelfBtn a {
}
.m-shelfBtn a:before {
  width: 28px;
  height: 36px;
  background-image: url(/img/rsp/common/shelf_icon_s.png);
  top: 1.125rem;
  left: 50%;
}
.m-shelfBtn-add a {
  padding-left: 4rem;
  background: #ff9c00;
  border-bottom-color: #b67000;
}
.m-shelfBtn-add a:before {
  margin-left: -4rem;
}
.m-shelfBtn-delete a {
  padding-left: 4rem;
  background: #acacac;
  border-bottom-color: #888;
}
.m-shelfBtn-delete a:before {
  margin-left: -5rem;
}
@media screen and (max-width: 640px) {
  .m-shelfBtn {
  }
  .m-shelfBtn a {
    padding-top: 3rem;
    padding-left: .625rem;
  }
  .m-shelfBtn a:before {
    width: 25px;
    height: 32px;
    background-image: url(/img/rsp/common/shelf_icon_l.png);
    background-size: 25px 32px;
    margin-left: -12.5px;
    top: .5rem;
  }
}



/**
 * .m-movieBtn
 *
 */
.m-movieBtn {
}
.m-movieBtn a {
  background: #00baff;
  border-bottom-color: #0077a4;
  padding-left: 1.5rem;
}
@media screen and (max-width: 640px) {
  .m-movieBtn {
  }
  .m-movieBtn a {
    min-height: 4.6rem;
    padding-top: 1.5rem;
    padding-left: .625rem;
  }
}



/**
 * .m-reviewBtn
 *
 */
.m-reviewBtn {
}
.m-reviewBtn a {
  background: #3eb100;
  border-bottom-color: #256a00;
  padding-right: .5rem;
  padding-left: 3.5rem;
}
.m-reviewBtn a:before {
  width: 33px;
  height: 32px;
  background-image: url(/img/rsp/common/review_icon.png);
  top: 1.25rem;
  left: 50%;
  margin-left: -7.25rem;
}
@media screen and (max-width: 640px) {
  .m-reviewBtn {
    font-size: .75rem;
  }
  .m-reviewBtn a {
    padding-right: .625rem;
    padding-left: 2.625rem;
  }
  .m-reviewBtn a:before {
    width: 17px;
    height: 16px;
    background-size: 17px 16px;
    top: .5rem;
    margin-left: -3.5rem;
  }
}



/**
 * .m-reviewUnit
 *
 */
.m-reviewUnit {
  display: flex;
  flex-wrap: nowrap;
  margin: 1.75rem 5rem;
}
.m-reviewUnit_userImage {
  width: 140px;
}
.m-reviewUnit_userImage img {
  border-radius: .5rem;
}
.m-reviewUnit_userText {
  position: relative;
  box-sizing: border-box;
  min-height: 140px;
  background: #fff;
  border-radius: .5rem;
  padding: 1.5rem 1.75rem;
  margin-left: 1rem;
  flex: 20;
}
.m-reviewUnit_userText:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0;
  margin-left: -1rem;
  border: .5rem solid transparent;
  border-right: .5rem solid #fff;
}
.m-reviewUnit_userText a {
  color: #444;
}
.m-reviewUnit_userText .review_neta_warn {
  position: relative;
  border-radius: .5rem;
  background: #ff4012;
  padding: .5rem .5rem .5rem 3rem;
  color: #fff;
  font-size: .875rem;
  line-height: 1.5;
}
.m-reviewUnit_userText .review_neta_warn:before {
  content: "！";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: .5rem;
  margin-top: -1.5rem;
}
.m-reviewUnit_userText_netabareIcon {
  position: absolute;
  top: 1.2rem;
  right: .8rem;
  text-align: right;
}
.m-reviewUnit_userText_netabareIcon img {
  width: 50%;
  height: 50%;
  transform: rotate(15deg);
}
.m-reviewUnit_userText_nickname {
  margin: 0;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.m-reviewUnit_userText_nickname > strong {
  font-size: 1.25rem;
}
.m-reviewUnit_userText_pointLane {
  margin-bottom: 3rem;
  font-size: .75rem;
  font-weight: 500;
}
.m-reviewUnit_userText_totalPoint {
  position: absolute;
  margin: 0;
  top: 1.5rem;
  right: 1.75rem;
  line-height: 1;
}
.m-reviewUnit_userText_pointLane img,
.m-reviewUnit_userText_totalPoint img {
  position: relative;
  width: 20px;
  height: 20px;
  top: 1px;
}
.m-reviewUnit_userText_pointLane strong,
.m-reviewUnit_userText_totalPoint strong {
  display: inline-block;
  margin-left: .3rem;
  color: #f00;
  font-size: 1.375rem;
  font-weight: 900;
}
.m-reviewUnit_userText_pointLane strong {
  margin-right: 1rem;
}
.m-reviewUnit_userText_pointLane span {
  margin: 0 .125rem;
}
.m-reviewUnit_userText_pointLane em {
  margin-left: 1rem;
  color: #007100;
  font-size: .875rem;
  font-style: normal;
}
.m-reviewUnit_userText_title {
  margin: 1.5rem 0 .75rem;
  color: #444;
  font-size: 1rem;
  word-break: break-all;
}
.m-reviewUnit_userText_content {
  margin: 0;
  color: #444;
  font-size: 1rem;
  line-height: 1.9;
  word-break: break-all;
}
.m-reviewUnit_userText_footerLane {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #dcdcdc;
}
.m-reviewUnit_userText_footerLane_updated {
  flex-grow: 6;
  flex-shrink: 1;
  color: #777;
  font-size: .875rem;
}
.m-reviewUnit_userText_footerLane_view,
.m-reviewUnit_userText_footerLane_thanks {
  flex-grow: 1;
  flex-shrink: 1;
  color: #444;
  font-size: .875rem;
  font-weight: 900;
  text-align: right;
}
.m-reviewUnit_userText_footerLane_view {
  position: relative;
  top: -.1rem;
}
.m-reviewUnit_userText_footerLane_thanks a,
.m-reviewUnit_userText_footerLane_thanks p {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #ff004e;
  font-size: 1.425rem;
  padding-left: 2.6rem;
}
.m-reviewUnit_userText_footerLane_thanks a {
  cursor: pointer;
}
.m-reviewUnit_userText_footerLane_thanks a:before,
.m-reviewUnit_userText_footerLane_thanks p:before {
  content: '';
  display: block;
  position: absolute;
  top: -.1rem;
  left: 0;
  width: 2.075rem;
  height: 1.6875rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.m-reviewUnit_userText_footerLane_thanks a:before {
  background-image: url(/img/rsp/common/heart_off.png);
}
.m-reviewUnit_userText_footerLane_thanks p:before {
  background-image: url(/img/rsp/common/heart_on.png);
}
.m-reviewUnit_userText_youtubeLink {
  margin: 3rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.m-reviewUnit_userText_youtubeLink a {
  color: #00baff;
}
.m-reviewUnit_userText_userFollow {
  padding: 1.5rem;
  background: #f3fcec;
}
.m-reviewUnit_userText_userFollow > p {
  margin: 0;
  color: #2c6700;
  font-size: .875rem;
  line-height: 1.5;
}
.m-reviewUnit_userText_userFollow > p > span {
  font-weight: 600;
}
.m-reviewUnit_userText_userFollow_button {
}
.m-reviewUnit_userText_userFollow_button > a {
  display: block;
  box-sizing: border-box;
  margin: 1rem auto 0;
  padding-top: 1.125rem;
  width: 25.75rem;
  height: 3.75rem;
  border-radius: .375rem;
  border-bottom: .25rem solid #256f00;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background: #42bc00;
}
.m-reviewUnit_userText_userFollow_button > a[data-type="delete"] {
  background: #b9b9b9;
  border-bottom-color: #737373;
}
.m-reviewUnit_userText_spamLink {
  margin: .5rem 0 0;
  font-size: .75rem;
  text-align: right;
}
.m-reviewUnit_userText_spamLink > br {
  display: none;
}
.m-reviewUnit_userText_spamLink > span {
  margin-left: 2rem;
}
.m-reviewUnit_userText_spamLink > span picture > img {
  position: relative;
  top: .5rem;
  left: -.25rem;
}
@media screen and (min-width: 641px) {
  .m-reviewUnit_userText_pointLane > br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .m-reviewUnit {
    margin: .75rem .5rem;
  }
  .m-reviewUnit_userImage {
    width: 25px;
  }
  .m-reviewUnit_userImage img {
    width: 25px;
    height: 25px;
    border-radius: .25rem;
  }
  .m-reviewUnit_userText {
    min-height: 3rem;
    padding: .5rem .75rem;
    font-size: .75rem;
  }
  .m-reviewUnit_userText:after {
    top: .4rem;
    border-right-width: .75rem;
  }
  .m-reviewUnit_userText .review_neta_warn {
    padding-left: 2.5rem;
    font-size: .625rem;
  }
  .m-reviewUnit_userText .review_neta_warn:before {
    font-size: 1.5rem;
    margin-top: -1.25rem;
  }
  .m-reviewUnit_userText_netabareIcon {
    top: .6rem;
    right: .5rem;
  }
  .m-reviewUnit_userText_netabareIcon img {
    width: 25%;
    height: 25%;
  }
  .m-reviewUnit_userText_nickname {
    margin-top: .5rem;
    font-size: .625rem;
  }
  .m-reviewUnit_userText_nickname > strong {
    font-size: .75rem;
  }
  .m-reviewUnit_userText_pointLane {
    position: relative;
    margin: .5rem 0 1.25rem;
    line-height: 1.5;
  }
  .m-reviewUnit_userText_totalPoint {
    top: .25rem;
    right: .75rem;
  }
  .m-reviewUnit_userText_pointLane img,
  .m-reviewUnit_userText_totalPoint img {
    width: 11px;
    height: 11px;
  }
  .m-reviewUnit_userText_pointLane strong,
  .m-reviewUnit_userText_totalPoint strong {
    font-size: .75rem;
  }
  .m-reviewUnit_userText_pointLane em {
    position: absolute;
    top: .125rem;
    left: 6rem;
    margin: 0;
    font-size: .625rem;
  }
  .m-reviewUnit_userText_pointLane span {
    font-size: .625rem;
  }
  .m-reviewUnit_userText_title {
    margin: .625rem 0 .25rem;
    font-size: .75rem;
  }
  .m-reviewUnit_userText_content {
    font-size: .75rem;
    line-height: 1.46;
  }
  .m-reviewUnit_userText_footerLane {
    margin-top: .75rem;
    padding-top: .5rem;
  }
  .m-reviewUnit_userText_footerLane_updated {
    width: 100%;
    margin-bottom: .7rem;
    color: #444;
    font-size: .625rem;
    text-align: right;
  }
  .m-reviewUnit_userText_footerLane_view,
  .m-reviewUnit_userText_footerLane_thanks {
    font-size: .688rem;
  }
  .m-reviewUnit_userText_footerLane_view {
    top: 0;
  }
  .m-reviewUnit_userText_footerLane_thanks a,
  .m-reviewUnit_userText_footerLane_thanks p {
    padding-left: 1.3rem;
    font-size: .75rem;
  }
  .m-reviewUnit_userText_footerLane_thanks a:before,
  .m-reviewUnit_userText_footerLane_thanks p:before {
    background-size: 1rem .8125rem;
    width: 1rem;
    height: .8125rem;
  }
  .m-reviewUnit_userText_youtubeLink {
    margin: 2.5rem .25rem 2rem;
    font-size: .625rem;
    font-weight: 500;
  }
  .m-reviewUnit_userText_userFollow {
    padding: .75rem;
  }
  .m-reviewUnit_userText_userFollow > p {
    font-size: .625rem;
  }
  .m-reviewUnit_userText_userFollow_button > a {
    width: 100%;
    height: 2.25rem;
    padding-top: .625rem;
    font-size: .75rem;
  }
  .m-reviewUnit_userText_spamLink {
    font-size: .625rem;
    line-height: 2;
    text-align: center;
  }
  .m-reviewUnit_userText_spamLink > br {
    display: block;
  }
  .m-reviewUnit_userText_spamLink > span picture > img {
    top: .125rem;
  }
}



/**
 * .modal
 * TODO: SPからそのまま引っ張ってきただけのため今後要調整
 *
 */
.modal {
  width:100%;
  height:100%;
  display:block;
  z-index:100;
  text-align:center;
}
.modal__wrap {
  margin:60px 15px 0px;
  padding:15px;
  background:#e6e8e8;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  position:relative;
}
.modal__heading {
  font-size: 1rem;
  margin-top:8px;
  line-height:1.5;
}
.modal__shelfButton {
  margin-top:15px;
  height:43px;
  line-height:43px;
  color:#fff;
  font-weight:bold;
  text-shadow:1px 1px 1px #666,-1px -1px 1px #666;
  text-decoration:none;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.modal__shelfButton--want {
  background:#00a6cf;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cdff',endColorstr='#00a6cf',GradientType=0 );
  background:-webkit-gradient(linear, left top, left bottom, from(#00cdff), to(#00a6cf));
  background:-o-linear-gradient(top, #00cdff, #00a6cf);
  background:-moz-linear-gradient(top, #00cdff, #00a6cf);
  background:linear-gradient(#00cdff, #00a6cf);
  border:1px solid #4c93b4;
}
.modal__shelfButton--now {
  background:#7be400;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3fa3e',endColorstr='#7be400',GradientType=0 );
  background:-webkit-gradient(linear, left top, left bottom, from(#a3fa3e), to(#7be400));
  background:-o-linear-gradient(top, #a3fa3e, #7be400);
  background:-moz-linear-gradient(top, #a3fa3e, #7be400);
  background:linear-gradient(#a3fa3e, #7be400);
  border:1px solid #85d200;
}
.modal__shelfButton--giveup {
  background:#ffa43f;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf79',endColorstr='#ffa43f',GradientType=0 );
  background:-webkit-gradient(linear, left top, left bottom, from(#ffbf79), to(#ffa43f));
  background:-o-linear-gradient(top, #ffbf79, #ffa43f);
  background:-moz-linear-gradient(top, #ffbf79, #ffa43f);
  background:linear-gradient(#ffbf79, #ffa43f);
  border:1px solid #e0a045;
}
.modal__shelfButton--comp {
  background:#ff5454;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9999',endColorstr='#ff5454',GradientType=0 );
  background:-webkit-gradient(linear, left top, left bottom, from(#ff9999), to(#ff5454));
  background:-o-linear-gradient(top, #ff9999, #ff5454);
  background:-moz-linear-gradient(top, #ff9999, #ff5454);
  background:linear-gradient(#ff9999, #ff5454);
  border:1px solid #d66b6b;
}
.modal__shelfButton--stop {
  background:#9e9e9e;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9b9b9',endColorstr='#9e9e9e',GradientType=0 );
  background:-webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#9e9e9e));
  background:-o-linear-gradient(top, #b9b9b9, #9e9e9e);
  background:-moz-linear-gradient(top, #b9b9b9, #9e9e9e);
  background:linear-gradient(#b9b9b9, #9e9e9e);
  border:1px solid #a7a7a7;
}
.modal__cara {
  margin-top:24px;
}
.modal__close {
  width:30px;
  height:30px;
  margin: 0;
  line-height:30px;
  cursor:pointer;
  font-size:24px;
  font-weight:bold;
  position:absolute;
  top:0px;
  right:0px;
}
.modal__buttonNormal {
  margin-top:15px;
  height:44px;
  line-height:44px;
  color:#000;
  font-weight:bold;
  background:#e3e1d2;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#e3e1d2',GradientType=0 );
  background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e1d2));
  background:-o-linear-gradient(top, #fff, #e3e1d2);
  background:-moz-linear-gradient(top, #fff, #e3e1d2);
  background:linear-gradient(#fff, #e3e1d2);
  border:1px solid #aca898;
  -webkit-box-shadow:0 1px 2px 0 #c6c6c6;
  box-shadow:0 1px 2px 0 #c6c6c6;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  text-align:center;
}
.modal__orange {
  margin-top:5px;
  font-size:0.9rem;
  font-weight:bold;
  color:#d79515;
}
.modal__thaxText {
  margin-top:15px;
  font-size:0.6rem;
  font-weight:bold;
  color:#d55b5b;
  text-align:left;
}
.modal__thaxText__header {
  margin-bottom:5px;
  font-size:0.75rem;
}
.modal__pushList {
  width:100%;
  margin:24px 0px 0px;
  padding:0px;
  list-style-type:none;
  display:table;
}
.modal__pushList__item {
  width:33.3%;
  margin:0px;
  padding:0px;
  list-style-type:none;
  display:table-cell;
  text-align:center;
}
.modal__pushList__link {
  font-size:0.65rem;
  text-decoration:none;
}
.modal__pushList__img {
  width:80px;
  height:80px;
  border:1px solid #000;
}
.modal__pushList__title {
  margin-top:8px;
  font-size:0.65rem;
}
.modal__offLink {
  margin-top:40px;
  font-size:0.75rem;
  font-weight:bold;
}



/**
 * .m-amgBnr
 *
 */
.m-amgBnr {
  text-align:center;
  margin: 15px auto;
}



