@charset "UTF-8";
/* Scss Document */
.l-body {
  flex: 1 0 auto; }

@media (min-width: 769px) {
  .l-header_logo {
    width: 16rem; } }
.c-article_content p[id*="f"] {
  margin-top: -8.1rem;
  padding-top: 8.1rem; }
.c-article_content table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 20px;
  width: 100%;
  caption-side: top; }
  .c-article_content table th, .c-article_content table td {
    border: 1px solid #ccc;
    padding: 8px 10px 5px;
    text-align: left; }
  .c-article_content table th {
    background: #efefef; }
  .c-article_content table caption {
    padding: 1rem 1rem;
    background-color: #f3f3f3;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    text-align: center; }
  @media (max-width: 575.98px) {
    .c-article_content table.vertical th, .c-article_content table.vertical td {
      display: block; } }

.c-article_header_sub {
  font-size: 1.5rem; }

.blank-temp {
  font-size: 1.6rem;
  line-height: 1.6; }

#calendar {
  margin-bottom: 2.3em;
  margin-right: 3px; }
  #calendar table {
    margin-right: 3px;
    width: 100%;
    caption-side: top; }
  #calendar span, #calendar table, #calendar tbody, #calendar thead, #calendar tr, #calendar th, #calendar th {
    vertical-align: middle; }
  #calendar a {
    vertical-align: middle; }
  #calendar .calendar_title {
    color: #000000;
    padding: 10px 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
  #calendar .calendarhead {
    border-top: 1px solid #e3e3e3;
    color: #000000;
    padding: 10px 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase; }

th.calendarday {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  color: #9e9e9e;
  font-size: 10px;
  letter-spacing: 0;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase; }

td.calendarday {
  border-left: 1px dotted #d5d5d5;
  padding: 3px 1px;
  text-align: center; }

td.calendarday.sunday {
  background-color: #fff0ee; }

td.calendarday.saturday {
  background-color: #f0f3fc; }

.calendarday a {
  color: #c09853 !important;
  display: block; }

.calendarday a:hover {
  background-color: #1ba1e2;
  color: #ffffff !important; }

.today {
  background-color: #fcf8e3;
  font-weight: bold; }

table#ml {
  margin-bottom: 2.3em;
  overflow: hidden;
  width: 100%; }

table#ml th {
  background-color: #efefef;
  border-bottom: 1px dotted #e6e6e6;
  font-weight: bold;
  padding: 5px; }

table#ml td {
  border-bottom: 1px dotted #e6e6e6;
  padding: 6px; }

.ml_contents {
  background: none repeat scroll 0 0 #f7f7f7;
  font-family: 'ＭＳ ゴシック', sans-serif;
  line-height: 160%;
  padding: 10px;
  overflow-wrap: break-word; }

.columnSection h3 {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e5e5e5;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 1.5; }
  .columnSection h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 4rem;
    height: 2px;
    background-color: #333; }

.columnSection, .column {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem 2rem;
  border: 1px solid #333;
  line-height: 1.5; }
  .columnSection .enq > h2, .column .enq > h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem; }
  .columnSection h4, .column h4 {
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e5e5;
    font-size: 1.8rem;
    margin-bottom: 0.5rem; }
  .columnSection figure.mr-md-3, .column figure.mr-md-3 {
    min-width: 30%; }
    @media (max-width: 575.98px) {
      .columnSection figure.mr-md-3, .column figure.mr-md-3 {
        min-width: auto; } }
  .columnSection .btn.btn-danger, .column .btn.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545; }

.pagination {
  font-size: 1.6rem; }

.prList {
  background: #f3f3f3;
  list-style: none;
  margin: 1rem 0;
  padding: 1rem; }
  .prList li {
    display: flex;
    margin-bottom: 8px; }
    .prList li:before {
      background: #B7B8B8;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      color: #fff;
      content: "PR";
      line-height: 1;
      margin: 2px 7px 0 0;
      padding: 3px;
      text-align: center; }

.c-article_content > figure {
  text-align: center; }

.c-article_content > figure img, .c-article_content > figure a img {
  width: auto; }
  .c-article_content > figure img:nth-child(n + 2), .c-article_content > figure a img:nth-child(n + 2) {
    margin-top: 1rem; }

.c-article_content > figure a {
  display: inline-block; }
  .c-article_content > figure a:nth-child(n + 2) {
    margin-top: 1rem; }

.c-article_content > .columnSection ul, .c-article_content > .column > ul, .c-article_content table ul, .c-article_content blockquote ul {
  list-style-type: disc; }

