@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

html {
  color: #333;
  line-height: 1.34;
  font-size: 2.66666vw;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 601px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}
html body {
  width: 100%;
  font-size: 1.6rem;
}
html body main {
  display: block;
  max-width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  html body main {
    max-width: 1280px;
  }
}
html body main::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position: top center;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_desk_sp.jpg?1637733351873");
  z-index: -1;
}
@media screen and (min-width: 601px) {
  html body main::before {
    background-size: 100% auto;
    background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_desk_tab.jpg?1637733351873");
  }
}

img {
  max-width: 100%;
}

.tab {
  display: none;
}
@media screen and (min-width: 601px) {
  .tab {
    display: block;
  }
}

.tab-inline {
  display: none;
}
@media screen and (min-width: 601px) {
  .tab-inline {
    display: inline;
  }
}

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

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

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

.kv {
  font-size: 0;
  line-height: 0;
  text-align: center;
  background-color: #faf6ed;
}
.kv-img {
  width: 100%;
  height: auto;
  max-width: 108rem;
  margin: 0 auto;
}

.text-under-kv {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 2.3rem;
  margin: 2rem auto;
}
@media screen and (min-width: 601px) {
  .text-under-kv {
    text-align: center;
    margin: 3rem auto;
  }
}

@media screen and (min-width: 601px) {
  .section > h1, .section > h2, .section > p, .section > ul, .section > dl {
    max-width: 108rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sub-title {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  .sub-title {
    font-size: 2.4rem;
    max-width: 108rem;
  }
}
.sub-title span {
  display: inline-block;
  padding: 0 0.3em;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sub-title span {
    padding: 0 2.6rem;
  }
}
.sub-title span::before, .sub-title span::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sub-title span::before {
  right: 100%;
}
.sub-title span::after {
  left: 100%;
}

.three-lines {
  line-height: 1.6;
  margin-bottom: 3rem;
}
.three-lines .main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.3rem;
}
@media screen and (min-width: 601px) {
  .three-lines .main {
    font-size: 2.8rem;
  }
}
.three-lines .main .left-line {
  flex-grow: 1;
  min-width: 1rem;
  height: 13px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 0.5rem;
  margin-right: 1.5rem;
  position: relative;
}
@media screen and (min-width: 601px) {
  .three-lines .main .left-line {
    margin-left: 1rem;
    margin-right: 4rem;
  }
}
.three-lines .main .left-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #000;
  position: absolute;
  top: 5px;
  right: 0.5rem;
}
@media screen and (min-width: 601px) {
  .three-lines .main .left-line::after {
    right: 1rem;
  }
}
.three-lines .main .right-line {
  flex-grow: 1;
  min-width: 1rem;
  height: 13px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 1.5rem;
  margin-right: 0.5rem;
  position: relative;
}
@media screen and (min-width: 601px) {
  .three-lines .main .right-line {
    margin-left: 4rem;
    margin-right: 1rem;
  }
}
.three-lines .main .right-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #000;
  position: absolute;
  top: 5px;
  left: 0.5rem;
}
@media screen and (min-width: 601px) {
  .three-lines .main .right-line::after {
    left: 1rem;
  }
}
.three-lines .sub {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 601px) {
  .three-lines .sub {
    font-size: 1.2rem;
  }
}

.page-sub-title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.page-sub-lead {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 1rem;
}

@media screen and (min-width: 601px) {
  .card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 601px) {
  .card-list.center {
    justify-content: center;
  }
}

.bread-crumb {
  display: flex;
  color: #838383;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bread-crumb::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 601px) {
  .bread-crumb {
    margin-bottom: 1rem;
  }
}
.bread-crumb-item {
  white-space: nowrap;
}
.bread-crumb-item:nth-of-type(n + 2) {
  margin-left: 0.5em;
}
.bread-crumb-item:nth-of-type(n + 2)::before {
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
}
.bread-crumb-item-link {
  color: #000;
  text-decoration: none;
}
.bread-crumb-item-link:hover {
  text-decoration: underline;
}

