/*
* main.css
*
*/
html,
body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: inherit;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dd {
  margin: 0;
}

dt {
  font-weight: normal;
}

figure {
  margin: 0;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

button,
input,
select,
textarea {
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  background-color: transparent;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

body {
  min-width: 320px;
}

.allmenu-is-visible body {
  overflow: hidden;
}

.icon {
  fill: currentColor;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.icon.-linkarrow {
  width: 2rem;
  height: 2rem;
}

.icon.-arrow_down {
  width: 2rem;
  height: 2rem;
}

.col-form-label .icon {
  width: 1.4em;
  height: 1.4em;
  margin: -0.8em 0.3em -0.6em 0;
}

.c-article_header {
  margin-bottom: 2.5rem;
  padding-top: 2rem;
  border-top: 3px solid #cc1414;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .c-article_header {
    margin-bottom: 2.2rem;
    border-bottom: 1px solid #e5e5e5;
  }
}

.c-article_header_category {
  margin-bottom: 1.5rem;
}

.c-article_header_category small {
  color: #959595;
  font-size: inherit;
}

.c-article_heading {
  font-size: 2.4rem;
}

@media (min-width: 769px) {
  .c-article_heading {
    font-size: 3rem;
  }
}

.c-article_header_meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

@media (min-width: 769px) {
  .c-article_header_meta {
    margin-top: 1rem;
  }
}

.c-article_header_credit {
  flex-shrink: 0;
  margin: 0.5rem 0;
}

.c-article_header_date {
  flex-shrink: 0;
  margin: 0.5rem 0 0.5rem auto;
  color: #959595;
}

.c-article_header_function {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 769px) {
  .c-article_header_function {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.c-article_header_tags {
  flex-shrink: 0;
  margin: 0.5rem 0;
}

.c-article_header_sns {
  flex-shrink: 0;
  margin: 0.5rem 0 0.5rem auto;
}

@media (max-width: 768.98px) {
  .c-article_header_sns {
    display: none;
  }
}

.c-article_header_sns_list {
  display: flex;
}

.c-article_header_sns_listitem:not(:first-child) {
  margin-left: 1.2rem;
}

.c-article_header_sns_listitem a {
  transition: opacity 0.2s;
}

.c-article_header_sns_listitem a:hover {
  opacity: 0.8;
}

.c-article_header_sns_listitem img {
  width: 3rem;
  height: 3rem;
}

.c-article_pushui {
  display: inline-flex;
  align-items: center;
  height: 3.5rem;
  padding: 0 1.2rem;
  border-radius: 3.5rem;
  background-color: #959595;
  color: #fff;
  font-size: 1.2rem;
}

.c-article_pushui:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 769px) {
  .c-article_pushui {
    height: 3rem;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    border-radius: 3rem;
  }
}

.c-article_pushui_label {
  margin-right: 0.5rem;
  margin-left: 0.2rem;
}

@media (min-width: 769px) {
  .c-article_pushui_label {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
}

.c-article_pushui_toggle {
  display: block;
  position: relative;
  width: 2.8rem;
  height: 1.6rem;
  padding: 0.2rem;
  border-radius: 1.6rem;
  background-color: #777;
}

.c-article_pushui_toggle::before {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background-color: #fff;
  content: "";
}

.c-article_pushui.is-active .c-article_pushui_toggle {
  background-color: #cc1414;
}

.c-article_pushui.is-active .c-article_pushui_toggle::before {
  margin-left: auto;
}

.c-article_hero {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .c-article_hero {
    display: none;
  }
}

.c-article_summary {
  margin-bottom: 3rem;
  font-weight: bold;
  line-height: 1.71429;
}

@media (min-width: 769px) {
  .c-article_summary {
    line-height: 1.85714;
  }
}

@media (min-width: 769px) {
  .c-article_sns {
    display: none;
  }
}

.c-article_sns_list {
  display: flex;
}

.c-article_sns_listitem:not(:first-child) {
  margin-left: 1.5rem;
}

.c-article_sns_listitem.-push {
  margin-left: auto;
}

.c-article_sns_listitem img {
  width: 3.5rem;
  height: 3.5rem;
}

.c-article_toc {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.c-article_toc_heading {
  font-size: inherit;
}

.c-article_toc_heading_btn {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background-color: #777;
  color: #fff;
  font-weight: bold;
}

.c-article_toc_heading_btn .icon {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
}

.is-open .c-article_toc_heading_btn .icon {
  transform: rotate(180deg);
}

.c-article_aside {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem 2rem;
  border: 1px solid #e5e5e5;
}

.c-article_aside::before {
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 2px;
  background-color: #333;
  content: "";
}

@media (min-width: 769px) {
  .c-article_aside {
    padding: 2.5rem 3rem;
  }
}

.c-article_aside_listitem:not(:first-child) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

.c-article_aside_heading {
  margin-bottom: 1.2rem;
  padding-left: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
  text-indent: -1.5em;
}

.c-article_aside_heading .icon {
  width: 1.2em;
  height: 1.2em;
  margin: -0.7em 0.3em -0.5em 0;
}

.c-article_aside_details {
  font-size: 1.4rem;
}

.c-article_content {
  font-size: 1.6rem;
  line-height: 2;
}

.c-article_content > h2,
.c-article_content > h3,
.c-article_content > h4,
.c-article_content > h5 {
  margin-top: 5rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .c-article_content > h2,
  .c-article_content > h3,
  .c-article_content > h4,
  .c-article_content > h5 {
    margin-top: 6rem;
  }
}

.c-article_content > h2 {
  position: relative;
  padding-bottom: 1.2rem;
  font-size: 2.2rem;
}

.c-article_content > h2::after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 6rem;
  height: 3px;
  background-color: #cc1414;
  content: "";
}

@media (min-width: 769px) {
  .c-article_content > h2 {
    font-size: 2.6rem;
  }
}

.c-article_content > h3 {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e5e5e5;
  font-size: 1.8rem;
}

.c-article_content > h3::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 4rem;
  height: 2px;
  background-color: #333;
  content: "";
}

.c-article_content > h4 {
  padding-bottom: 1rem;
  border-bottom: 2px solid #e5e5e5;
  font-size: 1.8rem;
}

.c-article_content > h5 {
  font-size: 1.8rem;
}

.c-article_content > p {
  margin-bottom: 1.6rem;
}

.c-article_content > figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .c-article_content > figure {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.c-article_content > figure img {
  width: 100%;
}

.c-article_content > figure figcaption {
  padding: 1rem 1rem;
  background-color: #f3f3f3;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-article_content > ul,
.c-article_content > ol {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 2rem;
  line-height: 1.5;
}

.c-article_content > ul > li:not(:first-child),
.c-article_content > ol > li:not(:first-child) {
  margin-top: 1.5rem;
}

.c-article_content > ul {
  list-style-type: disc;
}

.c-article_content > ol {
  list-style-type: decimal;
}

.c-article_content > blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem 2rem;
  background-color: #f3f3f3;
  line-height: 1.5;
}

.c-article_content > blockquote p {
  margin-bottom: 1rem;
}

.c-article_content > blockquote p:last-child {
  margin-bottom: 0;
}

.c-article_content .columnSection {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem 2rem;
  border: 1px solid #333;
  line-height: 1.5;
}

.c-article_content .columnSection p {
  margin-bottom: 1rem;
}

.c-article_content .columnSection p:last-child {
  margin-bottom: 0;
}

.c-article_content .videowrapper {
  position: relative;
  height: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 56.25%;
  overflow: hidden;
}

@media (min-width: 769px) {
  .c-article_content .videowrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.c-article_content .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-article_content .videocaption {
  margin-top: -3rem;
  margin-bottom: 3rem;
  padding: 1rem 1rem;
  background-color: #f3f3f3;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 769px) {
  .c-article_content .videocaption {
    margin-top: -4rem;
    margin-bottom: 4rem;
  }
}

.c-article_next {
  margin-top: 4rem;
  background-color: #cc1414;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.c-article_next a {
  display: block;
  padding: 1rem 2rem;
  color: inherit;
}

.c-article_wall {
  margin-top: 4rem;
}

.c-article_content + .c-article_wall {
  position: relative;
}

.c-article_content + .c-article_wall::before {
  display: block;
  position: absolute;
  top: -22rem;
  right: 0;
  left: 0;
  height: 22rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 40%, white 80%);
  content: "";
}

.c-article_wall_box {
  padding: 3rem 2rem;
  border: 1px solid #e5e5e5;
  background-color: #f3f3f3;
}

@media (min-width: 769px) {
  .c-article_wall_box {
    padding: 4rem 4rem;
  }
}

.c-article_wall_heading {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.c-article_wall_heading_badge {
  display: inline-block;
  margin: -0.55em 0.3em -0.25em 0.3em;
  padding: 0.1em 0.4em;
  background-color: #cc1414;
  color: #fff;
  font-size: 0.8em;
  font-style: normal;
  vertical-align: middle;
}

.c-article_wall_cta {
  padding: 2.5rem 3rem 3rem;
  background-color: #fff;
  text-align: center;
}

.c-article_wall_cta_logo {
  margin-bottom: 1.8rem;
}

.c-article_wall_cta_heading {
  font-size: 1.5rem;
  font-weight: bold;
}

.c-article_wall_cta_heading_badge {
  display: inline-block;
  margin: -0.55em 0.3em -0.25em 0.3em;
  padding: 0.1em 0.4em;
  background-color: #cc1414;
  color: #fff;
  font-size: 0.8em;
  font-style: normal;
  vertical-align: middle;
}

.c-article_wall_cta_list {
  margin-top: 1.8rem;
}

.c-article_wall_cta_mail {
  margin-top: 1rem;
}

.c-article_wall_cta_mail .icon {
  width: 1.4em;
  height: 1.4em;
  margin: -0.75em 0.3em -0.65em 0;
  color: #333;
}

.c-article_wall_cta_link {
  gap: 1.5rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  margin-top: 1.8rem;
}

@media (min-width: 769px) {
  .c-article_wall_cta_link {
    gap: 1.5rem 2.2rem;
  }
}

.c-article_wall_toc {
  margin-top: 3rem;
}

@media (max-width: 768.98px) {
  .c-article_wall_toc {
    display: none;
  }
}

.c-article_pager {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.c-article_review {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem 3rem;
  background-color: #fdeff0;
  text-align: center;
}

@media (min-width: 769px) {
  .c-article_review {
    flex-direction: row;
    align-items: center;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.c-article_review_heading {
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 768.98px) {
  .c-article_review_heading {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 769px) {
  .c-article_review_heading {
    flex: 1 0 auto;
    padding: 0.6rem 0;
    border-right: 1px solid #ccc;
  }
}

@media (min-width: 769px) {
  .c-article_review_result {
    flex: 1 0 auto;
    padding: 0.6rem 0;
  }
}

.c-article_review_btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-article_function {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-article_function_utility {
  flex-shrink: 0;
  margin: 0.5rem 0;
}

.c-article_function_utility_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.c-article_function_utility_listitem {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  font-weight: bold;
}

.c-article_function_utility_listitem .icon {
  width: 1.6em;
  height: 1.6em;
  margin: -0.9em 0.3em -0.7em 0;
}

.c-article_function_utility_listitem a {
  color: inherit;
}

@media (max-width: 768.98px) {
  .c-article_function_utility_listitem.-print {
    display: none;
  }
}

.c-article_function_sns {
  flex-shrink: 0;
  margin: 0.5rem 0 0.5rem auto;
}

.c-article_function_sns_list {
  display: flex;
}

.c-article_function_sns_listitem:not(:first-child) {
  margin-left: 1.2rem;
}

.c-article_function_sns_listitem a {
  transition: opacity 0.2s;
}

.c-article_function_sns_listitem a:hover {
  opacity: 0.8;
}

.c-article_function_sns_listitem img {
  width: 3rem;
  height: 3rem;
}

.c-article_popup {
  visibility: visible;
  z-index: 1002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (min-width: 769px) {
  .c-article_popup {
    display: none;
  }
}

.article_popup-is-visible .c-article_popup {
  pointer-events: auto;
}

.allmenu-is-visible .c-article_popup,
.search-is-visible .c-article_popup {
  visibility: hidden;
  opacity: 0;
}

.c-article_popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 68, 68, 0);
  transition: background-color 0.3s;
}

.article_popup-is-visible .c-article_popup_overlay {
  background-color: rgba(68, 68, 68, 0.7);
}

.c-article_popup_box {
  visibility: hidden;
  position: absolute;
  right: 2rem;
  bottom: 9rem;
  left: 2rem;
  padding: 3rem;
  transform: translateY(2rem);
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.article_popup-is-visible .c-article_popup_box {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.c-article_popup_item:not(:first-child) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

.c-article_popup_item_heading {
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
}

.c-article_popup_review_btn {
  width: 100%;
  padding: 1rem;
  background-color: #fdeff0;
}

.c-article_popup_review_btn .c-review_label {
  font-size: 1.2rem;
}

.c-article_popup_sns_list {
  display: flex;
  justify-content: center;
  margin-right: -1rem;
  margin-left: -1rem;
}

@media (min-width: 481px) {
  .c-article_popup_sns_list {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.c-article_popup_sns_listitem {
  margin-right: 1rem;
  margin-left: 1rem;
}

@media (min-width: 481px) {
  .c-article_popup_sns_listitem {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}

.c-article_popup_sns_listitem a {
  transition: opacity 0.2s;
}

.c-article_popup_sns_listitem a:hover {
  opacity: 0.8;
}

.c-article_popup_sns_listitem img {
  width: 4.4rem;
  height: 4.4rem;
}

.c-article_popup_btn {
  display: inline-flex;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border: 1px solid #ccc;
  border-radius: 6rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  pointer-events: auto;
}

.c-article_popup_btn_inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.article_popup-is-visible .c-article_popup_btn_inner {
  display: none;
}

.c-article_popup_btn_inner .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.1rem;
}

.c-article_popup_btn_close {
  display: none;
  position: relative;
  width: 3rem;
  height: 2px;
}

.article_popup-is-visible .c-article_popup_btn_close {
  display: block;
}

.c-article_popup_btn_close::before,
.c-article_popup_btn_close::after {
  display: block;
  position: absolute;
  top: 0;
  width: 3rem;
  height: 2px;
  background-color: #333;
  content: "";
}

.c-article_popup_btn_close::before {
  transform: rotate(45deg);
}

.c-article_popup_btn_close::after {
  transform: rotate(-45deg);
}

.c-articleindex_listitem:not(:first-child) {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 769px) {
  .c-articleindex_listitem:not(:first-child) {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.c-articleindex_item {
  display: flex;
  position: relative;
}

.c-articleindex_item_content {
  flex: 1 1 auto;
  width: 1%;
}

.c-articleindex_item_heading {
  font-weight: bold;
}

.c-articleindex_item_heading a {
  color: inherit;
}

.c-articleindex_item_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

@media (min-width: 769px) {
  .c-articleindex_item_heading {
    font-size: 1.6rem;
  }
}

.c-articleindex_item_description {
  margin-top: 1.5rem;
}

@media (max-width: 768.98px) {
  .c-articleindex_item_description {
    display: none;
  }
}

.c-articleindex_item_tags {
  z-index: 2;
  position: relative;
  margin-top: 1.3rem;
}

.c-articleindex_item_img {
  flex: 0 0 9rem;
  margin-left: 2rem;
}

@media (min-width: 769px) {
  .c-articleindex_item_img {
    flex-basis: 12.6rem;
    margin-left: 2.5rem;
  }
}

.c-articleindex_item_img img {
  width: 100%;
}

@media (min-width: 769px) {
  .c-articleindex_item_img figure {
    overflow: hidden;
  }
  .c-articleindex_item_img figure img {
    transform: scale(1);
    transition: transform 0.3s;
  }
  .c-articleindex_item:hover .c-articleindex_item_img figure img {
    transform: scale(1.06);
  }
}

.c-articleindex_item_review {
  margin-top: 0.8rem;
}

@media (min-width: 769px) {
  .c-articleindex_item_review {
    margin-top: 2rem;
  }
}

.c-articleindex_item_review .c-review_icon {
  width: 1.8rem;
  height: 1.8rem;
}

.c-articleindex_item_review .c-review_count {
  min-width: 2.4rem;
  height: 1.6rem;
  margin-left: 0.6rem;
  font-size: 1rem;
}

.c-articleindex_item_review .c-review_count::before {
  left: -3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid transparent;
  border-right: 4px solid #333;
  border-bottom: 2px solid transparent;
}

.c-articleindex_pager {
  margin-top: 3rem;
  margin-bottom: 7rem;
}

@media (min-width: 769px) {
  .c-articleindex_pager {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
}

.c-bannerlinks_list a {
  color: inherit;
}

.c-bannerlinks_item {
  position: relative;
}

.c-bannerlinks_item_img img {
  width: 100%;
}

@media (min-width: 769px) {
  .c-bannerlinks_item_img {
    overflow: hidden;
  }
  .c-bannerlinks_item_img img {
    transform: scale(1);
    transition: transform 0.3s;
  }
  .c-bannerlinks_item:hover .c-bannerlinks_item_img img {
    transform: scale(1.06);
  }
}

.c-bannerlinks_item_content {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.c-bannerlinks_item_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.c-boxsection {
  margin-top: 5rem;
  padding: 3rem 2rem;
  background-color: #f3f3f3;
}

.c-boxsection:first-child {
  margin-top: 0;
}

@media (max-width: 768.98px) {
  .c-boxsection {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
}

@media (min-width: 769px) {
  .c-boxsection {
    margin-top: 6rem;
    padding: 3rem 3rem;
  }
}

.c-boxsection_header {
  margin-bottom: 2.5rem;
  padding: 1rem 0;
  border-top: 3px solid #cc1414;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 769px) {
  .c-boxsection_header {
    margin-bottom: 3rem;
    padding: 1.5rem 0;
  }
}

.c-boxsection_heading {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .c-boxsection_heading {
    font-size: 2.4rem;
  }
}

.c-boxsection_description {
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .c-boxsection_description {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
}

.c-boxsection_link {
  margin-top: 3rem;
}

.c-boxsection_eventindex_listitem {
  padding: 4rem 2rem 2rem;
  background-color: #fff;
  font-size: 1.2rem;
}

.c-boxsection_eventindex_listitem:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 769px) {
  .c-boxsection_eventindex_listitem {
    gap: 2.4rem 2.4rem;
    display: grid;
    grid-template-columns: 1fr 40%;
    align-items: center;
    padding: 3rem 3rem;
  }
}

.c-boxsection_eventindex_listitem_logo {
  margin-bottom: 2.4rem;
  text-align: center;
}

@media (min-width: 769px) {
  .-markezineday .c-boxsection_eventindex_listitem_logo img {
    width: 20.7rem;
  }
  .-markezineacademy .c-boxsection_eventindex_listitem_logo img {
    width: 14.8rem;
  }
  .-markezinedaypremium .c-boxsection_eventindex_listitem_logo img {
    width: 19.8rem;
  }
}

.c-boxsection_eventindex_listitem_description a {
  color: inherit;
}

.c-boxsection_eventindex_listitem_description em {
  color: #cc1414;
  font-style: normal;
}

.c-boxsection_eventindex_listitem_link {
  margin-top: 1rem;
}

@media (max-width: 768.98px) {
  .c-boxsection_eventindex_listitem_link {
    text-align: center;
  }
}

@media (max-width: 768.98px) {
  .c-boxsection_eventindex_listitem_info {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
  }
}

.c-boxsection_eventindex_listitem_info_heading {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-boxsection_subscriptionbox {
  padding: 2rem 2rem;
  background-color: #fff;
}

@media (min-width: 769px) {
  .c-boxsection_subscriptionbox {
    display: flex;
    padding: 3rem 3rem;
  }
}

@media (min-width: 769px) {
  .c-boxsection_subscriptionbox_col.-cover {
    display: flex;
    flex-basis: 20rem;
    align-items: center;
    justify-content: flex-end;
    margin-right: 5rem;
  }
  .c-boxsection_subscriptionbox_col.-content {
    flex-basis: 28rem;
  }
}

.c-boxsection_subscriptionbox_cover {
  position: relative;
  width: 10rem;
  margin-right: 2rem;
}

.c-boxsection_subscriptionbox_cover a {
  color: inherit;
}

@media (min-width: 769px) {
  .c-boxsection_subscriptionbox_cover {
    width: 17.6rem;
    margin-right: 0;
  }
}

@media (max-width: 768.98px) {
  .c-boxsection_subscriptionbox_col.-cover .c-boxsection_subscriptionbox_cover {
    display: none;
  }
}

@media (min-width: 769px) {
  .c-boxsection_subscriptionbox_col.-content .c-boxsection_subscriptionbox_cover {
    display: none;
  }
}

.c-boxsection_subscriptionbox_badge {
  display: flex;
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #f4d04c;
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .c-boxsection_subscriptionbox_badge {
    right: -2rem;
    bottom: -1rem;
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
  }
}

.c-boxsection_subscriptionbox_listitem {
  font-size: 1.2rem;
}

@media (max-width: 768.98px) {
  .c-boxsection_subscriptionbox_listitem:not(:first-child) {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
  }
}

@media (min-width: 769px) {
  .c-boxsection_subscriptionbox_listitem:not(:first-child) {
    margin-top: 2rem;
  }
}

.c-boxsection_subscriptionbox_new {
  display: flex;
}

.c-boxsection_subscriptionbox_content {
  flex: 1 1 auto;
  width: 1%;
}

.c-boxsection_subscriptionbox_heading {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-boxsection_subscriptionbox_link {
  margin-top: 1rem;
}

@media (max-width: 768.98px) {
  .c-boxsection_subscriptionbox_link {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .c-boxsection_subscriptionbox_link {
    margin-top: 1.5rem;
  }
}

.c-boxsection_booksindex {
  padding: 2rem 2rem;
  background-color: #fff;
}

@media (min-width: 769px) {
  .c-boxsection_booksindex {
    padding: 3rem 3rem;
  }
}

@media (max-width: 768.98px) {
  .c-boxsection_booksindex_listitem:not(:first-child) {
    margin-top: 2rem;
  }
}

.c-boxsection_booksindex_item {
  position: relative;
}

.c-boxsection_booksindex_item a {
  color: inherit;
}

@media (max-width: 768.98px) {
  .c-boxsection_booksindex_item {
    display: flex;
  }
}

@media (max-width: 768.98px) {
  .c-boxsection_booksindex_item_img {
    flex-basis: 9rem;
    margin-right: 1.6rem;
  }
}

.c-boxsection_booksindex_item_img img {
  width: 100%;
}

@media (min-width: 769px) {
  .c-boxsection_booksindex_item_img {
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .c-boxsection_booksindex_item_img img {
    transform: scale(1);
    transition: transform 0.3s;
  }
  .c-boxsection_booksindex_item:hover .c-boxsection_booksindex_item_img img {
    transform: scale(1.06);
  }
}

.c-boxsection_booksindex_item_content {
  font-size: 1.2rem;
}

@media (max-width: 768.98px) {
  .c-boxsection_booksindex_item_content {
    flex: 1 1 auto;
    width: 1%;
  }
}

.c-boxsection_booksindex_item_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0;
  border: 0;
  background-color: #777;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  text-decoration: none !important;
  transition: opacity 0.2s;
}

.c-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.c-btn .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
  margin-left: -0.6rem;
}

@media (min-width: 769px) {
  .c-btn {
    min-width: 15rem;
  }
}

.c-btn.-fluid {
  width: 100%;
}

.c-btn.-outline {
  border: 1px solid #333;
  background-color: transparent;
  color: inherit;
}

.c-btn.-outline:hover {
  color: inherit;
}

.l-megamenu .c-btn.-outline {
  border-color: #fff;
}

.c-btn.-login {
  background-color: #cc1414;
  color: #fff;
  font-size: 1.2rem;
}

.c-btn.-regist {
  background-color: #ec5f1f;
  color: #fff;
  font-size: 1.2rem;
}

.c-btn_badge {
  display: inline-block;
  margin: -0.45em 0.3em -0.35em 0.3em;
  padding: 0.1em 0.4em;
  background-color: #fff;
  color: #777;
  font-size: 0.8em;
  font-style: normal;
  vertical-align: middle;
}

.-regist .c-btn_badge {
  color: #ec5f1f;
}

.c-close {
  height: 4rem;
}

.c-close_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background-color: #000;
}

.c-close_icon {
  display: block;
  position: relative;
  width: 2rem;
  height: 2px;
}

.c-close_icon::before,
.c-close_icon::after {
  display: block;
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: #fff;
  content: "";
}

.c-close_icon::before {
  transform: rotate(45deg);
}

.c-close_icon::after {
  transform: rotate(-45deg);
}

.c-ctabox {
  padding: 2.5rem 3rem;
  border: 1px solid #e5e5e5;
  background-color: #f3f3f3;
  text-align: center;
}

.c-ctabox.-description {
  padding: 3rem 3rem;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .c-ctabox.-description {
    font-size: 1.4rem;
  }
}

.c-ctabox_logo {
  margin-bottom: 1.8rem;
}

.c-ctabox_heading {
  margin-bottom: 1.8rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.-description .c-ctabox_heading {
  font-size: 1.6rem;
}

.c-ctabox_description {
  text-align: left;
}

.c-ctabox_heading_badge {
  display: inline-block;
  margin: -0.55em 0.3em -0.25em 0.3em;
  padding: 0.1em 0.4em;
  background-color: #cc1414;
  color: #fff;
  font-size: 0.8em;
  font-style: normal;
  vertical-align: middle;
}

.c-ctabox_list {
  font-size: 1.2rem;
}

.c-ctabox_mail {
  margin-top: 1.5rem;
}

.c-ctabox_mail .icon {
  width: 1.4em;
  height: 1.4em;
  margin: -0.75em 0.3em -0.65em 0;
  color: #333;
}

.c-ctabox_link {
  gap: 1rem 3rem;
  display: grid;
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .-description .c-ctabox_link {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-division {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-division:first-child {
  margin-top: 0;
}

.c-division:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .c-division {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .l-sidebar .c-division {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.l-megamenu_event_listitem_info .c-eventbannerlist {
  max-width: 22rem;
  margin-right: auto;
  margin-left: auto;
}

.c-boxsection_eventindex_list .c-eventbannerlist {
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
}

.c-eventindex .c-eventbannerlist {
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
}

.c-eventbannerlist_img {
  text-align: center;
}

@media (min-width: 769px) {
  .c-eventbannerlist_img {
    overflow: hidden;
  }
  .c-eventbannerlist_img img {
    transform: scale(1);
    transition: transform 0.3s;
  }
  a:hover .c-eventbannerlist_img img {
    transform: scale(1.04);
  }
}

.c-eventindex_listitem {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

.c-eventindex_listitem:first-child {
  margin-top: 0;
}

.c-eventindex_listitem_logo {
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 768.98px) {
  .c-featureindex_listitem {
    position: relative;
  }
}

.c-featureindex_item {
  position: relative;
}

.c-featureindex_item a {
  color: inherit;
}

@media (max-width: 768.98px) {
  .c-featureindex_item {
    display: flex;
  }
  .c-featureindex_listitem .c-featureindex_item::before {
    display: block;
    position: absolute;
    top: calc(var(--bs-gutter-y) / 2 * -1);
    right: 0;
    left: 0;
    height: 1px;
    background-color: #e5e5e5;
    content: "";
  }
  .row-cols-1 .c-featureindex_listitem:first-child .c-featureindex_item::before {
    display: none;
  }
  .row-cols-2 .c-featureindex_listitem:nth-child(-n+2) .c-featureindex_item::before {
    display: none;
  }
}

@media (max-width: 768.98px) and (min-width: 481px) {
  .row-cols-sm-2 .c-featureindex_listitem:nth-child(-n+2) .c-featureindex_item::before {
    display: none;
  }
  .row-cols-sm-3 .c-featureindex_listitem:nth-child(-n+3) .c-featureindex_item::before {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .c-featureindex_item_img {
    flex-basis: 10rem;
    margin-right: 2rem;
  }
}

.c-featureindex_item_img img {
  width: 100%;
}

@media (min-width: 769px) {
  .c-featureindex_item_img {
    margin-bottom: 1.8rem;
    overflow: hidden;
  }
  .c-featureindex_item_img img {
    transform: scale(1);
    transition: transform 0.3s;
  }
  .c-featureindex_item:hover .c-featureindex_item_img img {
    transform: scale(1.06);
  }
}

@media (max-width: 768.98px) {
  .c-featureindex_item_content {
    flex: 1 1 auto;
    width: 1%;
  }
}

.c-featureindex_item_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.c-featureindex_item_date {
  margin-top: 0.6rem;
  color: #959595;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .c-featureindex_item_date {
    margin-top: 1rem;
  }
}

.c-form {
  margin-top: 4rem;
}

.c-form_header {
  margin-bottom: 3rem;
  text-align: center;
}

.c-form_heading {
  font-size: 2.6rem;
}

@media (min-width: 769px) {
  .c-form_heading {
    font-size: 3.2rem;
  }
}

.c-form_thanks_lead {
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 769px) {
  .c-form_thanks_lead {
    font-size: 2rem;
  }
}

@media (min-width: 481px) {
  .c-form_thanks_text {
    text-align: center;
  }
}

.c-headlineindex_listitem:not(:first-child) {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 769px) {
  .c-headlineindex_listitem:not(:first-child) {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.c-headlineindex_item {
  display: flex;
  position: relative;
}

.c-headlineindex_item a {
  color: inherit;
}

.c-headlineindex_item_content {
  flex: 1 1 auto;
  align-self: center;
  width: 1%;
}

.c-headlineindex_item_heading {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-headlineindex_item_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

@media (min-width: 769px) {
  .c-headlineindex_item_heading {
    font-size: 2rem;
  }
}

.c-headlineindex_item_heading_badge {
  display: inline-block;
  margin: -0.55em 0 -0.25em 1em;
  padding: 0.1em 1em;
  background-color: #cc1414;
  color: #fff;
  font-size: 0.625em;
  font-style: normal;
  vertical-align: middle;
}

.c-headlineindex_item_img {
  flex-basis: 9rem;
  align-self: flex-start;
  margin-left: 2rem;
}

@media (min-width: 769px) {
  .c-headlineindex_item_img {
    flex-basis: 15rem;
    margin-left: 3rem;
    overflow: hidden;
  }
  .c-headlineindex_item_img img {
    transform: scale(1);
    transition: transform 0.3s;
  }
  .c-headlineindex_item:hover .c-headlineindex_item_img img {
    transform: scale(1.06);
  }
}

.c-input {
  -webkit-appearance: none;
  min-height: 4rem;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
}

.c-input.-search {
  border-radius: 4rem;
}

@media (max-width: 768.98px) {
  .c-inquirybox {
    padding: 3rem 3rem;
    border: 1px solid #e5e5e5;
  }
}

@media (min-width: 769px) {
  .c-inquirybox {
    padding-top: 3rem;
    border-top: 1px solid #e5e5e5;
  }
}

@media (min-width: 769px) {
  .c-inquirybox_list {
    gap: 3rem 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768.98px) {
  .c-inquirybox_listitem:not(:first-child) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e5e5e5;
  }
}

.c-inquirybox_heading {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.c-inquirybox_description {
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .c-inquirybox_description {
    font-size: 1.4rem;
  }
}

.c-inquirybox_link {
  margin-top: 2rem;
}

.c-linklistgroup_item:not(:first-child) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}

@media (min-width: 769px) {
  .c-linklistgroup_item:not(:first-child) {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.c-linklist {
  line-height: 1.5;
}

.c-linklist_item {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

.c-linklist_item:not(:first-child) {
  margin-top: 0.8rem;
}

.c-linklist_item::before {
  display: inline-block;
  width: 0.8rem;
  height: 1px;
  margin: -0.2em 0.6rem 0 0;
  background-color: #333;
  vertical-align: middle;
  content: "";
}

.c-linklist_item small {
  color: #959595;
  font-size: inherit;
}

.c-loginmodal {
  font-size: 1.2rem;
}

.c-loginmodal_header {
  height: 6.1rem;
}

@media (min-width: 769px) {
  .c-loginmodal_header {
    height: 8.1rem;
  }
}

.c-loginmodal_header_bar {
  height: 6.1rem;
  border-top: 2px solid #cc1414;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

@media (min-width: 769px) {
  .c-loginmodal_header_bar {
    height: 8.1rem;
  }
}

.c-loginmodal_header_inner {
  display: flex;
  align-items: center;
  max-width: 128rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.8rem;
}

@media (min-width: 769px) {
  .c-loginmodal_header_inner {
    padding: 0 4rem;
  }
}

.c-loginmodal_header_logo {
  width: 10.8rem;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 769px) {
  .c-loginmodal_header_logo {
    width: 14rem;
  }
}

.c-loginmodal_header_id {
  margin-left: auto;
}

@media (max-width: 768.98px) {
  .c-loginmodal_header_id {
    width: 10rem;
  }
}

.c-loginmodal_body {
  padding: 3rem 2rem;
  background-color: #f7f7f7;
}

@media (min-width: 769px) {
  .c-loginmodal_body {
    padding: 5rem 6rem;
  }
}

.c-loginmodal_formgroup {
  margin-bottom: 3rem;
}

.c-loginmodal_formitem {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .c-loginmodal_formitem {
    margin-bottom: 2.5rem;
  }
}

.c-loginmodal_formitem_notes {
  margin-top: 1rem;
}

.c-loginmodal_autologin {
  display: flex;
  justify-content: center;
}

.c-loginmodal_login {
  margin-top: 1.5rem;
  text-align: center;
}

@media (min-width: 769px) {
  .c-loginmodal_login .c-btn {
    max-width: 30rem;
    height: 6rem;
  }
}

.c-loginmodal_notes {
  margin-top: 3rem;
}

.c-media {
  display: flex;
  position: relative;
}

.c-media a {
  color: inherit;
}

.c-media_img {
  flex: 0 0 9rem;
  align-self: flex-start;
  margin-right: 1.6rem;
}

.c-media_img img {
  width: 100%;
}

@media (min-width: 769px) {
  .c-media_img {
    overflow: hidden;
  }
  .c-media_img img {
    transform: scale(1);
    transition: transform 0.3s;
  }
  .c-media:hover .c-media_img img {
    transform: scale(1.06);
  }
}

.c-media_content {
  flex: 1 1 auto;
  width: 1%;
  font-size: 1.2rem;
}

.c-media_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.c-media_date {
  margin-top: 0.4rem;
  color: #959595;
}

.c-modal {
  visibility: hidden;
  z-index: 2002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.c-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.c-modal_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.c-modal_dialog {
  max-width: 65rem;
  background-color: #fff;
  pointer-events: auto;
}

.c-newsindex_item a {
  color: inherit;
}

.c-newsindex_date {
  margin-bottom: 0.4rem;
  color: #959595;
  font-size: 1.2rem;
}

.c-newsindex_content {
  font-size: 1.2rem;
}

.c-newsindex_content_new {
  margin-left: 1em;
  color: #cc1414;
  font-size: 83.333333%;
  font-style: normal;
  font-weight: bold;
}

.c-pager {
  display: grid;
  grid-template: "prev pages next" auto / 1fr auto 1fr;
  align-items: center;
  font-size: 1.2rem;
}

.c-pager.-description {
  grid-template: "description description" auto "prev next" auto / 1fr 1fr;
}

@media (min-width: 769px) {
  .c-pager.-description {
    grid-template: "prev description next" auto / 1fr auto 1fr;
  }
}

.c-pager a {
  color: inherit;
}

.c-pager_pages {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: pages;
}

.c-pager_pages_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem;
}

.c-pager_pages_listitem {
  margin: 0.5rem;
}

.c-pager_pages_listitem > a,
.c-pager_pages_listitem > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #959595;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}

.c-pager_pages_listitem > a[aria-current="page"],
.c-pager_pages_listitem > button[aria-current="page"] {
  background-color: #f3f3f3;
  color: #333;
  pointer-events: none;
}

@media (max-width: 374.98px) {
  .c-pager_pages_listitem > a,
  .c-pager_pages_listitem > button {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.c-pager_prev,
.c-pager_next {
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.c-pager_prev a,
.c-pager_next a {
  display: inline-flex;
  position: relative;
  align-items: center;
  height: 4rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border: 1px solid #e5e5e5;
}

@media (max-width: 374.98px) {
  .c-pager_prev a,
  .c-pager_next a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.c-pager_prev a::after,
.c-pager_next a::after {
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  height: 2px;
  background-color: #cc1414;
  content: "";
}

.c-pager_prev .icon,
.c-pager_next .icon {
  width: 1.4em;
  height: 1.4em;
  color: #cc1414;
}

.c-pager_prev {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: prev;
  margin-right: 1rem;
}

.c-pager.-description > .c-pager_prev {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.c-pager_prev .icon {
  margin-left: -0.7em;
}

@media (min-width: 769px) {
  .c-pager_prev {
    justify-self: end;
    margin-right: 2.5rem;
  }
}

.-description .c-pager_prev {
  justify-self: start;
}

.c-pager_next {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: next;
  justify-self: end;
  margin-left: 1rem;
}

.c-pager.-description > .c-pager_next {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.c-pager_next .icon {
  margin-right: -0.7em;
}

@media (min-width: 769px) {
  .c-pager_next {
    justify-self: start;
    margin-left: 2.5rem;
  }
}

.-description .c-pager_next {
  justify-self: end;
}

.c-pager_description {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: description;
  text-align: center;
}

@media (min-width: 769px) {
  .c-pager.-description > .c-pager_prev {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-pager.-description > .c-pager_next {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .c-pager_description {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media (max-width: 768.98px) {
  .c-pager_description {
    margin-bottom: 2rem;
    padding-top: 3rem;
    border-top: 1px solid #e5e5e5;
  }
}

@media (max-width: 768.98px) {
  .c-pickupindex_listitem {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.c-pickupindex_listitem:nth-child(odd) {
  background-color: #eee;
}

.c-pickupindex_item {
  display: flex;
  position: relative;
  align-items: center;
}

.c-pickupindex_item a {
  color: inherit;
}

.c-pickupindex_item_img {
  flex-basis: 10rem;
  align-self: flex-start;
  margin-right: 2rem;
  margin-left: 2rem;
}

.c-pickupindex_item_img img {
  width: 100%;
}

@media (min-width: 769px) {
  .c-pickupindex_item_img {
    flex-basis: 20rem;
    margin-left: 0;
    overflow: hidden;
  }
  .c-pickupindex_item_img img {
    transform: scale(1);
    transition: transform 0.3s;
  }
  .c-pickupindex_item:hover .c-pickupindex_item_img img {
    transform: scale(1.06);
  }
}

.c-pickupindex_item_content {
  flex: 1 1 auto;
  width: 1%;
  padding-right: 2rem;
}

@media (min-width: 769px) {
  .c-pickupindex_item_content {
    padding-right: 3rem;
  }
}

.c-pickupindex_item_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

@media (min-width: 769px) {
  .c-pickupindex_item_heading {
    font-size: 1.6rem;
  }
}

.c-primarysection {
  margin-top: 5rem;
}

.c-primarysection:first-child {
  margin-top: 0;
}

@media (min-width: 769px) {
  .c-primarysection {
    margin-top: 6rem;
  }
}

.c-primarysection_header {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  padding: 1rem 0;
  border-top: 3px solid #cc1414;
  border-bottom: 1px solid #e5e5e5;
}

.c-primarysection_header.-description {
  flex-wrap: wrap;
}

.-level2 .c-primarysection_header {
  padding: 0.8rem 1.2rem;
  border-top: 0;
  border-bottom: 0;
  border-left: 4px solid #cc1414;
  background-color: #f3f3f3;
}

@media (min-width: 769px) {
  .c-primarysection_header {
    margin-bottom: 3rem;
  }
  .-level2 .c-primarysection_header {
    padding: 1rem 2rem;
  }
}

.c-primarysection_heading {
  font-size: 2rem;
  font-weight: bold;
}

.-level2 .c-primarysection_heading {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .-level2 .c-primarysection_heading {
    font-size: 1.6rem;
  }
}

.c-primarysection_heading_description {
  margin-left: auto;
  font-size: 1.2rem;
}

@media (max-width: 768.98px) {
  .c-primarysection_heading_description {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.c-primarysection_heading_small {
  margin-left: auto;
  color: #959595;
  font-size: 1.2rem;
}

.c-primarysection_link {
  margin-top: 3rem;
}

.c-profile {
  display: flex;
}

.c-profile_img {
  flex: 0 0 7.4rem;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.c-profile_img img {
  width: 100%;
}

@media (min-width: 769px) {
  .c-profile_img {
    flex-basis: 12rem;
    margin-right: 2rem;
  }
}

.c-profile_content {
  flex: 1 1 auto;
  width: 1%;
}

.c-profile_content p {
  margin-bottom: 1rem;
}

.c-profile_content p:last-child {
  margin-bottom: 0;
}

.c-profile_heading {
  font-weight: bold;
}

.c-profile_notes {
  color: #959595;
  font-size: 1rem;
}

.c-ranking_item {
  display: flex;
}

.c-ranking_item a {
  color: inherit;
}

.c-ranking_rank {
  display: inline-flex;
  flex: 0 0 2.2rem;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background-color: #eee;
  color: #959595;
  font-weight: bold;
}

.-rank-1 .c-ranking_rank {
  background-color: #bfb58b;
  color: #fff;
}

.-rank-2 .c-ranking_rank {
  background-color: #c2c8cc;
  color: #fff;
}

.-rank-3 .c-ranking_rank {
  background-color: #a39171;
  color: #fff;
}

.c-ranking_content {
  flex: 1 1 auto;
  width: 1%;
}

.l-sidebar .c-ranking_content {
  font-size: 1.2rem;
}

.c-ranking_content_new {
  margin-left: 1em;
  color: #cc1414;
  font-size: 83.333333%;
  font-style: normal;
  font-weight: bold;
}

.c-review {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-review_icon {
  width: 2.8rem;
  height: 2.8rem;
}

.c-review_count {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  height: 2rem;
  margin-left: 1rem;
  border-radius: 2px;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-review_count::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 3px solid transparent;
  border-right: 6px solid #333;
  border-bottom: 3px solid transparent;
  border-left: 0;
  content: "";
}

.c-review_label {
  margin-left: 1.6rem;
  font-weight: bold;
}

.c-search {
  position: relative;
}

.c-search > .c-input {
  width: 100%;
  padding-right: 5rem;
  padding-left: 2rem;
  border-radius: 4rem;
  font-size: 1.6rem;
}

.c-search .c-search_btn {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: 4rem;
  min-height: 4rem;
  margin: auto;
  color: #333;
  font-size: 2rem;
}

.c-secondarysection {
  margin-top: 5rem;
}

.c-secondarysection:first-child {
  margin-top: 0;
}

.c-secondarysection_header {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-top: 3px solid #cc1414;
}

@media (max-width: 768.98px) {
  .c-primarysection .c-secondarysection_header {
    border-top-width: 1px;
  }
}

@media (min-width: 769px) {
  .c-secondarysection_header {
    border-top-width: 1px;
  }
}

.c-secondarysection_heading {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 768.98px) {
  .c-primarysection .c-secondarysection_heading {
    font-size: 1.4rem;
  }
}

@media (min-width: 769px) {
  .c-secondarysection_heading {
    font-size: 1.8rem;
  }
}

.c-secondarysection_heading_small {
  margin-left: auto;
  color: #959595;
  font-size: 1.2rem;
}

.c-secondarysection_link {
  margin-top: 2.5rem;
}

.c-stacknav .icon {
  width: 2rem;
  height: 2rem;
}

.c-stacknav_listitem {
  border-top: 1px solid #ccc;
}

.c-stachnav_heading {
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}

.c-stachnav_heading .icon {
  margin-left: 0.3rem;
}

.c-stacknav_details {
  padding-right: 2rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
}

.c-stacknav_details .c-stacknav_details {
  padding-right: 0;
  padding-left: 0;
}

.c-stacknav_detailslist:not(:first-child) {
  margin-top: 3rem;
}

.c-stacknav_details .c-stacknav_detailslist:last-child {
  margin-bottom: -3rem;
}

.c-stacknav_detailslistitem {
  position: relative;
  margin-right: -2rem;
  margin-left: -2rem;
  padding-top: 1px;
  padding-right: 2rem;
  padding-left: 2rem;
  transition: background-color 0.3s;
}

.c-stacknav_detailslistitem::before {
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  left: 2rem;
  height: 1px;
  background-color: #ccc;
  content: "";
}

.c-stacknav_detailslistitem .c-stacknav_detailslistitem {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.c-stacknav_detailslistitem .c-stacknav_detailslistitem::before {
  right: 0;
  left: 0;
}

.l-megamenu .c-stacknav_detailslistitem.is-open {
  background-color: #333;
}

.c-stachnav_detailsheading {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold;
  text-align: left;
}

.c-stachnav_detailsheading .icon {
  margin-left: 0.3rem;
}

.c-stacknav_details .c-stacknav_details .c-stachnav_detailsheading {
  font-size: 1.2rem;
}

.c-stacknav_linklistitem {
  font-size: 1.2rem;
}

.c-stacknav_linklistitem .icon {
  margin-left: 0.3rem;
}

.c-stacknav_headinglistitem {
  padding-bottom: 2rem;
}

.c-stacknav_headinglistitem:last-child {
  padding-bottom: 0;
}

.c-stacknav_headinglist_heading {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-stacknav_headinglist_heading .icon {
  margin-left: 0.3rem;
}

.c-stacknav_accordion_trigger .icon {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}

.is-open .c-stacknav_accordion_trigger .icon {
  transform: rotate(180deg);
}

.c-stacknav_accordion_trigger.c-stachnav_detailsheading .icon {
  right: 0;
}

.c-tab_list {
  display: flex;
  border: 1px solid #dedede;
  border-bottom: 0;
  background-color: #dedede;
  color: #5d5d5d;
}

.c-tab_listitem {
  flex: 1;
  height: 3rem;
}

.c-tab_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.c-tab_btn.is-active {
  background-color: #fff;
}

@-webkit-keyframes c-tab_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes c-tab_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.c-tab_panelitem {
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}

.c-tab_panelitem.is-active {
  display: block;
  -webkit-animation: c-tab_show 0.3s;
          animation: c-tab_show 0.3s;
}

.c-taglist {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -0.4rem;
  line-height: 1;
}

.c-taglist > li {
  margin: 0.5rem 0.4rem;
}

.c-tag {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  padding: 0 0.8rem;
  border-radius: 1rem;
  background-color: #f3f3f3;
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 769px) {
  .c-tag {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.2rem;
  }
}

.c-toc {
  background-color: #f3f3f3;
}

.c-toc_list {
  padding: 3rem 2rem;
}

@media (min-width: 769px) {
  .c-toc_list {
    padding: 3rem 3rem;
  }
}

.c-toc_listitem:not(:first-child) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}

.c-toc_item {
  display: flex;
}

.c-toc_item a {
  color: inherit;
}

.c-toc_item_heading {
  display: inline-flex;
  flex: 0 0 7rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  padding-right: 1rem;
  border-right: 1px solid #333;
}

.c-toc_item_heading > span {
  font-size: 2rem;
  font-weight: bold;
}

.c-toc_item_content {
  flex: 1 1 auto;
  width: 1%;
}

.c-tooltip .icon {
  width: 2rem;
  height: 2rem;
  color: #777;
}

.c-tooltip_item {
  display: flex;
  visibility: hidden;
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-bottom: 1rem;
  transform: translateY(1rem);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-tooltip_item.is-active {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.c-tooltip_item_arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  height: 1rem;
}

.c-tooltip_item_arrow::after {
  display: block;
  position: absolute;
  top: 0;
  border-width: 0.8rem 0.6rem 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f3f3f3;
  content: "";
}

.c-tooltip_item_inner {
  position: relative;
  padding: 1.8rem 2.4rem 1.8rem 2rem;
  border-radius: 4px;
  background-color: #f3f3f3;
  font-size: 1rem;
}

@media (max-width: 768.98px) {
  .c-tooltip_item_inner {
    line-height: 1.6;
  }
}

@media (min-width: 769px) {
  .c-tooltip_item_inner {
    font-size: 1.2rem;
  }
}

.c-tooltip_item_close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 2rem;
  height: 2rem;
}

@media (min-width: 769px) {
  .c-tooltip_item_close {
    top: 0.6rem;
    right: 0.6rem;
  }
}

.c-tooltip_item_close_btn {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-tooltip_item_close_btn::before,
.c-tooltip_item_close_btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  margin: auto;
  background-color: #333;
  content: "";
}

.c-tooltip_item_close_btn::before {
  transform: rotate(45deg);
}

.c-tooltip_item_close_btn::after {
  transform: rotate(-45deg);
}

.l-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.l-header {
  height: 6.1rem;
}

.l-header a {
  color: inherit;
}

@media (min-width: 769px) {
  .l-header {
    height: 8.1rem;
  }
}

.l-header_bar {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 32rem;
  height: 6.1rem;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

@media (min-width: 769px) {
  .l-header_bar {
    height: 8.1rem;
  }
}

.l-header_inner {
  display: flex;
  align-items: center;
  max-width: 128rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-header_togglemenu {
  width: 6rem;
  height: 6rem;
  margin-left: -2rem;
}

@media (min-width: 769px) {
  .l-header_togglemenu {
    width: 8rem;
    height: 8rem;
  }
}

.l-header_togglemenu_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.l-header_togglemenu_icon {
  display: block;
  position: relative;
  width: 2rem;
  height: 2px;
  background-color: #5d5d5d;
  transition: background-color 0.15s;
}

.l-header_togglemenu_icon::before,
.l-header_togglemenu_icon::after {
  display: block;
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: #5d5d5d;
  content: "";
  transition: background-color 0.15s, top 0.15s 0.15s, transform 0.15s 0s;
}

.l-header_togglemenu_icon::before {
  top: -0.6rem;
}

.l-header_togglemenu_icon::after {
  top: 0.6rem;
}

.l-header_togglemenu:hover .l-header_togglemenu_icon {
  background-color: #cc1414;
}

.l-header_togglemenu:hover .l-header_togglemenu_icon::before,
.l-header_togglemenu:hover .l-header_togglemenu_icon::after {
  background-color: #cc1414;
}

.allmenu-is-visible .l-header_togglemenu_icon {
  background-color: transparent !important;
}

.allmenu-is-visible .l-header_togglemenu_icon::before,
.allmenu-is-visible .l-header_togglemenu_icon::after {
  top: 0;
  background-color: #cc1414;
  transition: background-color 0.15s, top 0.15s 0s, transform 0.15s 0.15s;
}

.allmenu-is-visible .l-header_togglemenu_icon::before {
  transform: rotate(45deg);
}

.allmenu-is-visible .l-header_togglemenu_icon::after {
  transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .l-header_togglemenu_icon {
    width: 3rem;
  }
  .l-header_togglemenu_icon::before,
  .l-header_togglemenu_icon::after {
    width: 3rem;
  }
  .l-header_togglemenu_icon::before {
    top: -0.8rem;
  }
  .l-header_togglemenu_icon::after {
    top: 0.8rem;
  }
}

.l-header_logo {
  width: 12rem;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 769px) {
  .l-header_logo {
    width: 14rem;
    margin-left: 1rem;
  }
}

.l-header_globalnav {
  position: relative;
  margin-left: 4rem;
}

@media (max-width: 1023.98px) {
  .l-header_globalnav {
    display: none;
  }
}

.l-header_globalnav_closer {
  position: absolute;
  top: -8.5rem;
  right: 0;
  left: 0;
  height: 8rem;
}

.l-header_globalnav_list {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.l-header_globalnav_listitem {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.l-header_globalnav_link,
.l-header_globalnav_btn {
  font-weight: bold;
  transition: color 0.2s;
}

.l-header_globalnav_link:hover,
.l-header_globalnav_btn:hover {
  color: #cc1414;
  text-decoration: none;
}

.l-header_globalnav_btn {
  position: relative;
}

.l-header_globalnav_btn.is-active {
  color: #cc1414;
}

.l-header_globalnav_btn .icon {
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
}

.l-header_functionnav {
  margin-right: -2rem;
  margin-left: auto;
}

.l-header_functionnav_list {
  display: flex;
}

.l-header_functionnav_listitem {
  width: 6rem;
  height: 6rem;
}

@media (max-width: 374.98px) {
  .l-header_functionnav_listitem.-search {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .l-header_functionnav_listitem.-about {
    display: none;
  }
}

@media (min-width: 769px) {
  .l-header_functionnav_listitem {
    width: 8rem;
    height: 8rem;
  }
}

.l-header_functionnav_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}

.l-header_functionnav_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.-login .l-header_functionnav_btn {
  background-color: #cc1414;
  color: #fff;
}

.-regist .l-header_functionnav_btn {
  background-color: #ec5f1f;
  color: #fff;
}

.l-header_functionnav_btn .icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 769px) {
  .l-header_functionnav_btn .icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.8rem;
  }
}

.l-header_functionnav_btn_inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.l-header_search_btn .l-header_functionnav_btn_inner {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.15s, visibility 0.15s;
}

.search-is-visible .l-header_search_btn .l-header_functionnav_btn_inner {
  visibility: hidden;
  opacity: 0;
}

.l-header_search_btn {
  position: relative;
}

.l-header_search_icon {
  visibility: hidden;
  position: relative;
  width: 2rem;
  height: 2px;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.l-header_search_icon::before,
.l-header_search_icon::after {
  display: block;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2px;
  background-color: #cc1414;
  content: "";
}

.l-header_search_icon::before {
  transform: rotate(45deg);
}

.l-header_search_icon::after {
  transform: rotate(-45deg);
}

.search-is-visible .l-header_search_icon {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 769px) {
  .l-header_search_icon {
    width: 3rem;
  }
  .l-header_search_icon::before,
  .l-header_search_icon::after {
    width: 3rem;
  }
}

.l-megamenu {
  z-index: 1001;
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100%;
  height: calc(100% - 6rem);
  pointer-events: none;
}

.allmenu-is-visible .l-megamenu,
.search-is-visible .l-megamenu,
.megamenu-is-visible .l-megamenu {
  pointer-events: auto;
}

@media (min-width: 769px) {
  .l-megamenu {
    top: 8rem;
    height: calc(100% - 8rem);
  }
}

.l-megamenu_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
}

.allmenu-is-visible .l-megamenu_overlay,
.search-is-visible .l-megamenu_overlay,
.megamenu-is-visible .l-megamenu_overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.l-megamenu_item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  border-top: 2px solid #cc1414;
  background-color: #444;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.l-megamenu_item.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s;
}

.l-megamenu_item a {
  color: inherit;
}

.l-megamenu_close.-fixed .l-megamenu_close_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-megamenu_tab_header {
  background-color: #000;
  color: #fff;
}

.l-megamenu_tab_list {
  display: flex;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.l-megamenu_tab_listitem {
  flex: 1;
  height: 6rem;
}

.l-megamenu_tab_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.l-megamenu_tab_btn.is-active {
  background-color: #444;
}

@-webkit-keyframes megamenu-tab_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes megamenu-tab_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.l-megamenu_tab_panelitem {
  display: none;
  width: 100%;
  height: 100%;
}

.l-megamenu_tab_panelitem.is-active {
  display: block;
  -webkit-animation: megamenu-tab_show 0.3s;
          animation: megamenu-tab_show 0.3s;
}

.l-megamenu_inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 769px) {
  .l-megamenu_inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.l-megamenu_functionnav {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .l-megamenu_functionnav {
    display: flex;
    margin-bottom: 4rem;
  }
}

.l-megamenu_functionnav_search {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .l-megamenu_functionnav_search {
    display: none;
  }
}

.l-megamenu_functionnav_usermenu_list {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem 0;
}

@media (min-width: 769px) {
  .l-megamenu_functionnav_usermenu_list {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

.l-megamenu_functionnav_usermenu_listitem {
  flex: 1;
  margin: 1rem 1rem 0;
}

@media (min-width: 769px) {
  .l-megamenu_functionnav_usermenu_listitem {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

@media (max-width: 768.98px) {
  .l-megamenu_functionnav_links {
    margin-top: 2rem;
  }
}

@media (min-width: 769px) {
  .l-megamenu_functionnav_links {
    display: flex;
    align-items: center;
    margin-right: 3rem;
    margin-left: 3rem;
  }
}

.l-megamenu_functionnav_links_list {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem 0;
}

.l-megamenu_functionnav_links_listitem {
  flex: 1;
  margin: 1rem 1rem 0;
}

@media (min-width: 769px) {
  .l-megamenu_functionnav_links_listitem {
    flex: 0 0 auto;
  }
}

@media (max-width: 768.98px) {
  .l-megamenu_functionnav_cta {
    margin-top: 2rem;
  }
}

@media (min-width: 769px) {
  .l-megamenu_functionnav_cta {
    margin-left: auto;
  }
}

.l-megamenu_functionnav_cta_list {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem 0;
}

@media (min-width: 769px) {
  .l-megamenu_functionnav_cta_list {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

.l-megamenu_functionnav_cta_listitem {
  flex: 1;
  margin: 1rem 1rem 0;
}

@media (min-width: 769px) {
  .l-megamenu_functionnav_cta_listitem {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

.l-megamenu_functionnav_link {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.l-megamenu_functionnav_link .icon {
  width: 2rem;
  height: 2rem;
  margin-left: 0.3rem;
}

.l-megamenu_stacknav {
  margin-right: -2rem;
  margin-left: -2rem;
}

@media (min-width: 769px) {
  .l-megamenu_stacknav {
    display: none;
  }
}

.l-megamenu_stacknav .c-stachnav_detailsheading {
  color: #fff;
}

.l-megamenu_media {
  display: flex;
  position: relative;
}

.l-megamenu_media a {
  color: inherit;
}

.l-megamenu_media_img {
  flex: 0 0 7.1rem;
  align-self: flex-start;
  margin-right: 1.2rem;
}

.l-megamenu_media_img img {
  width: 100%;
}

@media (min-width: 769px) {
  .l-megamenu_media_img {
    overflow: hidden;
  }
  .l-megamenu_media_img img {
    transform: scale(1);
    transition: transform 0.3s;
  }
  .l-megamenu_media:hover .l-megamenu_media_img img {
    transform: scale(1.06);
  }
}

.l-megamenu_media_content {
  flex: 1 1 auto;
  width: 1%;
  font-size: 1.2rem;
}

.l-megamenu_media_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.l-megamenu_media_date {
  margin-top: 0.4rem;
}

.l-megamenu_subscriptionbox {
  display: flex;
  align-items: center;
  padding: 2rem;
  background-color: #5d5d5d;
}

@media (min-width: 769px) {
  .l-megamenu_subscriptionbox {
    flex-direction: column;
  }
}

.l-megamenu_subscriptionbox_cover {
  position: relative;
  flex-shrink: 0;
  width: 7rem;
}

@media (min-width: 769px) {
  .l-megamenu_subscriptionbox_cover {
    width: 14rem;
  }
}

.l-megamenu_subscriptionbox_badge {
  display: flex;
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #f4d04c;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .l-megamenu_subscriptionbox_badge {
    right: -2rem;
    bottom: -1rem;
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
  }
}

.l-megamenu_subscriptionbox_info {
  margin-left: 2rem;
}

@media (min-width: 769px) {
  .l-megamenu_subscriptionbox_info {
    margin-top: 1.6rem;
    margin-left: 0;
    text-align: center;
  }
}

.l-megamenu_subscriptionbox_heading {
  margin-bottom: 0.8rem;
  font-weight: bold;
}

.l-megamenu_sitemap_subscription .l-megamenu_subscriptionbox_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.l-megamenu_subscriptionbox_description {
  font-size: 1.2rem;
}

.l-megamenu_allmenu_subscription {
  display: flex;
  margin-top: 3rem;
}

.l-megamenu_allmenu_subscription_img {
  flex-basis: 10rem;
  margin-right: 2rem;
}

.l-megamenu_allmenu_subscription_img .l-megamenu_subscriptionbox_cover {
  width: auto;
}

.l-megamenu_allmenu_subscription_body {
  flex: 1 1 auto;
  width: 1%;
}

.l-megamenu_sitemap {
  display: flex;
}

@media (max-width: 768.98px) {
  .l-megamenu_sitemap {
    display: none;
  }
}

.l-megamenu_sitemap_primary {
  flex: 1 0 auto;
  width: 1%;
  margin-right: 6rem;
}

.l-megamenu_sitemap_secondary {
  width: 25rem;
}

.l-megamenu_sitemap_listitem {
  padding-top: 1.6rem;
  border-top: 1px solid #959595;
}

.l-megamenu_sitemap_heading {
  margin-bottom: 1.2rem;
  font-weight: bold;
}

.l-megamenu_sitemap_linklist {
  font-size: 1.2rem;
}

.l-megamenu_sitemap_search {
  margin-bottom: 3rem;
}

.l-megamenu_sitemap_subscription {
  position: relative;
}

.l-megamenu_service_list {
  gap: 2.4rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.l-megamenu_service_listitem {
  text-align: center;
}

.l-megamenu_shoeisha {
  display: flex;
  margin-right: -2rem;
  margin-left: -2rem;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-top: 1px solid #ccc;
}

@media (min-width: 769px) {
  .l-megamenu_shoeisha {
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    padding-top: 4rem;
    padding-right: 0;
    padding-left: 0;
    border-top: 0;
  }
}

.l-megamenu_shoeisha_logo {
  flex-shrink: 0;
  width: 3.7rem;
  margin-right: 1.8rem;
}

.l-megamenu_shoeisha_body {
  flex: 1;
}

@media (min-width: 769px) {
  .l-megamenu_shoeisha_linklists {
    display: flex;
  }
}

.l-megamenu_shoeisha_linklist {
  flex: 1;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.l-megamenu_shoeisha_linklist:last-child {
  margin-bottom: 0;
}

.l-megamenu_shoeisha_linklist.-cta {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .l-megamenu_shoeisha_linklist.-cta {
    display: none;
  }
}

@media (min-width: 769px) {
  .l-megamenu_shoeisha_linklist.-link {
    display: none;
  }
}

@media (min-width: 769px) {
  .l-megamenu_shoeisha_linklist {
    justify-content: flex-end;
  }
}

.l-megamenu_functionbar {
  display: flex;
  margin-bottom: 4rem;
}

.l-megamenu_functionbar_search {
  flex-basis: 45rem;
  margin-left: 3rem;
}

.l-megamenu_functionbar_usermenu {
  margin-left: auto;
}

.l-megamenu_functionbar_usermenulist {
  display: flex;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.l-megamenu_functionbar_usermenulist > li {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.l-megamenu_articles_style_inner {
  gap: var(--bs-gutter-x) var(--bs-gutter-x);
  display: grid;
  grid-template: "primary secondary" auto "primary link" auto / 65rem 1fr;
}

.l-megamenu_articles_style_primary {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: primary;
  padding-top: 1.8rem;
  border-top: 1px solid #959595;
}

.l-megamenu_articles_style_secondary {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: secondary;
}

.l-megamenu_articles_style_secondary .l-megamenu_media_img {
  flex-basis: 5.7rem;
}

.l-megamenu_articles_style_cta {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: link;
  align-self: end;
}

.l-megamenu_articles_style_cta_link > li:not(:first-child) {
  margin-top: 1rem;
}

.l-megamenu_articles_style_heading {
  margin-bottom: 3rem;
  font-weight: bold;
}

.l-megamenu_articlegrid_item {
  padding-top: 1.8rem;
  border-top: 1px solid #959595;
}

.l-megamenu_articlegrid_item.-link {
  border-top: 0;
}

.l-megamenu_articlegrid_heading {
  margin-bottom: 1.6rem;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-megamenu_articlegrid_heading:last-child {
  margin-bottom: 0;
}

.l-megamenu_articlegrid_link {
  display: flex;
  flex-direction: column;
}

.l-megamenu_articlegrid_link > li:not(:first-child) {
  margin-top: 1rem;
}

.l-megamenu_event_list {
  display: flex;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.l-megamenu_event_listitem {
  flex: 1;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0 3rem 3rem;
  background-color: #5d5d5d;
}

.l-megamenu_event_listitem_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13rem;
}

.l-megamenu_event_listitem_info_heading {
  margin-bottom: 1rem;
  font-weight: bold;
}

.l-megamenu_event_listitem_link {
  margin-top: 2.5rem;
}

.l-megamenu_subscription_inner {
  display: flex;
}

.l-megamenu_subscription_overview {
  flex-basis: 45rem;
}

.l-megamenu_subscription_overview_logo {
  padding-top: 2rem;
  text-align: center;
}

.l-megamenu_subscription_overview_text {
  margin-top: 4rem;
}

.l-megamenu_subscription_features {
  margin-top: 3rem;
}

.l-megamenu_subscription_features_list {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.l-megamenu_subscription_features_listitem {
  flex: 1;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.l-megamenu_subscription_features_text {
  margin-bottom: 1rem;
  color: #f4d04c;
  font-size: 1.2rem;
  text-align: center;
}

.l-megamenu_subscription_subscriptionbox {
  gap: 0 2rem;
  display: grid;
  grid-template: "cover info" 1fr "cover cta" 1fr / 1fr 1fr;
  flex-basis: 49rem;
  margin-left: auto;
  padding: 3rem 3rem;
}

.l-megamenu_subscription_subscriptionbox .l-megamenu_subscriptionbox_cover {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: cover;
  width: 18rem;
  padding-left: 1rem;
}

.l-megamenu_subscription_subscriptionbox .l-megamenu_subscriptionbox_info {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: info;
  align-self: stretch;
  justify-self: start;
  margin-top: 0;
  text-align: left;
}

.l-megamenu_subscription_subscriptionbox .l-megamenu_subscription_subscriptionbox_cta {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: cta;
  align-self: end;
  justify-self: stretch;
  text-align: center;
}

.l-megamenu_subscription_subscriptionbox .l-megamenu_subscription_subscriptionbox_cta_text {
  margin-bottom: 1rem;
  color: #f4d04c;
  font-size: 1.2rem;
}

.l-megamenu_books_inner {
  display: flex;
}

.l-megamenu_books_overview {
  flex-basis: 33rem;
}

.l-megamenu_books_overview_logo {
  text-align: center;
}

.l-megamenu_books_overview_text {
  margin-top: 2.7rem;
}

.l-megamenu_books_overview_link {
  margin-top: 3rem;
}

.l-megamenu_books_index {
  flex-basis: 59rem;
  margin-left: auto;
  border-top: 1px solid #959595;
}

.l-megamenu_books_index_heading {
  padding-top: 1.8rem;
  padding-bottom: 1.6rem;
  font-weight: bold;
}

@media (max-width: 768.98px) {
  .l-megamenu_search_function {
    padding-bottom: 3rem;
  }
}

.l-superbanner {
  padding: 1rem 2rem;
  background-color: #f3f3f3;
}

.l-superbanner_item {
  max-width: 72.8rem;
  margin: 0 auto;
}

.l-body {
  flex: 1;
  padding-top: 2rem;
  padding-bottom: 10rem;
}

@media (min-width: 769px) {
  .l-body {
    padding-top: 4rem;
  }
}

.l-main_inner {
  position: relative;
}

@media (max-width: 768.98px) {
  .l-sidebar {
    display: none;
  }
}

@media (min-width: 1024px) {
  .l-sidebar {
    flex: 1 1 auto;
  }
}

.l-sidebar_subscription_new {
  display: flex;
  position: relative;
  align-items: center;
}

.l-sidebar_subscription_cover {
  position: relative;
  flex-shrink: 0;
  width: 11rem;
  margin-right: 1.5rem;
}

.l-sidebar_subscription_badge {
  display: flex;
  position: absolute;
  right: -2rem;
  bottom: -0.5rem;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background-color: #f4d04c;
  font-size: 1.2rem;
  font-weight: bold;
}

.l-sidebar_subscription_content {
  font-size: 1.2rem;
}

.l-sidebar_subscription_heading {
  font-size: 1.6rem;
  font-weight: bold;
}

.l-sidebar_subscription_heading a {
  color: inherit;
}

.l-sidebar_subscription_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.l-sidebar_subscription_description {
  margin-top: 2rem;
}

.l-sidebar_subscription_callout {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 0.8rem 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 10rem 10rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.l-sidebar_subscription_callout::before,
.l-sidebar_subscription_callout::after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}

.l-sidebar_subscription_callout::before {
  bottom: -20px;
  width: 18px;
  height: 20px;
  border-top: 10px solid #e5e5e5;
  border-right: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 9px solid transparent;
}

.l-sidebar_subscription_callout::after {
  bottom: -16px;
  width: 16px;
  height: 16px;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}

.l-footer {
  background-color: #f3f3f3;
}

.l-footer a {
  color: inherit;
}

.l-footer_inner {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (min-width: 769px) {
  .l-footer_inner {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}

.l-footer_siteinfo {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .l-footer_siteinfo {
    align-items: flex-end;
  }
}

.l-footer_siteinfo_logo {
  flex-shrink: 0;
  width: 12rem;
}

.l-footer_siteinfo_description {
  margin-left: 2rem;
  font-size: 1rem;
}

@media (min-width: 769px) {
  .l-footer_siteinfo_description {
    margin-left: 3rem;
    font-size: 1.2rem;
  }
}

.l-footer_functionnav {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .l-footer_functionnav {
    display: flex;
    margin-bottom: 4rem;
  }
}

.l-footer_functionnav_search {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .l-footer_functionnav_search {
    display: none;
  }
}

.l-footer_functionnav_usermenu_list {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem 0;
}

@media (min-width: 769px) {
  .l-footer_functionnav_usermenu_list {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

.l-footer_functionnav_usermenu_listitem {
  flex: 1;
  margin: 1rem 1rem 0;
}

@media (min-width: 769px) {
  .l-footer_functionnav_usermenu_listitem {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

@media (max-width: 768.98px) {
  .l-footer_functionnav_links {
    margin-top: 2rem;
  }
}

@media (min-width: 769px) {
  .l-footer_functionnav_links {
    display: flex;
    align-items: center;
    margin-right: 3rem;
    margin-left: 3rem;
  }
}

.l-footer_functionnav_links_list {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem 0;
}

.l-footer_functionnav_links_listitem {
  flex: 1;
  margin: 1rem 1rem 0;
}

@media (min-width: 769px) {
  .l-footer_functionnav_links_listitem {
    flex: 0 0 auto;
  }
}

@media (max-width: 768.98px) {
  .l-footer_functionnav_cta {
    margin-top: 2rem;
  }
}

@media (min-width: 769px) {
  .l-footer_functionnav_cta {
    margin-left: auto;
  }
}

.l-footer_functionnav_cta_list {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem 0;
}

@media (min-width: 769px) {
  .l-footer_functionnav_cta_list {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

.l-footer_functionnav_cta_listitem {
  flex: 1;
  margin: 1rem 1rem 0;
}

@media (min-width: 769px) {
  .l-footer_functionnav_cta_listitem {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

.l-footer_functionnav_link {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.l-footer_functionnav_link .icon {
  width: 2rem;
  height: 2rem;
  margin-left: 0.3rem;
}

.l-footer_stacknav {
  margin-right: -2rem;
  margin-left: -2rem;
}

@media (min-width: 769px) {
  .l-footer_stacknav {
    display: none;
  }
}

.l-footer_subscription {
  display: flex;
  position: relative;
  align-items: center;
  padding: 2rem;
  background-color: #fff;
}

@media (min-width: 769px) {
  .l-footer_subscription {
    flex-direction: column;
  }
}

.l-footer_subscription_cover {
  position: relative;
  flex-shrink: 0;
  width: 7rem;
}

@media (min-width: 769px) {
  .l-footer_subscription_cover {
    width: 14rem;
  }
}

.l-footer_subscription_badge {
  display: flex;
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #f4d04c;
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .l-footer_subscription_badge {
    right: -2rem;
    bottom: -1rem;
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
  }
}

.l-footer_subscription_content {
  margin-left: 2rem;
}

@media (min-width: 769px) {
  .l-footer_subscription_content {
    margin-top: 1.6rem;
    margin-left: 0;
    text-align: center;
  }
}

.l-footer_subscription_heading {
  margin-bottom: 0.8rem;
  font-weight: bold;
}

.l-footer_subscription_heading a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.l-footer_subscription_description {
  font-size: 1.2rem;
}

.l-footer_sitemap {
  display: flex;
}

@media (max-width: 768.98px) {
  .l-footer_sitemap {
    display: none;
  }
}

.l-footer_sitemap_primary {
  flex: 1 0 auto;
  width: 1%;
  margin-right: 6rem;
}

.l-footer_sitemap_secondary {
  width: 25rem;
}

.l-footer_sitemap_listitem {
  padding-top: 1.6rem;
  border-top: 1px solid #ccc;
}

.l-footer_sitemap_heading {
  margin-bottom: 1.2rem;
  font-weight: bold;
}

.l-footer_sitemap_linklist {
  font-size: 1.2rem;
}

.l-footer_sitemap_search {
  margin-bottom: 3rem;
}

.l-footer_service {
  margin-top: 6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #ccc;
}

@media (max-width: 768.98px) {
  .l-footer_service {
    display: none;
  }
}

.l-footer_service_heading {
  margin-bottom: 2rem;
  font-weight: bold;
}

.l-footer_service_listitem {
  text-align: center;
}

.l-footer_shoeisha {
  display: flex;
  margin-right: -2rem;
  margin-left: -2rem;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-top: 1px solid #ccc;
}

@media (min-width: 769px) {
  .l-footer_shoeisha {
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    padding-top: 7rem;
    padding-right: 0;
    padding-left: 0;
    border-top: 0;
  }
}

.l-footer_shoeisha_logo {
  flex-shrink: 0;
  width: 3.7rem;
  margin-right: 1.8rem;
}

.l-footer_shoeisha_body {
  flex: 1;
}

.l-footer_shoeisha_linklist {
  font-size: 1.2rem;
}

.l-footer_shoeisha_linklist > li:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 769px) {
  .l-footer_shoeisha_linklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -1rem;
  }
  .l-footer_shoeisha_linklist:not(:last-child) {
    margin-bottom: 1rem;
  }
  .l-footer_shoeisha_linklist > li {
    margin-top: 1rem;
    margin-left: 2rem;
  }
}

.l-footer_notes {
  margin-top: 3rem;
  font-size: 1rem;
}

@media (min-width: 769px) {
  .l-footer_notes {
    display: flex;
    align-items: flex-end;
  }
}

@media (min-width: 769px) {
  .l-footer_license {
    margin-right: 2rem;
  }
}

.l-footer_copyright {
  margin-top: 1rem;
}

.l-footer_copyright small {
  font-size: inherit;
}

@media (min-width: 769px) {
  .l-footer_copyright {
    margin-top: 0;
    margin-left: auto;
  }
}

.l-modal_overlay {
  visibility: hidden;
  z-index: 2001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.l-modal_overlay.is-active {
  visibility: visible;
  opacity: 1;
}

.hidden-xxs {
  display: none !important;
  visibility: hidden;
}

.hidden-up-xxs {
  display: none !important;
  visibility: hidden;
}

.hidden-down-xxs {
  display: none !important;
  visibility: hidden;
}

@media (min-width: 375px) and (max-width: 480.98px) {
  .hidden-xs {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 375px) {
  .hidden-up-xs {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 374.98px) {
  .hidden-down-xs {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 481px) and (max-width: 768.98px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 481px) {
  .hidden-up-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 480.98px) {
  .hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 769px) and (max-width: 1023.98px) {
  .hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 769px) {
  .hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 768.98px) {
  .hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .hidden-down-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media print {
  *,
  *::before,
  *::after {
    -webkit-print-color-adjust: exact !important;
    overflow-y: visible !important;
    background-attachment: initial !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body,
  .container {
    min-width: 1040px !important;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .l-header_bar {
    position: static !important;
  }
  .c-article_popup {
    display: none !important;
  }
}