.c-article_content > .columnSection ol, .c-article_content > .column > ol, .c-article_content table ol, .c-article_content blockquote ol {
  list-style-type: decimal; }

.c-article_content > ol, .c-article_content > ol ol, .c-article_content > ul ol {
  list-style-type: decimal;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  line-height: 1.5; }

.c-article_content > ul, .c-article_content > ul ul, .c-article_content > ol ul {
  list-style-type: disc;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  line-height: 1.5; }

ul.c-article_sns_list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  line-height: normal;
  font-size: 1.4rem; }

.c-article_content > .columnSection ul, .c-article_content > .columnSection ol {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 2rem;
  line-height: 1.5; }

.c-article_content > .column ul, .c-article_content > .column ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  line-height: 1.5; }

.c-article_content table ul, .c-article_content blockquote ul, .c-article_content table ol, .c-article_content blockquote ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  line-height: 2; }

.c-article_content > .columnSection > ul li:not(:first-child), .c-article_content > .columnSection > ol li:not(:first-child), .c-article_content > .column > ul > li:not(:first-child), .c-article_content > .column > ol > li:not(:first-child), .c-article_content > ul li:not(:first-child), .c-article_content > ol li:not(:first-child) {
  margin-top: 1.5rem; }

.c-article_content .d-flex p {
  width: 100%; }

.c-article_content a {
  font-weight: 800; }

.c-article_header_credit, .c-article_header_tags {
  flex-shrink: 1; }

.c-article_content .columnSection figure {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem; }

.c-article_content .columnSection figure img {
  width: auto; }

.c-article_content .columnSection figure figcaption {
  padding: 1rem 1rem;
  background-color: #f3f3f3;
  font-size: 1.2rem;
  line-height: 1.5; }

.c-article_content p.intvwr {
  color: #6c6c6c;
  font-weight: bold; }

/*freepage用*/
.c-article_content.freepage > h2:first-of-type {
  margin-top: 0 !important; }

.c-article_content.freepage > figure img {
  max-width: 100%;
  width: auto; }

.c-article_content.freepage .c-articleindex_item_description {
  font-size: 1.4rem;
  line-height: 1.5; }
.c-article_content.freepage .c-primarysection_heading {
  line-height: 1.5; }
@media only screen and (max-width: 480px) {
  .c-article_content.freepage .c-articleindex_item_heading {
    font-size: 1.4rem;
    line-height: 1.5; } }

.c-article_content.freepage ul {
  list-style-type: none; }
  .c-article_content.freepage ul.c-articleindex_list {
    padding-left: 0; }