.card-list.carousel {
  display: none;
  background-color: #fff;
  background-size: calc(200% / 3);
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_pattern_gray.png?1637733351873");
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media screen and (min-width: 601px) {
  .card-list.carousel {
    margin-left: 0;
    margin-right: 0;
    background-size: 25%;
  }
}
.card-list.carousel.slick-initialized {
  display: block;
}
.card-list.carousel::before {
  content: "";
  display: block;
  width: 8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.card-list.carousel::after {
  content: "";
  display: block;
  width: 8rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.card-list.carousel.slick-slider {
  position: relative;
}
.card-list.carousel.slick-slider .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  background-color: #fff;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.card-list.carousel.slick-slider .slick-arrow::before {
  display: none;
}
.card-list.carousel.slick-slider .slick-arrow-icon {
  width: 1.3rem;
}
.card-list.carousel.slick-slider .slick-arrow.slick-prev {
  top: 50%;
  left: 0;
  transform: translate(-20%, -50%);
  border-radius: 0 50% 50% 0;
}
@media screen and (min-width: 601px) {
  .card-list.carousel.slick-slider .slick-arrow.slick-prev {
    padding-right: 0.2rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
}
.card-list.carousel.slick-slider .slick-arrow.slick-next {
  top: 50%;
  right: 0;
  transform: translate(20%, -50%);
  border-radius: 50% 0 0 50%;
}
@media screen and (min-width: 601px) {
  .card-list.carousel.slick-slider .slick-arrow.slick-next {
    padding-left: 0.2rem;
    transform: translate(50%, -50%);
    border-radius: 50%;
  }
}
.card-list.carousel.slick-slider .slick-list {
  overflow-x: hidden;
}
.card-list.carousel.slick-slider .slick-list .slick-track {
  padding: 3rem 0;
}
.card-list.carousel.slick-slider .slick-list .slick-track .slick-slide {
  width: 17.25rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 601px) {
  .card-list.carousel.slick-slider .slick-list .slick-track .slick-slide {
    width: 34.5rem;
    margin: 0 1rem;
    transform: translateX(calc(-50% - 1rem));
  }
}
@media screen and (max-width: 600px) {
  .card-list.carousel.slick-slider .slick-list .slick-track .slick-slide .card-thumb-wappen {
    font-size: 1.1rem;
    padding: 2rem 0 0.3rem;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-list-item {
  line-height: 1.6;
  padding: 0 0.2em;
  margin: 0.2rem;
  border-radius: 1rem;
}
@media screen and (min-width: 601px) {
  .tag-list-item {
    padding: 0 0.6em;
  }
}
.tag-list-item-link {
  font-size: 1.3rem;
  color: #838383;
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  .tag-list-item-link {
    font-size: 1.6rem;
  }
}

.wp-pagenavi {
  margin: 8rem auto 0;
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0;
  text-decoration: none;
  position: relative;
  z-index: 1;
  background: none;
}
.wp-pagenavi a:hover {
  opacity: 0.8;
}
.wp-pagenavi .current::before {
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  box-shadow: 0 0.2em 0.3em 0 rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(-8rem);
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 1.2rem solid #000;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(8rem);
}
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 1.2rem solid #000;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
}

.accordion {
  margin-top: 2.5rem;
  position: relative;
}
.accordion-button {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 1.7rem 0;
  background-color: #fff;
  cursor: pointer;
  border-radius: 0.5rem;
  box-shadow: 0px 0.3rem 0.8rem 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .accordion-button {
    font-size: 1.6rem;
  }
}
.accordion-button-icon {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 601px) {
  .accordion-button-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.accordion-button-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s ease;
}
.accordion-button-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease;
}
.accordion-button.open .accordion-button-icon::before {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-button.open .accordion-button-icon::after {
  transform: translateY(-50%) rotate(360deg);
}
.accordion-content {
  display: none;
  padding: 2rem 2rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0.3rem 0.6rem 0px rgba(0, 0, 0, 0.29);
  background-color: #f2f2f2;
  z-index: 0;
}
@media screen and (min-width: 601px) {
  .accordion-content {
    padding: 4.5rem 6rem;
  }
}
.accordion-content > .card-list {
  margin: 1rem -2rem 0;
  width: calc(100% + 4rem);
}
@media screen and (min-width: 601px) {
  .accordion-content > .card-list {
    margin: 1rem -6rem 0;
    width: calc(100% + 12rem);
  }
}
@media screen and (min-width: 601px) {
  .accordion-content > .card-list:first-of-type {
    margin-top: -2.5rem;
  }
}
.accordion-content > .card-list:last-of-type {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 601px) {
  .accordion-content > .card-list:last-of-type {
    margin-bottom: -2rem;
  }
}

.youtube-movie {
  display: block;
  width: 100%;
  max-width: 854px;
  height: 0;
  padding-top: 56.25%;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  background-color: #000;
}
.youtube-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card {
  text-align: left;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  will-change: transform;
}
@media screen and (min-width: 601px) {
  .card {
    width: 32%;
  }
}
.card:nth-of-type(n + 2) {
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
  .card:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 601px) {
  .card:nth-of-type(n + 4) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 601px) {
  .card:nth-of-type(3n + 2) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 601px) {
  .card:nth-of-type(3n) {
    margin-left: 2%;
  }
}
.card-link {
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: 1rem;
}
.card-thumb {
  width: 100%;
  height: 0;
  padding-top: 50.78%;
  line-height: 0;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
.card-thumb-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.card-thumb-img.overlay-dark {
  filter: brightness(0.8);
}
.card-thumb-wappen {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  background-color: #e60012;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0) rotate(-45deg);
  transform-origin: top center;
  padding: 3rem 0 0.5rem;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .card-thumb-wappen {
    font-size: 1.4rem;
  }
}
.card-thumb-wappen.color_black {
  color: #000;
}
.card-thumb-wappen.color_gray {
  color: #838383;
}
.card-thumb-wappen.color_red {
  color: #e60012;
}
.card-thumb-wappen.color_blue {
  color: #007ee6;
}
.card-thumb-wappen.color_white {
  color: #fff;
}
.card-thumb-wappen.bg_color_black {
  background-color: #000;
}
.card-thumb-wappen.bg_color_gray {
  background-color: #838383;
}
.card-thumb-wappen.bg_color_red {
  background-color: #e60012;
}
.card-thumb-wappen.bg_color_blue {
  background-color: #007ee6;
}
.card-thumb-wappen.bg_color_white {
  background-color: #fff;
}
.card-thumb-external-icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .card-thumb-external-icon {
    width: 2.8rem;
    height: 2.8rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.card-title {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.3;
  padding: 0 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .card-title {
    font-size: 2rem;
  }
}
.card-text1, .card-text2, .card-text3 {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.6;
  padding: 0 1rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 600px) {
  .card-text1, .card-text2, .card-text3 {
    font-size: 1.2rem;
  }
}
.card-title.color_black, .card-text1.color_black, .card-text2.color_black, .card-text3.color_black {
  color: #000;
}
.card-title.color_gray, .card-text1.color_gray, .card-text2.color_gray, .card-text3.color_gray {
  color: #838383;
}
.card-title.color_red, .card-text1.color_red, .card-text2.color_red, .card-text3.color_red {
  color: #e60012;
}
.card-title.color_blue, .card-text1.color_blue, .card-text2.color_blue, .card-text3.color_blue {
  color: #007ee6;
}
.card-title.color_white, .card-text1.color_white, .card-text2.color_white, .card-text3.color_white {
  color: #fff;
}
.card-title.weight_normal, .card-text1.weight_normal, .card-text2.weight_normal, .card-text3.weight_normal {
  font-weight: normal;
}
.card-title.weight_bold, .card-text1.weight_bold, .card-text2.weight_bold, .card-text3.weight_bold {
  font-weight: bold;
}
.card-title.size_max, .card-text1.size_max, .card-text2.size_max, .card-text3.size_max {
  font-size: 2.2rem;
}
@media screen and (min-width: 601px) {
  .card-title.size_max, .card-text1.size_max, .card-text2.size_max, .card-text3.size_max {
    font-size: 2.4rem;
  }
}
.card-title.size_big, .card-text1.size_big, .card-text2.size_big, .card-text3.size_big {
  font-size: 2rem;
}
@media screen and (min-width: 601px) {
  .card-title.size_big, .card-text1.size_big, .card-text2.size_big, .card-text3.size_big {
    font-size: 2rem;
  }
}
.card-title.size_normal, .card-text1.size_normal, .card-text2.size_normal, .card-text3.size_normal {
  font-size: 1.4rem;
}
@media screen and (min-width: 601px) {
  .card-title.size_normal, .card-text1.size_normal, .card-text2.size_normal, .card-text3.size_normal {
    font-size: 1.6rem;
  }
}
.card-title.size_small, .card-text1.size_small, .card-text2.size_small, .card-text3.size_small {
  font-size: 1.2rem;
}
@media screen and (min-width: 601px) {
  .card-title.size_small, .card-text1.size_small, .card-text2.size_small, .card-text3.size_small {
    font-size: 1.2rem;
  }
}
.card-title.size_min, .card-text1.size_min, .card-text2.size_min, .card-text3.size_min {
  font-size: 1.1rem;
}
@media screen and (min-width: 601px) {
  .card-title.size_min, .card-text1.size_min, .card-text2.size_min, .card-text3.size_min {
    font-size: 1rem;
  }
}
.card-tag-list {
  padding: 0 0.8rem;
  margin-bottom: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}
.card-tag-list-item {
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
.card-tag-list-item-link {
  color: #838383;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  .card-tag-list-item-link {
    font-size: 1.2rem;
  }
}
.card-tag-list-item-link:hover {
  color: #000;
}
.card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.1s linear;
  opacity: 0;
}
.card:hover::after {
  opacity: 1;
}
.card.no-link {
  cursor: default;
}
.card.no-link:hover {
  filter: none;
}

@media screen and (max-width: 600px) {
  .card-list.sp-half-card {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .card-list.sp-half-card .card {
    width: 48.6%;
  }
  .card-list.sp-half-card .card:nth-of-type(2n) {
    margin-left: 2.8%;
  }
  .card-list.sp-half-card .card:nth-of-type(2) {
    margin-top: 0;
  }
  .card-list.sp-half-card .card-link {
    padding-bottom: 0.5rem;
  }
  .card-list.sp-half-card .card-thumb-wappen {
    font-size: 1.1rem;
    padding: 2rem 0 0.3rem;
  }
  .card-list.sp-half-card .card-thumb-external-icon {
    right: 0.4rem;
    bottom: 0.4rem;
  }
  .card-list.sp-half-card .card-title, .card-list.sp-half-card .card-text1, .card-list.sp-half-card .card-text2, .card-list.sp-half-card .card-text3 {
    padding: 0 0.8rem;
  }
  .card-list.sp-half-card .card-title.size_max, .card-list.sp-half-card .card-text1.size_max, .card-list.sp-half-card .card-text2.size_max, .card-list.sp-half-card .card-text3.size_max {
    font-size: 1.7rem;
  }
  .card-list.sp-half-card .card-title.size_big, .card-list.sp-half-card .card-text1.size_big, .card-list.sp-half-card .card-text2.size_big, .card-list.sp-half-card .card-text3.size_big {
    font-size: 1.5rem;
  }
  .card-list.sp-half-card .card-title.size_normal, .card-list.sp-half-card .card-text1.size_normal, .card-list.sp-half-card .card-text2.size_normal, .card-list.sp-half-card .card-text3.size_normal {
    font-size: 1.4rem;
  }
  .card-list.sp-half-card .card-title.size_small, .card-list.sp-half-card .card-text1.size_small, .card-list.sp-half-card .card-text2.size_small, .card-list.sp-half-card .card-text3.size_small {
    font-size: 1.2rem;
  }
  .card-list.sp-half-card .card-title.size_min, .card-list.sp-half-card .card-text1.size_min, .card-list.sp-half-card .card-text2.size_min, .card-list.sp-half-card .card-text3.size_min {
    font-size: 1.1rem;
  }
  .card-list.sp-half-card .card-tag-list {
    margin-bottom: 0.7rem;
  }
}
.movie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.movie-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.movie-modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 974px;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 601px) {
  .movie-modal-wrapper {
    width: calc(100% - 20rem);
    height: auto;
    padding: 8rem 6rem;
  }
}
.movie-modal-close-button {
  width: 4rem;
  height: 4rem;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .movie-modal-close-button {
    top: 3rem;
    right: 2rem;
  }
}
.movie-modal-close-button:hover {
  opacity: 0.8;
}
.movie-modal-close-button-img {
  pointer-events: none;
}
.movie-modal.active {
  display: block;
}

.button-main {
  background-color: #e60012;
  position: relative;
  border-radius: 2.5rem;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .button-main {
    width: 34.5rem;
  }
}
.button-main:hover {
  filter: brightness(0.98);
}
.button-main-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  padding: 1.2rem 4rem;
}
@media screen and (min-width: 601px) {
  .button-main-link {
    font-size: 1.6rem;
  }
}
.button-main-link-icon {
  width: 0;
  height: 0;
  border-left: 1.1rem solid #fff;
  border-top: 0.65rem solid transparent;
  border-bottom: 0.65rem solid transparent;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(60%, -50%);
}
.button-main-link-icon-external-img {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
}
.button-main.external .button-main-link-icon {
  border: none;
  width: 2.4rem;
  height: 2.4rem;
}
.button-main.external .button-main-link-icon-external-img {
  display: block;
}
.button-main.disable {
  background-color: #e6e6e6;
  box-shadow: none;
  pointer-events: none;
}
.button-main.disable:hover {
  filter: none;
}
.button-main.disable .button-main-link {
  color: #000;
  font-weight: normal;
}
.button-main.disable .button-main-link-icon {
  border-left-color: #000;
}
.button-main.disable .button-main-link-icon-external-img {
  display: none;
}

.button-secondary {
  background-color: #fff;
  position: relative;
  border-radius: 2.5rem;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .button-secondary {
    width: 34.5rem;
  }
}
.button-secondary:hover {
  filter: brightness(0.98);
}
.button-secondary-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  padding: 1.2rem 4rem;
}
@media screen and (min-width: 601px) {
  .button-secondary-link {
    font-size: 1.6rem;
  }
}
.button-secondary-link-icon {
  width: 0;
  height: 0;
  border-left: 1.1rem solid #000;
  border-top: 0.65rem solid transparent;
  border-bottom: 0.65rem solid transparent;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(60%, -50%);
}
.button-secondary-link-icon-external-img {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
}
.button-secondary.external .button-secondary-link-icon {
  border: none;
  width: 2.4rem;
  height: 2.4rem;
}
.button-secondary.external .button-secondary-link-icon-external-img {
  display: block;
}
.button-secondary.disable {
  background-color: #e6e6e6;
  box-shadow: none;
  color: #fff;
  pointer-events: none;
}
.button-secondary.disable:hover {
  filter: none;
}
.button-secondary.disable .button-secondary-link-icon {
  border-left-color: #000;
}

.button-anchor {
  background-color: #fff;
  position: relative;
  border-radius: 2.5rem;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .button-anchor {
    width: 34.5rem;
  }
}
.button-anchor:hover {
  filter: brightness(0.98);
}
.button-anchor-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  padding: 1.2rem 4rem;
}
@media screen and (min-width: 601px) {
  .button-anchor-link {
    font-size: 1.6rem;
  }
}
.button-anchor-link-icon {
  width: 0;
  height: 0;
  border-top: 1.4rem solid #000;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(60%, -50%);
}
.button-anchor.disable {
  background-color: #e6e6e6;
  box-shadow: none;
  color: #fff;
  pointer-events: none;
}
.button-anchor.disable:hover {
  filter: none;
}
.button-anchor.disable .button-anchor-link-icon {
  border-left-color: #000;
}

.button-back {
  background-color: #fff;
  position: relative;
  border-radius: 2.5rem;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .button-back {
    width: 34.5rem;
  }
}
.button-back:hover {
  filter: brightness(0.98);
}
.button-back-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  padding: 1.2rem 4rem;
}
@media screen and (min-width: 601px) {
  .button-back-link {
    font-size: 1.6rem;
  }
}
.button-back-link-icon {
  width: 0;
  height: 0;
  border-right: 1.1rem solid #000;
  border-top: 0.65rem solid transparent;
  border-bottom: 0.65rem solid transparent;
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translate(-60%, -50%);
}
.button-back.disable {
  background-color: #e6e6e6;
  box-shadow: none;
  color: #fff;
  pointer-events: none;
}
.button-back.disable:hover {
  filter: none;
}
.button-back.disable .button-back-link-icon {
  border-right-color: #000;
}

.button-selected {
  background-color: #909090;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .button-selected {
    width: 34.5rem;
  }
}
.button-selected-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  padding: 1.2rem 4rem;
}
@media screen and (min-width: 601px) {
  .button-selected-link {
    font-size: 1.6rem;
  }
}
.button-selected-link-icon {
  width: 0;
  height: 0;
  border-top: 1.4rem solid #fff;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(60%, -50%);
}

