@charset "UTF-8";
/* line 1, ../scss/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 22, ../scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/* line 26, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 29, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 35, ../scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 40, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 45, ../scss/_reset.scss */
img {
  vertical-align: middle;
}

/* line 48, ../scss/_reset.scss */
p {
  margin: 0 0 1em;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
/* line 37, ../scss/design.scss */
a img:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/* line 59, ../scss/design.scss */
body {
  font-family: "Noto Sans JP","Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* line 65, ../scss/design.scss */
.index .main-image {
  background: url("../image/index-main2.jpg") no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 481px) {
  /* line 65, ../scss/design.scss */
  .index .main-image {
    background: url("../image/index-main2-sp.jpg") no-repeat center 0;
    height: 150px;
    background-size: cover;
  }
}

/* line 78, ../scss/design.scss */
.page2 .main-image {
  background: url("../image/main.jpg") no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 481px) {
  /* line 78, ../scss/design.scss */
  .page2 .main-image {
    background: url("../image/main-sp.jpg") no-repeat center 0;
    height: 150px;
    background-size: cover;
  }
}

/* line 91, ../scss/design.scss */
.page3 .main-image, .page3-b .main-image, .page3-c .main-image {
  background: url("../image/recorder/main-pc.jpg") no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 481px) {
  /* line 91, ../scss/design.scss */
  .page3 .main-image, .page3-b .main-image, .page3-c .main-image {
    background: url("../image/recorder/main-sp.jpg") no-repeat center 0;
    height: 150px;
    background-size: cover;
  }
}

/* line 104, ../scss/design.scss */
.header {
  width: 100%;
}
/* line 106, ../scss/design.scss */
.header__inner {
  margin: auto;
  position: relative;
}
@media screen and (max-width: 481px) {
  /* line 106, ../scss/design.scss */
  .header__inner {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 114, ../scss/design.scss */
.header__credit {
  font-size: 14px;
  font-weight: 700;
  width: 1020px;
  background: #FFF;
  padding: 6px calc((100% - 1020px) / 2);
  text-align: left;
  box-sizing: content-box;
}
@media screen and (max-width: 481px) {
  /* line 114, ../scss/design.scss */
  .header__credit {
    font-size: 12px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
}
/* line 128, ../scss/design.scss */
.header__credit a {
  color: inherit;
  text-decoration: none;
}
/* line 131, ../scss/design.scss */
.header__credit a:hover {
  text-decoration: underline;
}
/* line 136, ../scss/design.scss */
.header img {
  width: 100%;
  height: auto;
}
/* line 140, ../scss/design.scss */
.header .item02 {
  position: absolute;
  right: 0;
  bottom: 10px;
}

/* line 147, ../scss/design.scss */
.navigation {
  background-color: #333;
  background-image: -webkit-linear-gradient(#333 0%, #333 87%, #CCC 13%, #CCC 100%);
  background-image: -o-linear-gradient(#333 0%, #333 87%, #CCC 13%, #CCC 100%);
  background-image: linear-gradient(#333 0%, #333 87%, #CCC 13%, #CCC 100%);
  padding: 15px 0 0;
  height: 60px;
  box-sizing: content-box;
}
@media screen and (max-width: 481px) {
  /* line 147, ../scss/design.scss */
  .navigation {
    padding: 10px 10px 0;
    height: 52px;
    margin: 0 0 20px;
  }
}
/* line 160, ../scss/design.scss */
.navigation__inner {
  width: 1020px;
  margin: auto;
}
@media screen and (max-width: 481px) {
  /* line 160, ../scss/design.scss */
  .navigation__inner {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 168, ../scss/design.scss */
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 177, ../scss/design.scss */
.navigation__list--item {
  width: 24.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 481px) {
  /* line 183, ../scss/design.scss */
  .navigation__list--item:nth-child(1) {
    width: 15%;
  }
  /* line 186, ../scss/design.scss */
  .navigation__list--item:nth-child(2) {
    width: 20%;
  }
  /* line 189, ../scss/design.scss */
  .navigation__list--item:nth-child(3) {
    width: 37%;
  }
  /* line 192, ../scss/design.scss */
  .navigation__list--item:nth-child(4) {
    width: 25%;
  }
}
/* line 198, ../scss/design.scss */
.navigation__current {
  border-bottom-color: #FFF;
}
/* line 200, ../scss/design.scss */
.navigation__current .navigation__link {
  color: #C00;
  height: 62px;
  box-shadow: 3px -1px 2px 0 rgba(0, 0, 0, 0.2);
  border-top-color: #C00;
}
@media screen and (max-width: 481px) {
  /* line 200, ../scss/design.scss */
  .navigation__current .navigation__link {
    height: 52px;
  }
}
/* line 210, ../scss/design.scss */
.navigation__link {
  font-family: 'Noto Sans Japanese';
  display: block;
  font-weight: 900;
  text-align: center;
  background-color: #FFF;
  border-radius: 4px 4px 0 0;
  border-top: solid 5px #FFF;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  line-height: 45px;
  color: #333;
}
@media screen and (max-width: 481px) {
  /* line 210, ../scss/design.scss */
  .navigation__link {
    font-size: 12px;
    height: 44px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
  }
  /* line 231, ../scss/design.scss */
  .navigation__link img {
    max-width: 100%;
    height: auto;
  }
}
/* line 236, ../scss/design.scss */
.navigation__link.disabled {
  color: #999;
}

/* line 242, ../scss/design.scss */
.contents {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 481px) {
  /* line 242, ../scss/design.scss */
  .contents {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
/* line 255, ../scss/design.scss */
.contents__header {
  width: 1020px;
  margin: auto;
  padding: 20px;
}
@media screen and (max-width: 481px) {
  /* line 255, ../scss/design.scss */
  .contents__header {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
  }
}
/* line 265, ../scss/design.scss */
.contents__header .contents__credit {
  margin-bottom: 0;
}
/* line 269, ../scss/design.scss */
.contents__inner {
  width: 1020px;
  margin: auto;
}
@media screen and (max-width: 481px) {
  /* line 269, ../scss/design.scss */
  .contents__inner {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: block;
  }
}
/* line 278, ../scss/design.scss */
.contents__inner::after {
  content: "";
  clear: both;
  display: block;
}
/* line 284, ../scss/design.scss */
.contents__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0px;
  background: url("../image/3699.png") no-repeat 0 5px;
  background-size: 57px;
  padding: 0 0 0 75px;
}
@media screen and (max-width: 481px) {
  /* line 284, ../scss/design.scss */
  .contents__title {
    font-size: 22px;
    border-left: solid 5px #CCC;
    background: none;
    padding: 0 0 0 10px;
  }
}
/* line 299, ../scss/design.scss */
.contents__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 30px;
  position: relative;
}
/* line 305, ../scss/design.scss */
.contents__heading:not(:first-of-type) {
  margin-top: 30px;
}
/* line 308, ../scss/design.scss */
.contents__heading br {
  display: none;
}
@media screen and (max-width: 481px) {
  /* line 308, ../scss/design.scss */
  .contents__heading br {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  /* line 299, ../scss/design.scss */
  .contents__heading {
    background-position: 0 0;
    background-size: 30px;
    padding: 0 0 0 0px;
    font-size: 20px;
    margin: 0 0 20px;
  }
}
/* line 321, ../scss/design.scss */
.contents__heading--middle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: solid 1px #CCC;
  padding: 0 0 10px;
  margin: 3em 0 1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 481px) {
  /* line 321, ../scss/design.scss */
  .contents__heading--middle {
    font-size: 18px;
    margin: 0 0 1em;
  }
}
/* line 334, ../scss/design.scss */
.contents__heading--middle br {
  display: none;
}
@media screen and (max-width: 481px) {
  /* line 334, ../scss/design.scss */
  .contents__heading--middle br {
    display: block;
  }
}
/* line 340, ../scss/design.scss */
.contents__heading--middle::before {
  content: "”";
  font-family: serif;
  position: absolute;
  bottom: -20px;
  left: -40px;
  z-index: -1;
  font-size: 1000%;
  color: #e6e6e6;
  line-height: 0;
}
@media screen and (max-width: 481px) {
  /* line 340, ../scss/design.scss */
  .contents__heading--middle::before {
    content: none;
  }
}
/* line 356, ../scss/design.scss */
.contents__credit {
  color: #666;
  font-size: 12px;
  margin: 10px 0 40px;
}
@media screen and (max-width: 481px) {
  /* line 356, ../scss/design.scss */
  .contents__credit {
    margin: 10px 0 30px;
    font-size: 11px;
  }
}
/* line 365, ../scss/design.scss */
.contents__primary {
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 481px) {
  /* line 365, ../scss/design.scss */
  .contents__primary {
    width: 100%;
    float: none;
    margin: 0 0;
    padding: 0 15px;
  }
}
/* line 376, ../scss/design.scss */
.contents__secondary {
  background-color: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 481px) {
  /* line 376, ../scss/design.scss */
  .contents__secondary {
    width: 100%;
    float: none;
    margin: 0;
    padding: 15px;
  }
}
/* line 386, ../scss/design.scss */
.contents__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 30px;
}
@media screen and (max-width: 481px) {
  /* line 386, ../scss/design.scss */
  .contents__photo {
    margin: 0 0 20px;
  }
}
/* line 402, ../scss/design.scss */
.contents__photo .contents__photo--item {
  height: auto;
}
@media screen and (max-width: 481px) {
  /* line 402, ../scss/design.scss */
  .contents__photo .contents__photo--item {
    width: 100%;
  }
}
/* line 407, ../scss/design.scss */
.contents__photo .contents__photo--item:only-child {
  width: 100%;
}
/* line 410, ../scss/design.scss */
.contents__photo .contents__photo--item:first-child:nth-last-child(2), .contents__photo .contents__photo--item:first-child:nth-last-child(2) ~ .contents__photo--item {
  width: 49%;
}
@media screen and (max-width: 481px) {
  /* line 410, ../scss/design.scss */
  .contents__photo .contents__photo--item:first-child:nth-last-child(2), .contents__photo .contents__photo--item:first-child:nth-last-child(2) ~ .contents__photo--item {
    width: 100%;
    margin: 0 0 10px;
  }
  /* line 416, ../scss/design.scss */
  .contents__photo .contents__photo--item:first-child:nth-last-child(2):last-child, .contents__photo .contents__photo--item:first-child:nth-last-child(2) ~ .contents__photo--item:last-child {
    margin-bottom: 0;
  }
}
/* line 421, ../scss/design.scss */
.contents__photo .contents__photo--item:first-child:nth-last-child(3), .contents__photo .contents__photo--item:first-child:nth-last-child(3) ~ .contents__photo--item {
  width: 32%;
}
@media screen and (max-width: 481px) {
  /* line 421, ../scss/design.scss */
  .contents__photo .contents__photo--item:first-child:nth-last-child(3), .contents__photo .contents__photo--item:first-child:nth-last-child(3) ~ .contents__photo--item {
    width: 100%;
    margin: 0 0 10px;
  }
  /* line 427, ../scss/design.scss */
  .contents__photo .contents__photo--item:first-child:nth-last-child(3):last-child, .contents__photo .contents__photo--item:first-child:nth-last-child(3) ~ .contents__photo--item:last-child {
    margin-bottom: 0;
  }
}
/* line 432, ../scss/design.scss */
.contents__photo .contents__photo--item .contents__caption {
  margin-top: .5em;
}
/* line 436, ../scss/design.scss */
.contents__photo + .contents__caption {
  margin-top: -1.5em;
  margin-bottom: 3em;
}
@media screen and (max-width: 481px) {
  /* line 436, ../scss/design.scss */
  .contents__photo + .contents__caption {
    margin-top: -.5em;
  }
}
@media screen and (max-width: 481px) {
  /* line 443, ../scss/design.scss */
  .contents__photo--item {
    pointer-events: none;
  }
}
/* line 449, ../scss/design.scss */
.contents__caption {
  color: #666;
  display: block;
  font-size: 13px;
  line-height: 1.6;
}
/* line 454, ../scss/design.scss */
.contents__caption--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 5px 0;
}
/* line 461, ../scss/design.scss */
.contents img {
  max-width: 100%;
  height: auto;
}

/* line 469, ../scss/design.scss */
.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em 0;
}
@media screen and (max-width: 481px) {
  /* line 469, ../scss/design.scss */
  .block {
    display: block;
  }
}
/* line 482, ../scss/design.scss */
.block__header {
  width: 440px;
}
@media screen and (max-width: 481px) {
  /* line 482, ../scss/design.scss */
  .block__header {
    width: 100%;
    margin: 0 0 10px;
  }
  /* line 487, ../scss/design.scss */
  .block__header img {
    width: 100%;
    height: auto;
  }
}
/* line 493, ../scss/design.scss */
.block__body {
  width: calc(100% - 460px);
}
/* line 495, ../scss/design.scss */
.block__body p:last-child {
  margin-bottom: 0;
  margin-top: -.75rem;
}
@media screen and (max-width: 481px) {
  /* line 493, ../scss/design.scss */
  .block__body {
    width: 100%;
  }
}
/* line 503, ../scss/design.scss */
.block__rebirth {
  flex-direction: row-reverse;
}

/* line 508, ../scss/design.scss */
.ex-link {
  display: block;
  margin: 10px 0 0;
}
/* line 511, ../scss/design.scss */
.ex-link__button {
  background-color: #C00;
  border: none;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin: auto;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 481px) {
  /* line 511, ../scss/design.scss */
  .ex-link__button {
    width: 100%;
  }
}
/* line 527, ../scss/design.scss */
.ex-link__button::before, .ex-link__button::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #FFF;
}
/* line 536, ../scss/design.scss */
.ex-link__button::before, .ex-link__button::after {
  transition-delay: 0.2s;
}
/* line 540, ../scss/design.scss */
.ex-link__button::before {
  right: 0;
  top: 0;
}
/* line 544, ../scss/design.scss */
.ex-link__button::after {
  left: 0;
  bottom: 0;
}
/* line 549, ../scss/design.scss */
.ex-link__button:hover::before, .ex-link__button:hover:after {
  width: 100%;
  transition-delay: 0.2s;
}
/* line 555, ../scss/design.scss */
.ex-link__button span {
  display: block;
  padding: 15px 40px;
}
@media screen and (max-width: 481px) {
  /* line 555, ../scss/design.scss */
  .ex-link__button span {
    padding: 15px;
  }
}
/* line 561, ../scss/design.scss */
.ex-link__button span::before, .ex-link__button span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #FFF;
}
/* line 570, ../scss/design.scss */
.ex-link__button span::before, .ex-link__button span::after {
  transition-delay: 0s;
}
/* line 574, ../scss/design.scss */
.ex-link__button span::before {
  left: 0;
  top: 0;
}
/* line 578, ../scss/design.scss */
.ex-link__button span::after {
  right: 0;
  bottom: 0;
}
/* line 583, ../scss/design.scss */
.ex-link__button span:hover::before, .ex-link__button span:hover:after {
  height: 100%;
  transition-delay: 0.2s;
}

/* line 594, ../scss/design.scss */
.related-article {
  margin: 0 0 30px;
}
@media screen and (max-width: 481px) {
  /* line 594, ../scss/design.scss */
  .related-article {
    margin: 30px 0;
  }
}
/* line 599, ../scss/design.scss */
.related-article__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-bottom: solid 1px #333;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
/* line 608, ../scss/design.scss */
.related-article__list--item {
  margin: 0 0 20px;
}
/* line 610, ../scss/design.scss */
.related-article__list--item:last-child {
  margin-bottom: 0;
}
/* line 613, ../scss/design.scss */
.related-article__list--item::after {
  content: "";
  clear: both;
  display: block;
}
/* line 620, ../scss/design.scss */
.related-article__link {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
@media screen and (max-width: 481px) {
  /* line 620, ../scss/design.scss */
  .related-article__link {
    display: block;
  }
}
/* line 632, ../scss/design.scss */
.related-article__link.rebirth {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 637, ../scss/design.scss */
.related-article__link.rebirth .related-article__more {
  float: right;
}
@media screen and (max-width: 481px) {
  /* line 637, ../scss/design.scss */
  .related-article__link.rebirth .related-article__more {
    float: none;
  }
}
/* line 644, ../scss/design.scss */
.related-article__link:hover {
  color: inherit;
  text-decoration: none;
}
/* line 649, ../scss/design.scss */
.related-article__thumbnail {
  width: 350px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 481px) {
  /* line 649, ../scss/design.scss */
  .related-article__thumbnail {
    width: 90%;
    margin: auto;
  }
}
/* line 656, ../scss/design.scss */
.related-article__thumbnail img {
  max-width: 100%;
  height: auto;
}
/* line 662, ../scss/design.scss */
.related-article__item-name span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  background-color: #666;
  padding: 2px 10px;
  margin: 0 0 10px;
}
@media screen and (max-width: 481px) {
  /* line 662, ../scss/design.scss */
  .related-article__item-name span {
    font-size: 12px;
    margin: 0 0 2px;
  }
}
/* line 676, ../scss/design.scss */
.related-article__data {
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  width: calc(100% - 340px);
}
@media screen and (max-width: 481px) {
  /* line 676, ../scss/design.scss */
  .related-article__data {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
  }
}
/* line 687, ../scss/design.scss */
.related-article__heading {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  border-left: solid 5px #CCC;
  padding-left: 5px;
  margin: 0 0 5px;
}
@media screen and (max-width: 481px) {
  /* line 687, ../scss/design.scss */
  .related-article__heading {
    font-size: 16px;
  }
}
/* line 697, ../scss/design.scss */
.related-article__heading:hover {
  text-decoration: underline;
}
/* line 701, ../scss/design.scss */
.related-article__date {
  color: #666;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  margin: 5px 0 0;
}
/* line 708, ../scss/design.scss */
.related-article__more {
  display: inline-block;
  color: #FFF;
  background-color: #C00;
  padding: 6px 20px 6px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin: 5px 0 0;
  position: relative;
}
@media screen and (max-width: 481px) {
  /* line 708, ../scss/design.scss */
  .related-article__more {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
  }
}
/* line 724, ../scss/design.scss */
.related-article__more::before {
  position: absolute;
  top: 35%;
  right: 6px;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 481px) {
  /* line 724, ../scss/design.scss */
  .related-article__more::before {
    top: 40%;
    right: 10px;
  }
}
/* line 740, ../scss/design.scss */
.related-article__more:hover {
  opacity: .5;
}
/* line 743, ../scss/design.scss */
.related-article__more.disabled {
  background-color: #CCC;
}

/* line 751, ../scss/design.scss */
.item-information {
  margin: 60px 0 0;
}
/* line 753, ../scss/design.scss */
.item-information__title {
  font-weight: 700;
  padding: 6px 0;
  border-top: solid 1px #CCC;
}
/* line 758, ../scss/design.scss */
.item-information .block {
  margin-top: 0;
}
/* line 761, ../scss/design.scss */
.item-information__data {
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (max-width: 481px) {
  /* line 761, ../scss/design.scss */
  .item-information__data {
    font-size: 12px;
  }
}
/* line 767, ../scss/design.scss */
.item-information__data li:nth-child(3) {
  margin-top: 10px;
}
/* line 770, ../scss/design.scss */
.item-information__data dt, .item-information__data dd {
  border-top: solid 1px #CCC;
  padding: 6px;
  box-sizing: border-box;
}
/* line 775, ../scss/design.scss */
.item-information__data dt {
  float: left;
  width: 10em;
  clear: both;
}
/* line 781, ../scss/design.scss */
.item-information__data dd {
  margin-left: 10em;
  text-align: left;
  background-color: #FFF;
}
/* line 785, ../scss/design.scss */
.item-information__data dd::after {
  content: "";
  clear: both;
  display: block;
}
/* line 792, ../scss/design.scss */
.item-information__table {
  background-color: #f7f7f7;
  border: solid 1px #CCC;
  border-top: none;
  box-sizing: border-box;
}
/* line 798, ../scss/design.scss */
.item-information__item-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 803, ../scss/design.scss */
.item-information__item-name--sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

/* line 811, ../scss/design.scss */
.side-image {
  width: 1020px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 481px) {
  /* line 811, ../scss/design.scss */
  .side-image {
    display: none;
  }
}
/* line 820, ../scss/design.scss */
.side-image__left {
  position: absolute;
  top: 20px;
  left: -420px;
}
/* line 825, ../scss/design.scss */
.side-image__right {
  position: absolute;
  top: 20px;
  right: -420px;
}

/* line 834, ../scss/design.scss */
.supported__credit {
  display: block;
  background-color: #CCC;
  text-align: right;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
}
@media screen and (max-width: 481px) {
  /* line 834, ../scss/design.scss */
  .supported__credit {
    text-align: center;
    font-size: 11px;
    color: #FFF;
    background-color: #999;
  }
}
/* line 848, ../scss/design.scss */
.supported__credit--inner {
  display: block;
  width: 1020px;
  margin: auto;
}
@media screen and (max-width: 481px) {
  /* line 848, ../scss/design.scss */
  .supported__credit--inner {
    width: 100%;
  }
}

/* line 860, ../scss/design.scss */
.footer {
  width: 100%;
}
/* line 862, ../scss/design.scss */
.footer__inner {
  background-color: #333;
  padding: 0 0 10px;
}
/* line 866, ../scss/design.scss */
.footer__logo {
  padding: 15px;
}
@media screen and (max-width: 481px) {
  /* line 866, ../scss/design.scss */
  .footer__logo {
    padding: 10px;
  }
}
/* line 871, ../scss/design.scss */
.footer__logo img {
  width: 120px;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 481px) {
  /* line 871, ../scss/design.scss */
  .footer__logo img {
    width: 100px;
  }
}
/* line 881, ../scss/design.scss */
.footer__attention {
  display: block;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 481px) {
  /* line 881, ../scss/design.scss */
  .footer__attention {
    font-size: 10px;
  }
}

/* line 892, ../scss/design.scss */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  font-size: 77%;
}
@media screen and (max-width: 481px) {
  /* line 892, ../scss/design.scss */
  .pagetop {
    position: static;
    padding: 10px 0 0;
    background-color: #FFF;
  }
}
/* line 902, ../scss/design.scss */
.pagetop a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  border-radius: 50px;
  line-height: 90px;
}
@media screen and (max-width: 481px) {
  /* line 902, ../scss/design.scss */
  .pagetop a {
    background: #CCC;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 30px;
    text-align: center;
    display: block;
    border-radius: 0;
    position: relative;
    line-height: 1;
  }
  /* line 923, ../scss/design.scss */
  .pagetop a::before {
    color: #333;
    content: "PAGE TOP";
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 934, ../scss/design.scss */
  .pagetop a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #CCC transparent;
  }
  /* line 947, ../scss/design.scss */
  .pagetop a img {
    display: none;
  }
}
/* line 951, ../scss/design.scss */
.pagetop a:hover {
  text-decoration: none;
  background: #999;
}
@media screen and (max-width: 481px) {
  /* line 951, ../scss/design.scss */
  .pagetop a:hover {
    background: #CCC;
  }
}

/* line 962, ../scss/design.scss */
.sns {
  display: none;
}
@media screen and (max-width: 481px) {
  /* line 962, ../scss/design.scss */
  .sns {
    display: block;
    background-color: #FFF;
    padding: 10px;
  }
}
/* line 969, ../scss/design.scss */
.sns__inner {
  width: 150px;
  margin: auto;
}
/* line 973, ../scss/design.scss */
.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 982, ../scss/design.scss */
.sns__list--item {
  width: 34px;
  height: 34px;
  background-color: #333;
}
/* line 988, ../scss/design.scss */
.sns__icon {
  display: block;
  text-align: center;
  height: 100%;
}

/* line 996, ../scss/design.scss */
.writer {
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 20px;
  position: relative;
  margin: 20px 0;
}
@media screen and (max-width: 481px) {
  /* line 996, ../scss/design.scss */
  .writer {
    padding: 15px;
    margin: 20px 0 0;
  }
}
/* line 1006, ../scss/design.scss */
.writer__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}
/* line 1011, ../scss/design.scss */
.writer__name--sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}
/* line 1018, ../scss/design.scss */
.writer__header {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 481px) {
  /* line 1018, ../scss/design.scss */
  .writer__header {
    width: 120px;
    float: left;
    margin: 0 10px 0 0;
  }
}

/* line 1035, ../scss/design.scss */
.index .contents__primary {
  width: 720px;
  float: left;
}
@media screen and (max-width: 481px) {
  /* line 1035, ../scss/design.scss */
  .index .contents__primary {
    width: 100%;
    float: none;
  }
}
/* line 1043, ../scss/design.scss */
.index .contents__secondary {
  width: 300px;
  float: right;
}
@media screen and (max-width: 481px) {
  /* line 1043, ../scss/design.scss */
  .index .contents__secondary {
    width: 100%;
    float: none;
  }
}
/* line 1051, ../scss/design.scss */
.index .contents .button {
  margin: auto auto 30px;
}
@media screen and (max-width: 481px) {
  /* line 1051, ../scss/design.scss */
  .index .contents .button {
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 481px) {
  /* line 1057, ../scss/design.scss */
  .index .contents .button .ex-link__button {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  /* line 1069, ../scss/design.scss */
  .page3 .contents__title {
    font-size: 21px;
  }
}
/* line 1074, ../scss/design.scss */
.page3 .ex-link__button {
  width: 100%;
}
/* line 1077, ../scss/design.scss */
.page3 h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}

/* line 1085, ../scss/design.scss */
.page3-b {
  background-color: #333;
}
/* line 1087, ../scss/design.scss */
.page3-b .ex-link__button {
  width: 100%;
}
/* line 1090, ../scss/design.scss */
.page3-b .navigation {
  background-image: -webkit-linear-gradient(#000 0%, #000 87%, #111 13%, #111 100%);
  background-image: -o-linear-gradient(#000 0%, #000 87%, #111 13%, #111 100%);
  background-image: linear-gradient(#000 0%, #000 87%, #111 13%, #111 100%);
}
/* line 1094, ../scss/design.scss */
.page3-b .navigation__link {
  background-color: #333;
  color: #FFF;
}
/* line 1099, ../scss/design.scss */
.page3-b .navigation__current .navigation__link {
  color: #C00;
}
/* line 1102, ../scss/design.scss */
.page3-b .contents__primary {
  background-color: #333;
  color: #FFF;
}
/* line 1106, ../scss/design.scss */
.page3-b .contents__credit,
.page3-b .contents__caption {
  color: #CCC;
}
/* line 1110, ../scss/design.scss */
.page3-b .item-information__table {
  background-color: #444;
  border: solid 1px #666;
}
/* line 1113, ../scss/design.scss */
.page3-b .item-information__table dt, .page3-b .item-information__table dd {
  border-top: solid 1px #666;
}
/* line 1116, ../scss/design.scss */
.page3-b .item-information__table dd {
  background-color: #333;
}
/* line 1120, ../scss/design.scss */
.page3-b .contents__heading--middle::before {
  content: "”";
  font-family: serif;
  position: absolute;
  bottom: -20px;
  left: -40px;
  z-index: -1;
  font-size: 1000%;
  color: #505050;
  line-height: 0;
}

/*# sourceMappingURL=design.css.map */