ul.c-articleindex_list, .c-articleindex_item_tags ul.c-taglist {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.c-articleindex_item_tags ul.c-taglist li:not(:first-child) {
  margin-top: 0.5rem; }

.c-pickupindex_listitem:nth-child(odd) {
  background: #FAFAFA; }

p.ovh {
  width: 100%; }

@media only screen and (max-width: 480px) {
  .l-megamenu_item .c-primarysection_header {
    border-top: 3px solid #e5e5e5; }
  .l-megamenu_item .-level2 .c-primarysection_header {
    border-top: 2px solid #e5e5e5;
    background: none;
    padding: 0.6rem 0; }

  .c-primarysection {
    margin-top: 3rem; } }
.cx-detail {
  background: #F3F3F3; }

.megamenu_search h2 {
  font-size: 1.6rem;
  padding: 0.6rem 0; }

.tab-menu {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 4px; }
  .tab-menu .item {
    width: 50%;
    flex: 1 0 auto; }
    .tab-menu .item .link {
      position: relative;
      display: inline-block;
      background-color: #eee;
      text-align: center;
      width: 100%;
      padding: 0.5rem; }
      .tab-menu .item .link.active {
        color: #fff;
        background-color: #cc1414; }
        .tab-menu .item .link.active:before {
          content: "";
          position: absolute;
          border: solid 10px transparent;
          border-top: solid 10px #cc1414;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .tab-menu .item .link:hover, .tab-menu .item .link:focus {
        text-decoration: none; }

@media (min-width: 769px) {
  .-markezinedaypremium .c-boxsection_eventindex_listitem_logo img {
    width: 14.8rem; } }
@media (min-width: 769px) {
  .c-profile_img {
    flex-basis: 9.2rem;
    margin-right: 2rem; } }
.l-footer_functionnav_usermenu_listitem, .l-footer_functionnav_cta_listitem {
  flex: 1 0 auto; }

@media only screen and (max-width: 768px) {
  .l-footer_functionnav_links_listitem, .l-megamenu_functionnav_links_listitem {
    flex: inherit; } }

.footer-logo {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .footer-logo {
      flex-flow: column; } }

.l-footer_shoeisha_logo {
  width: auto; }
  @media only screen and (max-width: 768px) {
    .l-footer_shoeisha_logo {
      margin-bottom: 1.8rem;
      width: 4.5rem; } }

/*旧デザイン左右　用*/
.imgLRBlock .imgR {
  float: right;
  margin: 0 0 0 20px; }

.imgLRBlock .imgL {
  float: left;
  margin: 0 20px 0 0; }

.imgLRBlock .ovh {
  overflow: hidden; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

@media (max-width: 769px) {
  .imgLRBlock .imgR {
    float: none;
    margin: 0;
    text-align: center; }

  .imgLRBlock .imgL {
    float: none;
    margin: 0;
    text-align: center; } }
/*IE11 用*/
@media all and (-ms-high-contrast: none) {
  .l-main.col-md-8, .l-sidebar.col-md-4 {
    padding-right: calc(5rem / 2);
    padding-left: calc(5rem / 2); } }
input.btn.btn-primary {
  color: #fff;
  background-color: #1756E3;
  border-color: #1756E3; }
  input.btn.btn-primary:hover {
    color: #fff;
    background-color: #144ECE;
    border-color: #144ECE; }

input.btn.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  input.btn.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }

input.btn.btn-success {
  color: #fff;
  background-color: #0F8096;
  border-color: #0F8096; }
  input.btn.btn-success:hover {
    color: #fff;
    background-color: #0C6678;
    border-color: #0C6678; }

input.btn.btn-warning {
  color: #000;
  background-color: #E4A000;
  border-color: #E4A000; }
  input.btn.btn-warning:hover {
    color: #000;
    background-color: #BB8300;
    border-color: #BB8300; }

input.btn.btn-danger {
  color: #fff;
  background-color: #D63C16;
  border-color: #D63C16; }
  input.btn.btn-danger:hover {
    color: #fff;
    background-color: #C23613;
    border-color: #C23613; }

input.btn.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  input.btn.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }

.l-megamenu_functionbar_search {
  flex-basis: 80rem;
  margin-left: 3rem;
  margin-right: 3rem; }

.l-megamenu_bookbox {
  display: flex;
  align-items: center;
  padding: 2rem;
  background-color: #5d5d5d; }
  @media (min-width: 768px) {
    .l-megamenu_bookbox {
      flex-direction: column; } }

.l-megamenu_bookbox_cover {
  flex-shrink: 0;
  position: relative;
  width: 7rem; }
  @media (min-width: 768px) {
    .l-megamenu_bookbox_cover {
      width: 14rem; } }

.l-megamenu_book_inner {
  display: flex; }

.l-megamenu_book_overview {
  flex-basis: 45rem; }

.l-megamenu_book_bookbox {
  display: grid;
  gap: 0 2rem;
  grid-template: "cover info" 1fr "cover cta" 1fr / 1fr 1fr;
  flex-basis: 49rem;
  margin-left: auto;
  padding: 3rem 3rem; }
  .l-megamenu_book_bookbox .l-megamenu_bookbox_cover {
    grid-area: cover;
    width: 18rem;
    padding-left: 1rem; }
  .l-megamenu_book_bookbox .l-megamenu_bookbox_info {
    grid-area: info;
    margin-top: 0;
    justify-self: start;
    align-self: stretch;
    text-align: left; }

.l-megamenu_academy_inner {
  display: flex; }

.l-megamenu_academy_overview {
  flex-basis: 45rem; }

.l-megamenu_academy_overview_logo {
  padding-top: 2rem;
  text-align: center; }

.l-megamenu_academy_overview_text {
  margin-top: 4rem; }

.l-megamenu_academy_features {
  margin-top: 3rem; }

.l-megamenu_academy_features_list {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

.l-megamenu_academy_features_listitem {
  flex: 1;
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

.l-megamenu_academy_features_text {
  margin-bottom: 1rem;
  color: #f4d04c;
  text-align: center;
  font-size: 1.2rem; }

.l-megamenu_academy_academybox {
  margin-left: auto;
  padding: 3rem 3rem 1rem;
  background: #5d5d5d;
  flex-basis: 49rem; }

.l-megamenu_academy_heading {
  padding-bottom: 1.6rem;
  font-weight: bold; }

.l-megamenu_event_inner {
  display: flex; }

.l-megamenu_event_overview {
  flex-basis: 45rem; }

.l-megamenu_event_overview_logo {
  padding-top: 2rem;
  text-align: center; }

.l-megamenu_event_overview_text {
  margin-top: 4rem; }

.l-megamenu_event_features {
  margin-top: 3rem; }

.l-megamenu_event_features_list {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

.l-megamenu_event_features_listitem {
  flex: 1;
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

.l-megamenu_event_features_text {
  margin-bottom: 1rem;
  color: #f4d04c;
  text-align: center;
  font-size: 1.2rem; }

.l-megamenu_event_eventbox {
  flex-basis: 49rem;
  margin-left: auto;
  padding: 3rem 3rem;
  background: #5d5d5d; }

.l-megamenu_functionbar_usermenu .l-footer_functionnav_usermenu_listitem {
  margin-top: 0; }

.l-megamenu_event_listitem_info .c-eventbannerlist {
  max-width: 100%; }

.icon-premium {
  margin-left: 0.5rem; }

.alert .login {
  background: none repeat scroll 0 0 #fffae6;
  border: 1px solid #ffea93;
  margin-bottom: 15px;
  padding: 9px; }

.amazonpay {
  background-image: url(/static/common/images/amazonpay.png);
  background-position: right bottom;
  background-repeat: no-repeat; }

@media only screen and (max-width: 768px) {
  .modal-dialog {
    margin: 1rem; } }

.centerimg, .pull-right, .pull-left {
  text-align: center; }
  .centerimg .caption, .pull-right .caption, .pull-left .caption {
    padding: 1rem 1rem;
    background-color: #f3f3f3;
    font-size: 1.2rem;
    line-height: 1.5; }

.red {
  color: #a40000; }

.green {
  color: #4e9a06; }

.blue {
  color: #204a87; }

.brown {
  color: #70230c; }

.heder_text {
  background-color: #efefef;
  margin: 1.6rem 0px;
  padding: 1rem; }
  .heder_text p {
    line-height: 1.6;
    font-size: 1.4rem;
    margin-bottom: 1.6rem; }
    .heder_text p:last-child {
      margin-bottom: 0; }

.src_frame .caption {
  padding: 1rem 1rem;
  background-color: #f3f3f3;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5; }
.src_frame pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

.c-primarysection .nav-tabs .nav-link {
  border-radius: 0; }
  .c-primarysection .nav-tabs .nav-link .c-ranking_rank {
    margin: -5px -10px;
    display: block; }

.arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.3rem;
  margin-left: 8px; }

.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px; }

.arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 6px;
  margin-top: -6px; }

.l-megamenu_close.-fixed .l-megamenu_close_btn {
  z-index: 1000; }

.c-star_icon {
  width: 2.8rem;
  height: 2.8rem;
  transition: all .3s;
  cursor: pointer;
  stroke: black;
  fill: #fff;
  fill-opacity: .25; }
  .c-star_icon:hover {
    fill: yellow;
    fill-opacity: 1; }
  .c-star_icon:active {
    transform: scale(2); }
  .c-star_icon.select {
    stroke: black;
    fill: yellow;
    fill-opacity: 1; }

.pulse-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer; }
  .pulse-btn:before, .pulse-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none; }

.pulse-btn:hover::before,
.pulse-btn:hover::after,
.pulse-btn:active::before,
.pulse-btn:active::after {
  animation: pulsate 1s linear infinite;
  border: 2px solid yellow;
  border-radius: 50%; }

.pulse-btn:hover::after, .pulse-btn:active::after {
  animation-delay: 0s; }

@keyframes pulsate {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }
@media (min-width: 769px) {
  .c-article_hero {
    display: block; } }

.c-article_review, .c-article_popup_review_btn {
  background: #EEF0D8; }

.c-article_content > figure img.w-md-50 {
  width: 50%; }
.c-article_content > figure img.w-md-60 {
  width: 60%; }
.c-article_content > figure img.w-md-70 {
  width: 70%; }
.c-article_content > figure img.w-md-80 {
  width: 80%; }
.c-article_content > figure img.w-md-90 {
  width: 90%; }
@media (max-width: 767px) {
  .c-article_content > figure img.w-md-50, .c-article_content > figure img.w-md-60, .c-article_content > figure img.w-md-70, .c-article_content > figure img.w-md-80, .c-article_content > figure img.w-md-90 {
    width: 100%; } }

.c-article_aside_details {
  margin-bottom: 3rem; }

.c-article_aside_details:last-of-type {
  margin-bottom: 0; }