.google-map {
  position: relative;
  margin-top: 10px;
  padding-bottom: 71%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  .google-map {
    padding-bottom: 35.5%;
  }
}

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

.menu-list-close .menu-list-header {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  padding-left: 2.4rem;
  padding-right: 4rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
.menu-list-close .menu-list-header + .menu-list-body, .menu-list-close .menu-list-header + .menu-list-body-container {
  display: none;
}
.menu-list-close.open .menu-list-icon {
  transform: translate(50%, -50%) rotate(-90deg);
}
.menu-list-close.big > .menu-list-header {
  height: 10rem;
  color: #e60012;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.menu-list-close.big > .menu-list-header .menu-list-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  background-color: #e60012;
  transform: translate(50%, -50%) rotate(90deg);
  border-radius: 50%;
  transition: 0.3s ease 0s;
}
.menu-list-close.big > .menu-list-header .menu-list-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.8rem solid #fff;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(60%, -50%);
}
.menu-list-close.big > .menu-list-header.open .menu-list-icon {
  transform: translate(50%, -50%) rotate(-90deg);
}
.menu-list-close.middle > .menu-list-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 4rem;
  font-size: 1.5rem;
  background-color: #f2f2f2;
  position: relative;
  box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.menu-list-close.middle > .menu-list-header .header-text {
  position: relative;
  padding-left: 3.5rem;
  font-weight: normal;
}
.menu-list-close.middle > .menu-list-header .header-text::before {
  content: "Q";
  color: #e60012;
  font-family: "Hiragino Sans";
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-list-close.middle > .menu-list-header .menu-list-icon {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  top: 50%;
  right: 2.5rem;
  transition: 0.3s ease 0s;
  transform: translate(50%, -50%) rotate(0deg);
}
.menu-list-close.middle > .menu-list-header.open .menu-list-icon {
  transform: translate(50%, -50%) rotate(-180deg);
}
.menu-list-close.middle .menu-list-body-container {
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: center;
  border-radius: 1rem;
}
.menu-list-close.middle .menu-list-body-container .menu-list-body {
  padding-left: 1.4rem;
  padding-right: 4rem;
}
.menu-list-close.middle .menu-list-body-container .menu-list-body .body-text {
  position: relative;
  padding-left: 3.5rem;
}
.menu-list-close.middle .menu-list-body-container .menu-list-body .body-text::before {
  content: "A";
  color: #e60012;
  font-family: "Hiragino Sans";
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-list-close.middle .menu-list-body-container .button-container {
  margin-top: 3rem;
}
.menu-list-close.small > .menu-list-header {
  height: 6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #e60012;
  position: relative;
}
.menu-list-close.small > .menu-list-header .menu-list-icon {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  top: 50%;
  right: 2.5rem;
  transform: translate(50%, -50%) rotate(0deg);
  transition: 0.3s ease 0s;
}
.menu-list-close.small > .menu-list-header.open .menu-list-icon {
  transform: translate(50%, -50%) rotate(-180deg);
}
.menu-list-close .question-list-item {
  background-color: #fff;
  border-radius: 1rem;
}

.section-alert {
  padding: 3rem 1.5rem 2rem;
  background: #e6e6e6;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 601px) {
  .section-alert > * {
    max-width: 108rem;
    margin: 0 auto;
  }
}
.section-alert .alert-title {
  font-size: 2.4rem;
}
.section-alert .alert-list {
  padding-left: 1em;
  font-size: 1.5rem;
}
.section-alert .alert-list .alert-list-item {
  position: relative;
  margin-top: 25px;
}
.section-alert .alert-list.dot > .alert-list-item::before {
  position: absolute;
  top: 0.6em;
  left: -0.75em;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #000;
}
.section-alert .alert-list.number, .section-alert .alert-list.number > .alert-list-item {
  list-style: decimal outside;
}

.section-button {
  padding: 3rem 1.5rem 2rem;
}

.section-point {
  padding: 3rem 1.5rem 2rem;
  background: #f4f4f4;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 601px) {
  .section-point > * {
    max-width: 108rem;
    margin: 0 auto;
  }
}
.section-point .point-list {
  counter-reset: item;
  font-weight: bold;
  padding-left: 4.2rem;
}
.section-point .point-list .point-list-item {
  position: relative;
  margin-top: 40px;
}
.section-point .point-list .point-list-item::before {
  position: absolute;
  top: -0.2em;
  left: -2.1em;
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  counter-increment: item;
  content: counter(item);
  border-radius: 100%;
  background: #000;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 3.6rem;
}
.section-point .supplement {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 25px;
}

.section-simple-text {
  padding: 3rem 1.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 601px) {
  .section-simple-text > * {
    width: 108rem;
    margin: 0 auto;
  }
}

.coming-soon {
  margin: 3rem auto;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .coming-soon {
    margin: 3.5rem auto 2rem;
  }
}
.coming-soon-text-en {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.coming-soon-text-ja {
  font-size: 1.5rem;
  line-height: 1.6;
}

.pickup {
  max-width: 1280px;
  padding: 2rem 1rem 4rem;
  margin: 0 auto;
  background-color: #e6e6e6;
}
@media screen and (min-width: 601px) {
  .pickup {
    padding: 2rem 10rem 5rem;
  }
}
.pickup-title {
  font-size: 2.3rem;
  text-align: center;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 601px) {
  .pickup-title {
    font-size: 2.8rem;
    margin: 0 auto 2rem;
  }
}
.pickup-line {
  margin: 0 auto;
  border-color: #000;
}
.pickup-list {
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
  .pickup-list {
    margin-top: 2.4rem;
  }
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  padding: 0 1.75rem;
  background-color: #fff;
  position: fixed;
  top: 0.4rem;
  left: 1rem;
  transform: none;
  border-radius: 3rem;
  z-index: 4000;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 601px) {
  .header {
    height: 6rem;
    padding: 0 2rem 0 4.5rem;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-logo {
  width: 6.65rem;
}
@media screen and (min-width: 601px) {
  .header-logo {
    width: 10rem;
  }
}
.header-sitename {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  color: #838383;
  margin-left: 1.4rem;
  white-space: nowrap;
}
@media screen and (min-width: 601px) {
  .header-sitename {
    font-size: 1.4rem;
  }
}
.header-sitename-link {
  color: #838383;
  text-decoration: none;
}
.header-nav {
  display: none;
  margin-left: 3rem;
}
@media screen and (min-width: 601px) {
  .header-nav {
    display: block;
  }
}
.header-nav-list {
  display: flex;
  position: relative;
  padding: 0 0.7rem;
}
.header-nav-list::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #d6d6d6;
}
.header-nav-list::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #d6d6d6;
}
.header-nav-list-item {
  position: relative;
}
.header-nav-list-item:hover .header-nav-list-item-title {
  color: #e60012;
}
.header-nav-list-item:hover .header-nav-list-item-content {
  display: block;
}
.header-nav-list-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 2.3rem;
  cursor: pointer;
  white-space: nowrap;
}
.header-nav-list-item-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 2rem;
  transform: translateX(-50%);
}
.header-nav-list-item-content-list {
  width: 20rem;
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.2);
}
.header-nav-list-item-content-list::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.2);
}
.header-nav-list-item-content-list::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 2rem);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
.header-nav-list-item-content-list-item {
  position: relative;
  z-index: 3;
}
.header-nav-list-item-content-list-item:nth-of-type(n + 2) {
  margin-top: 2rem;
}
.header-nav-list-item-content-list-item-link {
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
}
.header-nav-list-item-content-list-item-link:hover {
  color: #e60012;
}
.header-nav-list-item-content-list-item-link .external-icon {
  width: 1.05em;
  margin-left: 0.3em;
  vertical-align: middle;
}
.header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  width: 4.4rem;
  height: 4.4rem;
  color: #000;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  position: fixed;
  top: 0.4rem;
  right: 1rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 601px) {
  .header-menu {
    width: 3rem;
    height: 3rem;
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
  }
}
.header-menu-search {
  display: none;
  position: absolute;
}
@media screen and (min-width: 601px) {
  .header-menu-search {
    display: block;
  }
}
.header-menu-ham {
  display: block;
  width: 2.4rem;
}
@media screen and (min-width: 601px) {
  .header-menu-ham {
    display: none;
  }
}
.header-menu-close {
  display: none;
  width: 2.2rem;
}
@media screen and (min-width: 601px) {
  .header-menu-close {
    width: 3rem;
  }
}
.header-menu.active .header-menu-search {
  display: none;
}
.header-menu.active .header-menu-ham {
  display: none;
}
.header-menu.active .header-menu-close {
  display: block;
}
.header.has_notice {
  height: 14rem;
}

