@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*overflow-x: hidden;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
}

#header {
  width: 100%;
  text-align: center;
}
#header img {
  max-width: 100%;
  height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.container {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
.container * {
  box-sizing: border-box;
}
.container p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.025em;
}
.container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container a {
  text-decoration: none;
  transition: 0.4s;
}
.container .pc {
  display: none;
}
.container .series-header {
  position: relative;
  background: url(header.jpg) no-repeat center center/cover;
}
.container .series-header .head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  padding: 1.5% 0;
}
.container .series-header .head__ttl {
  width: min(90%, 610px);
  padding: 2px 0;
  background: #d53954;
}
.container .series-header .head__ttl img {
  width: 96%;
  display: block;
  margin: auto;
}
.container .series-header .head__corp {
  padding: 0.8vw 10px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
.container .series-header .head__corp img {
  height: 2.4vw;
  width: auto;
  display: block;
  margin-right: 10px;
}
.container .series-header .head__corp span {
  font-size: 2.5vw;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.container article .article__head {
  border-top: 15px solid #e0301e;
}
.container article .article__head > div {
  width: 90%;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.container article .article__head span {
  width: 40px;
  display: block;
  padding: 3px;
  background-color: #e0301e;
  display: block;
  line-height: 1;
}
.container article .article__head h2 {
  margin: 0;
  padding: 0;
}
.container article .article__head h2::before, .container article .article__head h2::after {
  content: none;
}
.container article .lead {
  width: min(90%, 700px);
  margin: 35px auto 0;
}
.container article .lead p {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.container article > p {
  width: min(90%, 800px);
  margin: 0 auto;
  text-indent: 1em;
}
.container article > p + p {
  margin-top: 1em;
}
.container article .note {
  font-size: 13px;
  text-indent: 0;
  margin-top: 34px;
  line-height: 1.4;
}
.container .index {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  width: min(90%, 635px);
}
.container .index a {
  display: flex;
  gap: 10px;
  background-color: #e0301e;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.container .index a.link2 .img img {
  -o-object-position: center top;
     object-position: center top;
}
.container .index a.link2 p {
  letter-spacing: -0.04em;
}
.container .index .img {
  width: 50%;
  height: auto;
}
.container .index .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .index .title {
  width: calc(64% - 10px);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.container .index .title span {
  width: 30px;
  display: block;
  padding: 3px;
  line-height: 1;
}
.container .index .title p {
  font-size: min(2.98vw, 17px);
  line-height: 1.2;
}
.container .index .btn {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #fff;
  padding: 0 20px 0 3px;
  border-radius: 5px;
  font-size: min(3.4vw, 17px);
}
.container .index .btn::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: 0.4s;
}
.container h2 {
  position: relative;
  width: 100%;
  font-size: min(4.6vw, 34px);
  letter-spacing: 0.05em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: center;
  margin: 55px auto 35px;
  padding-bottom: 20px;
  font-weight: 700;
  color: #2d2d2d;
}
.container h2::after, .container h2::before {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.container h2::after {
  width: min(22.2%, 150px);
  background-color: #e0301e;
}
.container h2::before {
  width: min(90%, 700px);
  background-color: #dedede;
}
.container .photo_wrap, .container .wrap-ppl {
  width: min(90%, 460px);
  margin: 40px auto;
}
.container .photo_wrap .text_wrap, .container .wrap-ppl .text_wrap {
  padding: 30px 20px;
  background-color: #ffb600;
}
.container .photo_wrap .text_wrap p, .container .wrap-ppl .text_wrap p {
  font-size: 12px;
  line-height: 1.4;
  color: #000;
}
.container .photo_wrap .text_wrap p.name, .container .wrap-ppl .text_wrap p.name {
  font-size: 18px;
  font-weight: 700;
}
.container .photo_wrap .text_wrap p.name span, .container .wrap-ppl .text_wrap p.name span {
  font-size: 14px;
  font-weight: 400;
}
.container .photo_wrap .text_wrap div + div, .container .wrap-ppl .text_wrap div + div {
  margin-top: 30px;
}
.container .fig_wrap {
  width: 94%;
  margin: 40px auto;
}
.container .fig_wrap .source {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 15px;
}
.container .fig_wrap .source a {
  color: #e0301e;
  word-break: break-all;
  border-bottom: dotted 1px #e0301e;
}
.container .fig_wrap .caption {
  background-color: #dedede;
  margin-top: 1em;
  padding: 20px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.container .fig_wrap .caption a, .container .fig_wrap .caption span {
  font-size: 12px;
  display: block;
  margin-top: 0.5em;
}
.container .fig_wrap .caption a {
  color: #e0301e;
}
.container .foot {
  margin: 40px 0;
}
.container .foot .nextLink, .container .foot .ex-Link {
  position: relative;
  width: min(90%, 450px);
  margin: 0 auto;
  padding: 6px min(7vw, 28px) 6px 0;
  background-color: #e0301e;
  border: 2px solid #e0301e;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: min(3.47vw, 13px);
  line-height: 1.4;
  font-weight: 700;
}
.container .foot .nextLink .next, .container .foot .ex-Link .next {
  font-size: min(5.87vw, 22px);
  margin: 0 10px;
  width: min(12.8vw, 48px);
  background-color: #fff;
  color: #e0301e;
  line-height: 1;
  text-align: center;
  padding-bottom: 3px;
  transition: 0.4s;
}
.container .foot .nextLink::before, .container .foot .ex-Link::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transition: 0.3s;
}
.container .foot .ex-Link {
  font-size: min(5.07vw, 19px);
  width: min(90%, 550px);
}
.container .foot .ex-Link span {
  text-align: left;
  margin: 0 auto;
}
.container .foot .series-Link {
  width: min(90%, 550px);
  display: block;
  margin: 30px auto;
}
.container .foot p {
  margin-bottom: 60px;
  text-align: center;
}
.container .foot .corp-Link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 70px auto 30px;
}
.container .foot .corp-Link a {
  width: min(70%, 300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .foot .corp-Link img {
  width: min(60%, 260px);
  display: block;
  transition: 0.3s;
}
.container .foot .corp-Link img:hover {
  opacity: 0.8;
}
.container .foot .corp-Link span {
  position: relative;
  display: inline-block;
  color: #e0301e;
}
.container .foot .corp-Link span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e0301e;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
.container .foot .pagination {
  display: flex;
  justify-content: space-around;
  width: min(60%, 240px);
  margin: 60px auto 0;
}
.container .foot .pagination div, .container .foot .pagination a {
  position: relative;
  width: 32px;
  height: 32px;
  font-weight: 700;
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.container .foot .pagination div {
  color: #fff;
  background: #2d2d2d;
}
.container .foot .pagination a.arrow {
  border: none;
  transition: 0.4s;
}
.container .foot .pagination a.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #2d2d2d;
  border-right: solid 2px #2d2d2d;
  position: absolute;
  left: 6px;
  top: 10px;
  transform: rotate(45deg);
  transition: 0.4s;
}
.container .foot .pagination a.arrow.p2::before {
  transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .container .pc {
    display: block;
  }
  .container .sp {
    display: none;
  }
  .container .series-header {
    height: 90px;
  }
  .container .series-header .head__ttl {
    padding: 4px 0;
  }
  .container .series-header .head__corp {
    padding: 3px 10px;
  }
  .container .series-header .head__corp img {
    height: 12px;
  }
  .container .series-header .head__corp span {
    font-size: 15px;
  }
  .container > p + p {
    margin-top: 24px;
  }
  .container article .article__head {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .container article .article__head > img {
    width: 54.17%;
  }
  .container article .article__head span {
    width: min(20%, 90px);
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  .container article .article__head > div {
    width: 40.83%;
    margin: 0 auto;
  }
  .container article .article__head h2 {
    padding-bottom: 0;
  }
  .container article .lead {
    margin-top: 60px;
  }
  .container .index {
    margin: 60px auto;
    gap: 30px;
  }
  .container .index a {
    width: 635px;
    justify-content: space-between;
    border: solid 1px #e0301e;
  }
  .container .index a * {
    transition: 0.4s;
  }
  .container .index a:hover {
    background-color: #fff;
  }
  .container .index a:hover .title {
    color: #e0301e;
  }
  .container .index a:hover .title span {
    background-color: #e0301e;
  }
  .container .index a:hover .btn {
    border-color: #e0301e;
  }
  .container .index a:hover .btn::before {
    border-left: 6px solid #e0301e;
  }
  .container .index .img {
    width: 240px;
    height: 160px;
  }
  .container .index .title {
    width: 360px;
    justify-content: space-around;
  }
  .container .index .title p {
    letter-spacing: 0.025em;
    line-height: 1.7;
  }
  .container .index .title span {
    width: 46px;
  }
  .container h2 {
    margin: 90px auto 60px;
    padding-bottom: 30px;
  }
  .container .photo_wrap {
    width: min(90%, 930px);
    margin: 60px auto;
    display: flex;
  }
  .container .photo_wrap img {
    width: 63.4408602151%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 63% top;
       object-position: 63% top;
  }
  .container .photo_wrap .text_wrap {
    width: 36.5591397849%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container .photo_wrap .text_wrap p {
    font-size: 12px;
  }
  .container .photo_wrap.wrap-row {
    flex-direction: row-reverse;
  }
  .container .fig_wrap {
    max-width: 930px;
    margin: 65px auto;
  }
  .container .fig_wrap .source {
    text-align: center;
  }
  .container .fig_wrap .source a:hover {
    border-bottom: solid 1px #e0301e;
  }
  .container .fig_wrap .caption {
    width: 650px;
    margin: 20px auto 0;
    padding: 20px 25px;
  }
  .container .fig_wrap .caption a {
    position: relative;
    display: inline-block;
    padding: 2px;
  }
  .container .fig_wrap .caption a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e0301e;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .container .fig_wrap .caption a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .container .fig_wrap.fig1 > div {
    max-width: 800px;
    margin: auto;
  }
  .container .fig_wrap.fig2 > div {
    max-width: 840px;
    margin: auto;
  }
  .container .fig_wrap.fig3 > div {
    max-width: 600px;
    margin: auto;
  }
  .container .fig_wrap.fig4 > div {
    max-width: 780px;
    margin: auto;
  }
  .container .fig_wrap.fig5 > div {
    max-width: 1100px;
    margin: auto;
  }
  .container .foot {
    margin: 90px 0 60px;
  }
  .container .foot .nextLink, .container .foot .ex-Link {
    font-size: 16px;
  }
  .container .foot .nextLink .next, .container .foot .ex-Link .next {
    margin-right: 15px;
  }
  .container .foot .nextLink:hover, .container .foot .ex-Link:hover {
    background-color: transparent;
    color: #e0301e;
  }
  .container .foot .nextLink:hover .next, .container .foot .ex-Link:hover .next {
    background-color: #e0301e;
    color: #ffffff;
  }
  .container .foot .nextLink:hover::before, .container .foot .ex-Link:hover::before {
    border-left: 12px solid #e0301e;
    right: 7px;
  }
  .container .foot .ex-Link {
    padding: 1em 0;
  }
  .container .foot .ex-Link span {
    margin: 0 0 0 20px;
    font-size: 19px;
  }
  .container .foot .series-Link:hover {
    opacity: 0.8;
  }
  .container .foot .corp-Link a:hover span::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .container .foot .pagination a:hover {
    background: #2d2d2d;
    color: #fff;
  }
  .container .foot .pagination a.arrow:hover {
    opacity: 0.6;
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .container .wrap-ppl {
    width: min(90%, 930px);
    margin: 60px auto;
    display: flex;
  }
  .container .wrap-ppl img {
    width: 63.4408602151%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 63% top;
       object-position: 63% top;
  }
  .container .wrap-ppl .text_wrap {
    width: 36.5591397849%;
    padding: 10px 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container .wrap-ppl .text_wrap p {
    font-size: 12px;
  }
  .container .wrap-ppl div + div {
    margin-top: 25px;
  }
}