.common-footer {
  display: block;
  text-align: center;
  padding: 2.6rem 1rem 4rem;
  margin: 0 auto;
  max-width: 1280px;
  background-color: #dedede;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer {
    padding: 3.6rem 10rem 6rem;
  }
}
.common-footer-content {
  padding: 0 1.5rem 2.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content {
    display: flex;
    padding: 0 0 4rem;
  }
}
.common-footer-content-info {
  margin-bottom: 3rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-info {
    margin-bottom: 0;
  }
}
.common-footer-content-info-logo {
  width: 9rem;
}
.common-footer-content-info-sitename {
  font-size: 1.4rem;
  text-align: left;
  white-space: nowrap;
  color: #838383;
  font-weight: bold;
  margin-top: 0.5rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-info-sitename {
    margin-top: 1rem;
  }
}
.common-footer-content-nav {
  text-align: left;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav {
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    margin-left: 16rem;
  }
}
.common-footer-content-nav-list {
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav-list {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav-list-item {
    width: 15rem;
  }
}
.common-footer-content-nav-list-item:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav-list-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.common-footer-content-nav-list-item-title {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav-list-item-title {
    font-size: 1.6rem;
  }
}
.common-footer-content-nav-list-item-sublist {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav-list-item-sublist {
    display: block;
  }
}
.common-footer-content-nav-list-item-sublist-item {
  width: 49%;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav-list-item-sublist-item {
    width: auto;
  }
}
.common-footer-content-nav-list-item-sublist-item:nth-of-type(n + 2) {
  margin-top: 0.7rem;
}
.common-footer-content-nav-list-item-sublist-item:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav-list-item-sublist-item:nth-of-type(2) {
    margin-top: 0.8rem;
  }
}
.common-footer-content-nav-list-item-sublist-item:nth-of-type(even) {
  margin-left: 2%;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav-list-item-sublist-item:nth-of-type(even) {
    margin-left: 0;
  }
}
.common-footer-content-nav-list-item-sublist-item-link {
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
  line-height: 1.6;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-content-nav-list-item-sublist-item-link {
    font-size: 1.2rem;
  }
}
.common-footer-content-nav-list-item-sublist-item-link:hover {
  opacity: 0.8;
}
.common-footer-content-nav-list-item-sublist-item-link .external-icon {
  width: 1.05em;
  margin-left: 0.3em;
  vertical-align: middle;
}
.common-footer-sns-list {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-sns-list {
    margin-bottom: 3.6rem;
  }
}
.common-footer-sns-list-item:nth-of-type(n + 2) {
  margin-left: 1.4rem;
}
.common-footer-sns-list-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-sns-list-item-link {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.common-footer-sns-list-item.facebook .common-footer-sns-list-item-link-img {
  width: 3.7rem;
  height: 3.7rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-sns-list-item.facebook .common-footer-sns-list-item-link-img {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.common-footer-sns-list-item.twitter .common-footer-sns-list-item-link-img {
  width: 3.7rem;
  height: 3.7rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-sns-list-item.twitter .common-footer-sns-list-item-link-img {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.common-footer-sns-list-item.line .common-footer-sns-list-item-link-img {
  width: 3.7rem;
  height: 3.7rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-sns-list-item.line .common-footer-sns-list-item-link-img {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.common-footer-site-title {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-site-title {
    font-size: 1.4rem;
  }
}
.common-footer-copyright {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.common-footer-abj {
  padding: 0 1.5rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-abj {
    display: flex;
    padding: 0 3.2rem;
  }
}
.common-footer-abj-mark {
  line-height: 0;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-abj-mark {
    margin-bottom: 0;
    margin-right: 1.5rem;
    flex: auto 0 0;
  }
}
.common-footer-abj-mark-img {
  width: 8.15rem;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-abj-mark-img {
    width: 7.4rem;
  }
}
.common-footer-abj-text {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 601px) {
  :not(.diagnosis-scroll-content) > .common-footer .common-footer-abj-text {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
}
.common-footer-abj-text-link {
  color: #000;
}

.entry {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 601px) {
  .entry {
    font-size: 1.6rem;
  }
}
.entry p:not([class*=card]) {
  margin-top: 1rem;
}
.entry h1:not([class*=card]) {
  font-size: 2.3rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 601px) {
  .entry h1:not([class*=card]) {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.entry h2:not([class*=card]) {
  font-size: 1.6rem;
  margin-top: 3rem;
}
@media screen and (min-width: 601px) {
  .entry h2:not([class*=card]) {
    font-size: 2rem;
  }
}
.entry blockquote {
  border-left: 2px solid #e60012;
  color: #838383;
  padding-left: 0.75rem;
  margin-top: 1rem;
}
.entry a:not([class*=card]):not([class*=button]) {
  color: #e60012;
  text-decoration: underline;
}
.entry ul:not([class*=card]) {
  margin-top: 1rem;
}
.entry ul:not([class*=card]) li:not([class*=card]) {
  padding-left: 1em;
  position: relative;
}
.entry ul:not([class*=card]) li:not([class*=card]):nth-of-type(n + 2) {
  margin-top: 0.8rem;
}
.entry ul:not([class*=card]) li:not([class*=card])::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.entry ol:not([class*=card]) {
  margin-top: 1rem;
  padding-left: 2rem;
}
.entry ol:not([class*=card]) li:not([class*=card]) {
  position: relative;
  list-style: decimal;
}
.entry ol:not([class*=card]) li:not([class*=card]):nth-of-type(n + 2) {
  margin-top: 0.8rem;
}
.entry img:not([class*=card]) {
  height: auto;
}
.entry hr:not([class*=card]) {
  margin: 1.2rem auto 2rem;
  border: none;
  border-top-width: 2px;
  border-top-color: #dedede;
  border-top-style: solid;
}
.entry .block {
  padding: 1.2rem 2rem 2.4rem;
  margin-top: 3rem;
}
@media screen and (min-width: 601px) {
  .entry .block {
    padding: 1.2rem 6.4rem 3.2rem;
    margin-top: 4rem;
  }
}
.entry .block .block {
  padding: 1rem;
  margin-top: 2rem;
}
.entry .pc-col2-sp-col1 {
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem auto;
}
.entry .pc-col2-sp-col1 > .part {
  width: 100%;
}
.entry .pc-col2-sp-col1 > .part:nth-of-type(n + 2) {
  margin-top: 4rem;
}
@media screen and (min-width: 601px) {
  .entry .pc-col2-sp-col1 > .part {
    width: 48.6%;
    margin-left: 2.8%;
  }
  .entry .pc-col2-sp-col1 > .part:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .entry .pc-col2-sp-col1 > .part:nth-of-type(2) {
    margin-top: 0;
  }
}
.entry .pc-col3-sp-col1 {
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem auto 0;
}
.entry .pc-col3-sp-col1 > .part {
  width: 100%;
  margin-left: 0%;
}
.entry .pc-col3-sp-col1 > .part:nth-of-type(n + 2) {
  margin-top: 4rem;
}
@media screen and (min-width: 601px) {
  .entry .pc-col3-sp-col1 > .part {
    width: 30.5%;
    margin-left: 4.25%;
  }
  .entry .pc-col3-sp-col1 > .part:nth-of-type(3n - 2) {
    margin-left: 0;
  }
  .entry .pc-col3-sp-col1 > .part:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
.entry .pc-col3-sp-col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem auto 0;
}
.entry .pc-col3-sp-col2 > .part {
  width: 48.6%;
  margin-left: 2.8%;
}
.entry .pc-col3-sp-col2 > .part:nth-of-type(2n - 1) {
  margin-left: 0%;
}
.entry .pc-col3-sp-col2 > .part:nth-of-type(n + 3) {
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
  .entry .pc-col3-sp-col2 > .part {
    width: 30.5%;
    margin-left: 4.25%;
  }
  .entry .pc-col3-sp-col2 > .part:nth-of-type(2n - 1) {
    margin-left: 4.25%;
  }
  .entry .pc-col3-sp-col2 > .part:nth-of-type(3n - 2) {
    margin-left: 0;
  }
  .entry .pc-col3-sp-col2 > .part:nth-of-type(3) {
    margin-top: 0;
  }
}
.entry .hidden-content {
  line-height: 1.6;
  padding: 3rem 2rem;
  margin: 2rem auto 0;
  border: 1px solid #dedede;
  position: relative;
  height: 37rem;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  .entry .hidden-content {
    margin: 3rem auto 0;
  }
}
.entry .hidden-content-title {
  font-size: 2.4rem;
  font-weight: bold;
}
.entry .hidden-content-subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 3rem;
}
.entry .hidden-content-text {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.entry .hidden-content .indent-text {
  font-size: 1.8rem;
  padding-left: 4rem;
  position: relative;
}
@media screen and (min-width: 601px) {
  .entry .hidden-content .indent-text {
    padding-top: 0.2em;
  }
}
.entry .hidden-content .indent-text span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}
.entry .hidden-content .indent-text.question {
  font-weight: bold;
  margin-top: 2rem;
}
.entry .hidden-content .indent-text.answer {
  margin-top: 2rem;
}
.entry .hidden-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 15rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, white 50%);
  z-index: 1;
}
.entry .hidden-content > .button-anchor {
  width: calc(100% - 4rem);
  max-width: none;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.entry .hidden-content > .button-anchor .button-anchor-link {
  font-size: 1.3rem;
}
@media screen and (min-width: 601px) {
  .entry .hidden-content > .button-anchor .button-anchor-link {
    font-size: 1.6rem;
  }
}
.entry .hidden-content > .button-anchor .button-anchor-link-text-close {
  display: none;
}
.entry .hidden-content > .button-anchor .button-anchor-link-icon {
  transform: translate(50%, -50%);
}
.entry .hidden-content.open {
  height: auto;
}
.entry .hidden-content.open::after {
  opacity: 0;
  display: none;
}
.entry .hidden-content.open > .button-anchor {
  width: auto;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
}
.entry .hidden-content.open > .button-anchor .button-anchor-link-text-open {
  display: none;
}
.entry .hidden-content.open > .button-anchor .button-anchor-link-text-close {
  display: inline;
}
.entry .hidden-content.open > .button-anchor .button-anchor-link-icon {
  border-top: none;
  border-bottom: 1.4rem solid #000;
}
.entry .accordion {
  margin-top: 2.5rem;
  position: relative;
}
.entry .accordion-button {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 1.7rem 0;
  margin-bottom: 0;
  background-color: #fff;
  cursor: pointer;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  position: relative;
}
@media screen and (min-width: 601px) {
  .entry .accordion-button {
    font-size: 1.6rem;
  }
}
.entry .accordion-button-icon {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 601px) {
  .entry .accordion-button-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.entry .accordion-button-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s ease;
}
.entry .accordion-button-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease;
}
.entry .accordion-button.open .accordion-button-icon::before {
  transform: translateY(-50%) rotate(180deg);
}
.entry .accordion-button.open .accordion-button-icon::after {
  transform: translateY(-50%) rotate(360deg);
}
.entry .accordion-content {
  display: none;
  padding: 2rem 2rem;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  background-color: #f2f2f2;
  z-index: 100;
}
@media screen and (min-width: 601px) {
  .entry .accordion-content {
    padding: 4.5rem 6rem;
  }
}
.entry .button-main {
  width: auto;
  margin-top: 2rem;
}
.entry .button-secondary {
  width: auto;
  margin-top: 2rem;
}
.entry .button-anchor {
  width: auto;
  margin-top: 2rem;
}
.entry .balloon {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
  .entry .balloon {
    margin-top: 3rem;
  }
}
.entry .balloon-icon {
  width: 4.5rem;
  flex: 4.5rem 0 0;
  line-height: 0;
}
@media screen and (min-width: 601px) {
  .entry .balloon-icon {
    width: 5rem;
    flex: 5rem 0 0;
  }
}
.entry .balloon-icon-img {
  width: 100%;
  height: auto;
}
.entry .balloon-icon-name {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.3em;
  line-height: 1.4;
}
.entry .balloon-content {
  position: relative;
  max-width: calc(100% - 5.5rem);
  padding: 1.5rem;
  border-radius: 3rem;
}
@media screen and (min-width: 601px) {
  .entry .balloon-content {
    max-width: calc(100% - 6.5rem);
    padding: 1.5rem 2.5rem;
  }
}
.entry .balloon-content::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.5rem;
  z-index: 0;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-bottom: 1.7rem solid transparent;
}
@media screen and (min-width: 601px) {
  .entry .balloon-content::before {
    top: 2rem;
    border-bottom-width: 2rem;
  }
}
.entry .balloon-content * {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.entry .balloon.left {
  flex-direction: row;
  padding-right: 1rem;
}
@media screen and (min-width: 601px) {
  .entry .balloon.left {
    padding-right: 2rem;
  }
}
.entry .balloon.left .balloon-icon {
  margin-right: 1rem;
}
@media screen and (min-width: 601px) {
  .entry .balloon.left .balloon-icon {
    margin-right: 1.5rem;
  }
}
.entry .balloon.left .balloon-content {
  background-color: #e6e6e6;
}
.entry .balloon.left .balloon-content::before {
  left: -1rem;
  border-bottom-color: #e6e6e6;
  transform: rotate(-60deg);
}
@media screen and (min-width: 601px) {
  .entry .balloon.left .balloon-content::before {
    transform: rotate(-70deg);
  }
}
.entry .balloon.right {
  flex-direction: row-reverse;
  padding-left: 1.5rem;
}
@media screen and (min-width: 601px) {
  .entry .balloon.right {
    padding-left: 2rem;
  }
}
.entry .balloon.right .balloon-icon {
  margin-left: 1rem;
}
@media screen and (min-width: 601px) {
  .entry .balloon.right .balloon-icon {
    margin-left: 1.5rem;
  }
}
.entry .balloon.right .balloon-content {
  background-color: #fff;
}
.entry .balloon.right .balloon-content::before {
  right: -1rem;
  border-bottom-color: #fff;
  transform: rotate(60deg);
}
@media screen and (min-width: 601px) {
  .entry .balloon.right .balloon-content::before {
    transform: rotate(70deg);
  }
}
.entry .aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.entry .bg-white {
  background: #fff;
}
.entry .border-gray {
  border: 2px solid #dedede;
}
.entry .font-size-max {
  font-size: 2.3rem;
}
@media screen and (min-width: 601px) {
  .entry .font-size-max {
    font-size: 2.8rem;
  }
}
.entry .font-size-big {
  font-size: 1.6rem;
}
@media screen and (min-width: 601px) {
  .entry .font-size-big {
    font-size: 2rem;
  }
}
.entry .font-size-normal {
  font-size: 1.3rem;
}
@media screen and (min-width: 601px) {
  .entry .font-size-normal {
    font-size: 1.6rem;
  }
}
.entry .font-size-small {
  font-size: 1.2rem;
}
@media screen and (min-width: 601px) {
  .entry .font-size-small {
    font-size: 1.4rem;
  }
}
.entry .font-size-min {
  font-size: 1rem;
}
@media screen and (min-width: 601px) {
  .entry .font-size-min {
    font-size: 1.2rem;
  }
}
.entry .font-weight-normal {
  font-weight: normal;
}
.entry .font-weight-bold {
  font-weight: bold;
}
.entry .margin-top-0 {
  margin-top: 0 !important;
}
.entry .margin-left-0 {
  margin-left: 0 !important;
}
.entry .margin-right-0 {
  margin-right: 0 !important;
}
.entry .margin-bottom-0 {
  margin-bottom: 0 !important;
}
.entry .center {
  text-align: center;
}
.entry .flex-center {
  justify-content: center;
}
.entry .center-vertical {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry .horizontal-expansion-1rem {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 601px) {
  .entry .horizontal-expansion-1rem-only-pc {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media screen and (max-width: 600px) {
  .entry .horizontal-expansion-1rem-only-sp {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.entry .pc {
  display: none;
}
@media screen and (min-width: 601px) {
  .entry .pc {
    display: block;
  }
}
.entry .sp {
  display: block;
}
@media screen and (min-width: 601px) {
  .entry .sp {
    display: none;
  }
}
.entry .pc-inline {
  display: none;
}
@media screen and (min-width: 601px) {
  .entry .pc-inline {
    display: inline;
  }
}
.entry .sp-inline {
  display: inline;
}
@media screen and (min-width: 601px) {
  .entry .sp-inline {
    display: none;
  }
}
.entry *:first-child {
  margin-top: 0;
}
.entry *:first-child:not([class*=card]) {
  margin-top: 0;
}

.home {
  padding-top: 0;
}
@media screen and (min-width: 601px) {
  .home .kv-img {
    max-width: 1280px;
  }
}
.home .section {
  padding: 4rem 1rem 2rem;
}
@media screen and (min-width: 601px) {
  .home .section {
    padding: 6rem 10rem 2rem;
    overflow: hidden;
  }
}
.home .section-title {
  font-size: 2.7rem;
  text-align: center;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 601px) {
  .home .section-title {
    width: 34.5rem;
    margin: 0 auto 4rem;
  }
}
.home .section .three-lines {
  margin: 4rem auto 2rem;
}
@media screen and (min-width: 601px) {
  .home .section .three-lines {
    margin: 5rem auto 3rem;
  }
}
.home .section .sub-title {
  margin: 7rem auto 2rem;
}
@media screen and (min-width: 601px) {
  .home .section .sub-title {
    margin: 8.8rem auto 0rem;
  }
}
.home .section .sub-lead {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .home .section .sub-lead {
    margin-top: 1.6rem;
  }
}
.home .section .card-list {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 601px) {
  .home .section .card-list {
    margin-top: 3rem;
  }
}
.home .section.become {
  background-color: #fff;
  background-size: 100% auto;
  background-position: top center;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_manga_sp.png?1637733351873");
}
@media screen and (min-width: 601px) {
  .home .section.become {
    background-size: contain;
    background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_manga_tab.png?1637733351873");
  }
}
.home .section.become .section-title {
  width: 34.5rem;
}
@media screen and (min-width: 601px) {
  .home .section.become .section-title {
    width: 57rem;
    margin-bottom: 2rem;
  }
}
.home .section.become .section-title + .three-lines {
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
  .home .section.become .section-title + .three-lines {
    margin-top: 3rem;
  }
}
.home .section.become .sub-lead {
  margin-bottom: 2.3rem;
}
.home .section.learn {
  background: none;
}
.home .section.learn .section-title {
  width: 32.9rem;
}
@media screen and (min-width: 601px) {
  .home .section.learn .section-title {
    width: 51.2rem;
  }
}
.home .section.entertainment {
  background-size: 24.5rem;
  background-color: #f2f2f2;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_pattern_white_sp.png?1637733351873");
}
@media screen and (min-width: 601px) {
  .home .section.entertainment {
    background-size: 42.6rem;
    background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_pattern_white_tab.png?1637733351873");
  }
}
.home .section.entertainment .section-title {
  width: 33.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .home .section.entertainment .section-title {
    width: 46rem;
  }
}
.home .section.entertainment .section-title + .three-lines {
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
  .home .section.entertainment .section-title + .three-lines {
    margin-top: 3rem;
  }
}
.home .sns-timeline {
  padding: 4rem 1rem 5.6rem;
  background-color: #fff;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_jump_logo_pattern.png?1637733351873");
  background-size: 5.8rem;
}
@media screen and (min-width: 601px) {
  .home .sns-timeline {
    padding: 4rem 10rem 5rem;
  }
}
.home .sns-timeline-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .home .sns-timeline-title {
    margin-bottom: 3rem;
  }
}
.home .sns-timeline-lead {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .home .sns-timeline-lead {
    font-size: 1.5rem;
    margin-bottom: 3.2rem;
  }
}
.home .sns-timeline-timeline {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #333;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 601px) {
  .home .sns-timeline-timeline {
    width: 56rem;
  }
}
.home .sns-timeline-timeline .twitter-timeline {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.page {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .page {
    padding: 9rem 10rem 5.6rem;
  }
}
.page::before {
  background-color: #fff;
  background-size: 100% auto;
  background-position: top center;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_manga_sp.png?1637733351873");
}
@media screen and (min-width: 601px) {
  .page::before {
    background-size: contain;
    background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_manga_tab.png?1637733351873");
  }
}
.page-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .page-title {
    margin-bottom: 3rem;
  }
}
.page-button {
  margin-bottom: 4rem;
}
@media screen and (min-width: 601px) {
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -0.75rem 2.5rem;
  }
}
.page-button p[class^=button] {
  margin: 0 0.75rem 1.5rem;
}
.page-button p[class^=button]:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .page-button p[class^=button]:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.page-awards {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .page-awards {
    padding: 9rem 10rem 5.6rem;
  }
}
.page-awards::before {
  background-color: #fff;
  background-size: 100% auto;
  background-position: top center;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_manga_sp.png?1637733351873");
}
@media screen and (min-width: 601px) {
  .page-awards::before {
    background-size: contain;
    background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_manga_tab.png?1637733351873");
  }
}
.page-awards-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .page-awards-title {
    margin-bottom: 4rem;
  }
}
.page-awards-award-title {
  font-size: 2.3rem;
  text-align: center;
  margin: 4rem auto 1rem;
}
@media screen and (min-width: 601px) {
  .page-awards-award-title {
    font-size: 2.8rem;
    margin: 4rem auto 2rem;
  }
}
.page-awards-line {
  margin: 0 auto;
  border-color: #000;
}

.page-works {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .page-works {
    padding: 9rem 10rem 5.6rem;
  }
}
.page-works::before {
  background-color: #fff;
  background-size: 100% auto;
  background-position: top center;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_manga_sp.png?1637733351873");
}
@media screen and (min-width: 601px) {
  .page-works::before {
    background-size: contain;
    background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_manga_tab.png?1637733351873");
  }
}
.page-works-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .page-works-title {
    margin-bottom: 4rem;
  }
}
.page-works-award-title {
  font-size: 2.3rem;
  text-align: center;
  margin: 4rem auto 1rem;
}
@media screen and (min-width: 601px) {
  .page-works-award-title {
    font-size: 2.8rem;
    margin: 4rem auto 2rem;
  }
}
.page-works-line {
  margin: 0 auto;
  border-color: #000;
}
.page-works .work-list {
  margin-top: 2rem;
}
.page-works .work-list-title {
  font-size: 1.6rem;
  text-align: left;
  font-weight: normal;
  padding: 1.7rem 5rem 1.7rem 1.5rem;
}
@media screen and (min-width: 601px) {
  .page-works .work-list-title {
    font-size: 2rem;
    padding: 1.7rem 6rem 1.7rem 3rem;
  }
}
.page-works .work-list-title:nth-of-type(n + 2) {
  margin-top: 1rem;
}
.page-works .work-list-content {
  margin: 0;
  box-shadow: none;
  border-radius: 1rem;
}

.taxonomy-chair-category {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .taxonomy-chair-category {
    padding: 9rem 10rem 5.6rem;
  }
}
.taxonomy-chair-category-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .taxonomy-chair-category-title {
    margin-bottom: 4rem;
  }
}
.taxonomy-chair-category .card-list .card:nth-child(n+4) {
  margin-top: 2rem;
}
.taxonomy-chair-category-button {
  margin-top: 2.5rem;
}
@media screen and (min-width: 601px) {
  .taxonomy-chair-category-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }
}
.taxonomy-chair-category-button p[class^=button] {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 601px) {
  .taxonomy-chair-category-button p[class^=button] {
    width: 32%;
  }
}
.taxonomy-chair-category-button p[class^=button]:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .taxonomy-chair-category-button p[class^=button]:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.page-challenge {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .page-challenge {
    padding: 9rem 10rem 5.6rem;
  }
}
.page-challenge-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.page-challenge-notion {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 2rem 2rem;
  margin: 1.5rem auto 5rem;
  background-color: #fff;
  border: 2px solid #dedede;
}
@media screen and (min-width: 601px) {
  .page-challenge-notion {
    padding: 1.5rem 6rem;
    margin-top: 4rem;
  }
}
.page-challenge-section-title {
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 601px) {
  .page-challenge-section-title {
    font-size: 2.8rem;
  }
}
.page-challenge-category-title .main {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 4rem auto 1.5rem;
}
.page-challenge.book {
  background-color: #faf6ed;
  padding-top: 1.5rem;
}
@media screen and (min-width: 601px) {
  .page-challenge.book {
    padding-top: 2rem;
  }
}
.page-challenge.book .page-challenge-section-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .page-challenge.book .page-challenge-section-title {
    margin-bottom: 2.5rem;
  }
}
.page-challenge.movie {
  background-color: #ebebeb;
}

.page-chairs {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .page-chairs {
    padding: 9rem 10rem 5.6rem;
  }
}
.page-chairs-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .page-chairs-title {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 601px) {
  .page-chairs-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-chairs-button p[class^=button] {
  margin: 0;
}
.page-chairs-button p[class^=button]:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .page-chairs-button p[class^=button]:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
.page-chairs-category-title {
  font-size: 2.3rem;
  text-align: center;
  margin: 4rem auto 1rem;
}
@media screen and (min-width: 601px) {
  .page-chairs-category-title {
    font-size: 2.8rem;
    margin: 4rem auto 2rem;
  }
}
.page-chairs-line {
  margin: 0 auto;
  border-color: #000;
}
.page-chairs .select {
  margin: 2rem auto 1rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 601px) {
  .page-chairs .select {
    margin-bottom: 2rem;
  }
}
.page-chairs .select-title {
  display: flex;
  align-items: center;
  height: 4.5rem;
  color: #000;
  line-height: 1.4;
  font-size: 1.6rem;
  position: relative;
  padding: 0 2rem;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .page-chairs .select-title {
    width: 32%;
    margin-left: auto;
  }
}
.page-chairs .select-title-icon {
  width: 0;
  height: 0;
  border-top: 1.1rem solid #000;
  border-left: 0.65rem solid transparent;
  border-right: 0.65rem solid transparent;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(50%, -50%) rotate(0deg);
}
.page-chairs .select-list {
  display: none;
  width: 100%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  padding-top: 4.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  .page-chairs .select-list {
    width: 32%;
  }
}
.page-chairs .select-list-item {
  background-color: #f2f2f2;
}
.page-chairs .select-list-item:hover {
  filter: brightness(1.02);
}
.page-chairs .select-list-item:nth-of-type(n + 2) {
  border-top: 1px solid #707070;
}
.page-chairs .select-list-item-link {
  display: flex;
  padding: 1.2rem 2rem;
  color: #000;
  text-decoration: none;
}
.page-chairs .select.active .select-title-icon {
  transform: translate(50%, -50%) rotate(180deg);
}
.page-chairs .select.active .select-list {
  display: block;
}
.page-chairs .card-list .card:nth-child(n+4) {
  margin-top: 2rem;
}

.page-interview {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .page-interview {
    padding: 9rem 10rem 5.6rem;
  }
}
.page-interview::before {
  background-size: 24.5rem;
  background-color: #f2f2f2;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_pattern_white_sp.png?1637733351873");
}
@media screen and (min-width: 601px) {
  .page-interview::before {
    background-size: 42.6rem;
    background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_pattern_white_tab.png?1637733351873");
  }
}
.page-interview-carousel {
  margin-bottom: 4rem;
}

.taxonomy-manga-artist {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .taxonomy-manga-artist {
    padding: 9rem 10rem 5.6rem;
  }
}
.taxonomy-manga-artist::before {
  background-size: 24.5rem;
  background-color: #f2f2f2;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_pattern_white_sp.png?1637733351873");
}
@media screen and (min-width: 601px) {
  .taxonomy-manga-artist::before {
    background-size: 42.6rem;
    background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_pattern_white_tab.png?1637733351873");
  }
}
.taxonomy-manga-artist-list {
  margin-bottom: 3rem;
}
@media screen and (min-width: 601px) {
  .taxonomy-manga-artist-list {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 601px) {
  .taxonomy-manga-artist-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.taxonomy-manga-artist-button p[class^=button] {
  margin: 0;
}
.taxonomy-manga-artist-button p[class^=button]:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .taxonomy-manga-artist-button p[class^=button]:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.single-interview {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .single-interview {
    padding: 9rem 10rem 5.6rem;
  }
}
.single-interview::before {
  background-size: 24.5rem;
  background-color: #f2f2f2;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_pattern_white_sp.png?1637733351873");
}
@media screen and (min-width: 601px) {
  .single-interview::before {
    background-size: 42.6rem;
    background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_pattern_white_tab.png?1637733351873");
  }
}
.single-interview-title {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 0.6em;
  position: relative;
}
@media screen and (min-width: 601px) {
  .single-interview-title {
    font-size: 2.8rem;
  }
}
.single-interview-title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
}
.single-interview-lead {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .single-interview-lead {
    font-size: 1.6rem;
  }
}
.single-interview-date {
  font-size: 1.2rem;
  color: #838383;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 601px) {
  .single-interview-date {
    font-size: 1.4rem;
  }
}
.single-interview-line {
  border-color: #000;
  margin-bottom: 3rem;
}
.single-interview-content {
  margin-bottom: 4.5rem;
  position: relative;
}
@media screen and (min-width: 601px) {
  .single-interview-content {
    margin: 0 auto 6rem;
  }
}
.single-interview-content > *:last-child {
  margin-bottom: 0;
}
.single-interview-series-list {
  background-color: #fff;
  border: 2px solid #dedede;
  padding: 2rem 1.5rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 601px) {
  .single-interview-series-list {
    padding: 2rem 6rem;
    margin: 0 -6rem 1rem;
  }
}
.single-interview-series-list-item {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.6;
}
@media screen and (min-width: 601px) {
  .single-interview-series-list-item {
    font-size: 1.4rem;
  }
}
.single-interview-series-list-item:nth-of-type(n + 2) {
  margin-top: 0.5em;
  padding-top: 0.5rem;
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 601px) {
  .single-interview-series-list-item:nth-of-type(n + 2) {
    padding: 0;
    border: none;
  }
}
.single-interview-series-list-item-link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #e60012;
}
.single-interview-series-list-item-link:hover {
  color: #e60012;
}
.single-interview-series-list-item.current {
  font-weight: bold;
}
.single-interview-interviewee {
  display: block;
  background-color: #fff;
  border: 2px solid #dedede;
  padding: 2rem 1.5rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 601px) {
  .single-interview-interviewee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 6rem;
    margin: 0 -6rem 1rem;
  }
}
.single-interview-interviewee-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .single-interview-interviewee-icon {
    width: 48%;
    margin: auto;
  }
}
.single-interview-interviewee-icon-img {
  width: 10rem;
  height: 10rem;
}
@media screen and (min-width: 601px) {
  .single-interview-interviewee-icon-img {
    width: 14.7rem;
    height: 14.7rem;
  }
}
.single-interview-interviewee-text {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .single-interview-interviewee-text {
    width: 48%;
  }
}
.single-interview-interviewee-text-name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .single-interview-interviewee-text-name {
    text-align: left;
    font-size: 2rem;
  }
}
.single-interview-interviewee-text-name-honorific {
  display: inline-block;
  margin-left: 0.2em;
}
.single-interview-interviewee-text-name-en {
  font-size: 1.2rem;
  font-weight: normal;
  color: #838383;
  display: block;
}
@media screen and (min-width: 601px) {
  .single-interview-interviewee-text-name-en {
    font-size: 1.4rem;
  }
}
.single-interview-interviewee-text-description {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .single-interview-interviewee-text-description {
    font-size: 1.6rem;
  }
}
.single-interview-tag-list {
  background-color: #fff;
  border: 2px solid #dedede;
  padding: 2rem 1.1rem;
  margin: auto;
}
@media screen and (min-width: 601px) {
  .single-interview-tag-list {
    padding: 2rem 5.2rem;
    margin: 0 -6rem;
  }
}

.page-qa {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .page-qa {
    padding: 9rem 10rem 5.6rem;
  }
}
.page-qa::before {
  background-color: #fff;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_jump_logo_pattern.png?1637733351873");
  background-size: 5.8rem;
}
.page-qa-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .page-qa-title {
    margin-bottom: 4rem;
  }
}
.page-qa-button {
  margin-top: 2.5rem;
}
@media screen and (min-width: 601px) {
  .page-qa-button {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.page-qa-button p[class^=button] {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 601px) {
  .page-qa-button p[class^=button] {
    width: 32%;
  }
}
.page-qa-button p[class^=button]:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .page-qa-button p[class^=button]:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 2%;
  }
}
@media screen and (min-width: 601px) {
  .page-qa-button p[class^=button]:nth-of-type(n + 4) {
    margin-top: 2rem;
  }
}
.page-qa-category-title {
  font-size: 2.3rem;
  text-align: center;
  margin: 4rem auto 1rem;
}
@media screen and (min-width: 601px) {
  .page-qa-category-title {
    font-size: 2.8rem;
    margin: 4rem auto 2rem;
  }
}
.page-qa-sub-category-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2.4rem auto 2rem;
}
@media screen and (min-width: 601px) {
  .page-qa-sub-category-title {
    font-size: 2rem;
  }
}
.page-qa-line {
  margin: 0 auto;
  border-color: #000;
}
.page-qa .qa-list {
  margin-top: 2rem;
}
.page-qa .qa-list-title {
  text-align: left;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 2.2rem 5rem 2.2rem 1.5rem;
}
@media screen and (min-width: 601px) {
  .page-qa .qa-list-title {
    font-size: 1.6rem;
    padding: 2.2rem 6rem 2.2rem 3rem;
  }
}
.page-qa .qa-list-title:nth-of-type(n + 2) {
  margin-top: 1rem;
}
.page-qa .qa-list-content {
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 2rem 1.5rem;
  margin: 0;
  box-shadow: none;
  border-radius: 1rem;
}
@media screen and (min-width: 601px) {
  .page-qa .qa-list-content {
    font-size: 1.6rem;
  }
}
.page-qa .qa-list-content p[class^=button] {
  width: auto;
  margin-top: 2rem;
}

.page-hajimete {
  padding: 8rem 1rem 5.6rem;
}
@media screen and (min-width: 601px) {
  .page-hajimete {
    padding: 9rem 10rem 5.6rem;
  }
}
.page-hajimete-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .page-hajimete-title {
    margin-bottom: 4rem;
  }
}
.page-hajimete-award-title {
  font-size: 2.3rem;
  text-align: center;
  margin: 4rem auto 1rem;
}
@media screen and (min-width: 601px) {
  .page-hajimete-award-title {
    font-size: 2.8rem;
    margin: 4rem auto 2rem;
  }
}
.page-hajimete-line {
  margin: 0 auto;
  border-color: #000;
}

.single-award-section {
  padding: 3rem 1rem;
}
@media screen and (min-width: 601px) {
  .single-award-section {
    padding: 6rem 10rem;
  }
}
.single-award-section-content {
  max-width: 116rem;
  margin: 0 auto;
}
.single-award-section-content-kv {
  width: auto;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 601px) {
  .single-award-section-content-kv {
    width: 93.8rem;
    margin: 0 auto;
  }
}
.single-award-section.section-1 {
  padding-top: 6rem;
  background-color: #fff;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_dot.png?1637733351873");
  background-size: 1.5rem;
}
@media screen and (min-width: 601px) {
  .single-award-section.section-1 {
    padding-top: 9rem;
    background-size: 2.5rem;
  }
}

.button-to-post {
  position: fixed;
  bottom: 2rem;
  right: 0;
  background-color: #e60012;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem 0 0 1rem;
  z-index: 1000;
}
@media screen and (min-width: 601px) {
  .button-to-post {
    border-radius: 2rem 0 0 2rem;
  }
}
.button-to-post-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.7rem 1.1rem 0.7rem 2.1rem;
}
@media screen and (min-width: 601px) {
  .button-to-post-link {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 2.4rem 3rem 2.4rem 4.6rem;
  }
}
.button-to-post-link .sp-inline {
  display: inline;
}
@media screen and (min-width: 601px) {
  .button-to-post-link .sp-inline {
    display: none;
  }
}
.button-to-post-link-icon {
  display: inline-block;
}
.button-to-post-link-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.6rem;
  border-top: 0.85rem solid #fff;
  border-left: 0.475rem solid transparent;
  border-right: 0.475rem solid transparent;
}
@media screen and (min-width: 601px) {
  .button-to-post-link-icon::after {
    margin-left: 1.1rem;
    border-top: 1.1rem solid #fff;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
  }
}

.single-chair {
  padding: 6rem 1rem;
}
@media screen and (min-width: 601px) {
  .single-chair {
    padding: 9rem 10rem 5.6rem;
  }
}
.single-chair-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 601px) {
  .single-chair-title {
    margin-bottom: 4rem;
  }
}
.single-chair-article {
  background-color: #000;
}
.single-chair-article-link {
  display: block;
  line-height: 0;
  transition: opacity 0.1s ease;
}
.single-chair-article-link:hover {
  opacity: 0.9;
}
.single-chair-article-link-img {
  width: 100%;
  height: auto;
}
.single-chair-tag-list {
  padding: 0.8rem 1.5rem;
  margin-top: 2rem;
  border: 2px solid #dedede;
  background-color: #fff;
}
@media screen and (min-width: 601px) {
  .single-chair-tag-list {
    padding: 1.5rem 3.5rem;
  }
}
.single-chair-tag-list-item {
  margin: 0.4rem;
}
@media screen and (min-width: 601px) {
  .single-chair-tag-list-item {
    margin: 0.5rem 0.7rem;
  }
}
.single-chair-tag-list-item-link {
  color: #838383;
  font-size: 1.3rem;
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  .single-chair-tag-list-item-link {
    font-size: 1.6rem;
  }
}
.single-chair-button {
  margin-top: 2.5rem;
}
@media screen and (min-width: 601px) {
  .single-chair-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }
}
.single-chair-button p[class^=button] {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 601px) {
  .single-chair-button p[class^=button] {
    width: 32%;
  }
}
.single-chair-button p[class^=button]:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .single-chair-button p[class^=button]:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.search-result {
  padding: 6rem 1rem;
  background-color: #fff;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_jump_logo_pattern.png?1637733351873");
  background-size: 5.8rem;
}
@media screen and (min-width: 601px) {
  .search-result {
    padding: 9rem 10rem 5.6rem;
  }
}
@media screen and (min-width: 601px) {
  .search-result {
    padding-top: 10rem;
  }
}
.search-result-title {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 601px) {
  .search-result-title {
    margin-bottom: 7rem;
  }
}
.search-result-no-result {
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 601px) {
  .search-result-no-result {
    padding: 2.6rem 1rem 2.9rem;
  }
}
.search-result-no-result-title {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .search-result-no-result-title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.search-result-no-result-text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
.search-result .button-secondary {
  margin-top: 1.5rem;
}
@media screen and (min-width: 601px) {
  .search-result .button-secondary {
    width: 32%;
    margin: 3rem auto 0;
  }
}
.search-result .wp-pagenavi {
  margin-top: 6rem;
}
.search-result .button-main {
  max-width: 56rem;
}

.search-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2000;
}
.search-modal-inner {
  width: 100%;
  height: 100%;
  padding: 8rem 2rem 6rem;
  box-sizing: border-box;
  overflow-y: scroll;
}
@media screen and (min-width: 601px) {
  .search-modal-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 11rem 2rem 6rem;
  }
}
.search-modal-inner .ham-nav {
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 601px) {
  .search-modal-inner .ham-nav {
    display: none;
  }
}
.search-modal-inner .ham-nav-list-item-title {
  font-size: 2.3rem;
  font-weight: bold;
}
.search-modal-inner .ham-nav-list-item-content-list {
  margin-bottom: 2rem;
}
.search-modal-inner .ham-nav-list-item-content-list-item {
  margin-top: 0.5em;
}
.search-modal-inner .ham-nav-list-item-content-list-item-link {
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
}
.search-modal-inner .ham-nav-list-item-content-list-item-link .external-icon {
  width: 1.05em;
  margin-left: 0.3em;
  vertical-align: middle;
}
.search-modal-inner .search-modal-line {
  border-color: #000;
  margin: 3.5rem auto 2.5rem;
}
@media screen and (min-width: 601px) {
  .search-modal-inner .search-modal-line {
    display: none;
  }
}
.search-modal-inner .search-form {
  width: 100%;
  margin-bottom: 4rem;
  flex-shrink: 0;
}
@media screen and (min-width: 601px) {
  .search-modal-inner .search-form {
    width: 80rem;
    margin-bottom: 5rem;
  }
}
.search-modal-inner .pickup-tag-list {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.search-modal-inner .pickup-tag-list-item {
  margin: 0 0.5rem 2rem;
}
@media screen and (min-width: 601px) {
  .search-modal-inner .pickup-tag-list-item {
    margin: 0 1rem 2.2rem;
  }
}
.search-modal-inner .tag-list {
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
  max-height: 30rem;
  overflow-y: scroll;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 601px) {
  .search-modal-inner .tag-list {
    width: 80rem;
    max-height: 50vh;
  }
}
.search-modal-inner .tag-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  position: sticky;
  bottom: -0.2rem;
  left: 0;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
}
.search-modal-inner .tag-list-item {
  margin: 0 0.5rem 2rem;
  flex-grow: 0;
}
@media screen and (min-width: 601px) {
  .search-modal-inner .tag-list-item {
    margin: 0 1rem 2.2rem;
  }
}
.search-modal-inner .search-modal-button {
  display: none;
  width: 34.5rem;
  max-width: 100%;
  margin-top: 2.5rem;
  flex-shrink: 0;
}
@media screen and (min-width: 601px) {
  .search-modal-inner .search-modal-button {
    display: block;
  }
}

.search-form {
  display: flex;
  height: 5rem;
  flex-shrink: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: #b5b5b5 2px solid;
  border-radius: 1rem;
  background-color: #b5b5b5;
}
.search-form-input {
  flex-grow: 1;
  font-size: 1.6rem;
  height: 100%;
  padding: 0 2rem;
  margin: 0;
  border: none;
  border-right: none;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
}
.search-form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.9rem;
  height: 100%;
  padding: 0;
  border: none;
  box-sizing: border-box;
  background-color: #b5b5b5;
}
.search-form-submit-img {
  width: 60%;
  color: #fff;
}

.search-toggle {
  display: flex;
  width: 5.8rem;
  height: 5.8rem;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.2em 0.3em 0 rgba(0, 0, 0, 0.16);
  z-index: 3000;
  cursor: pointer;
}
.search-toggle-img {
  width: 60%;
}
.search-toggle-img.open {
  display: inline;
}
.search-toggle-img.close {
  display: none;
}
.search-toggle.active .search-toggle-img.open {
  display: none;
}
.search-toggle.active .search-toggle-img.close {
  display: inline;
}

.page-404 {
  padding: 18rem 1rem;
}
@media screen and (min-width: 601px) {
  .page-404 {
    padding: 22rem 10rem 25rem;
  }
}
.page-404::before {
  background-color: #fff;
  background-image: url("/wp-content/themes/theme_jump_mangasho/img/bg_jump_logo_pattern.png?1637733351873");
  background-size: 5.8rem;
}
.page-404-content {
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 601px) {
  .page-404-content {
    padding: 2.6rem 1rem 2.9rem;
  }
}
.page-404-content-title {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .page-404-content-title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.page-404-content-text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
.page-404 .button-secondary {
  margin-top: 1.5rem;
}
@media screen and (min-width: 601px) {
  .page-404 .button-secondary {
    width: 32%;
    margin: 3rem auto 0;
  }
}