nav[role=breadcrumb] {
  width: 100%;
  background-color: #fff;
}
nav[role=breadcrumb] ol {
  width: 96em;
  margin: 0 auto;
}

#contents {
  width: 100%;
}
#contents::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bg.jpg) repeat center top;
  background-size: cover;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion-header .mdi-chevron-down::before {
  color: #000;
  transform: translateY(-50%);
  top: 50%;
  right: 5px;
}
.accordion-header .mdi-chevron-down.open::before {
  transform: translateY(-50%) rotate(180deg);
}

#contents {
  padding: 0;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.25);
}

.article {
  margin: 0 auto;
  color: #000;
}
.article a {
  color: #000;
}
.article p i:not([class^=mdi-]) {
  font-style: italic;
}
.article-header {
  margin: 0 auto;
}

.article-title {
  margin: 32px auto;
  background-image: url(../images/main_title_sp.jpg);
}

.article-lead {
  margin: 0 auto;
  padding: 16px;
  border-top: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.article-lead__text {
  font-family: "Shuei MaruGo B", sans-serif;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .article-lead__text {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.article-lead__text--small p {
  font-size: 140%;
}

.article-content {
  padding: 0 16px 16px;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.article-content__title {
  font-family: "Shuei MaruGo B", sans-serif;
  line-height: 1;
  position: relative;
  margin: 0 -16px;
  padding: 24px 0;
  border-bottom: 1px solid #000;
  width: calc(100% + 32px);
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .article-content__title {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.article-content__title em {
  font-size: 66.6666666667%;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-right: 0.5em;
  padding: 8px;
  transform: translateY(-50%);
  color: #fff;
  background: #000;
  width: 28.125%;
  max-width: 160px;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.article-content__title span {
  line-height: 1.25;
  padding-left: 31.25%;
  display: inline-block;
}
.article-content__text .lead .photo {
  border: 1px solid #000;
  margin: 24px -16px;
}
.article-content__text .lead .photo img {
  vertical-align: middle;
}
.article-content__text .lead p {
  font-size: 160%;
  margin-bottom: 1.75em;
}
.article-content__text .step::before, .article-content__text .step::after {
  content: "";
  display: block;
  margin: 24px -16px;
}
.article-content__text .step::before {
  border-top: 1px solid #000;
}
.article-content__text .step::after {
  border-bottom: 1px solid #000;
}
.article-content__text .step .photo {
  border: 1px solid #000;
  margin: 24px -16px;
}
.article-content__text .step .photo img {
  vertical-align: middle;
}
.article-content__text .step p {
  font-size: 150%;
  margin-bottom: 1.75em;
}

.article-date {
  margin: 32px auto;
  padding: 8px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 600px) {
  .article-content__title span {
    padding-left: 200px;
  }
}
.device-pc .article {
  width: 962px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.device-pc .article-header {
  margin: 0 auto;
}

.device-pc .article-title {
  background-image: url(../images/main_title_pc.jpg);
  margin: 0 auto;
}

.device-pc .article-lead {
  margin: 0 auto;
  padding: 40px 0;
}

.device-pc .article-content {
  padding: 0;
}
.device-pc .article-content__title {
  margin: 0;
  font-size: 320%;
  width: 100%;
}
.device-pc .article-content__text {
  margin: 40px auto;
}
.device-pc .article-content__text .lead .photo {
  border: 1px solid #000;
  margin: 40px -41px;
}
.device-pc .article-content__text .lead .photo img {
  vertical-align: middle;
}
.device-pc .article-content__text .lead .continue {
  text-align: center;
  color: #000;
}
.device-pc .article-content__text .lead .continue p {
  font-size: 160%;
  display: inline-block;
  text-align: left;
}
.device-pc .article-content__text .step::before, .device-pc .article-content__text .step::after {
  content: "";
  display: block;
  margin: 40px -41px;
}
.device-pc .article-content__text .step::before {
  border-top: 1px solid #000;
}
.device-pc .article-content__text .step::after {
  border-bottom: 1px solid #000;
}
.device-pc .article-content__text .step .photo {
  margin: 40px -41px;
}
.device-pc .article-content__text .step .photo img {
  vertical-align: middle;
}
.device-pc .article-content__text .step p {
  font-size: 160%;
}

.device-pc .article-date {
  margin-bottom: 0;
  padding: 16px 0;
  border-bottom: 0 none transparent;
}
.device-pc .article-date p {
  font-size: 140%;
}

.device-pc .article-footer {
  padding-bottom: 0.1px;
}

.device-pc body[data-article="1"] .article-date {
  margin-top: 8px;
  border-bottom: 1px solid #000;
}

.conv .talker0 {
  letter-spacing: -0.125em;
}
.conv .continue {
  text-align: center;
  border-top: 1px solid #000;
  color: #000;
  padding-top: 2em;
  margin: 2em -16px 0;
}
.conv .continue p {
  font-size: 160%;
  display: inline-block;
  text-align: left;
}
.conv .photo {
  border: 1px solid #000;
  margin: 24px -16px;
}
.conv .photo + dl dt {
  padding-top: 0;
}
.device-pc .conv .continue {
  margin: 40px -41px 0;
  padding-top: 40px;
}
.device-pc .conv .photo {
  border: 1px solid #000;
  margin: 40px -41px;
}
.device-pc .conv .photo + dl dd {
  padding-top: 0;
}

.profile {
  max-width: 100%;
  margin: 0;
  padding: 0 16px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.profile-header__title {
  padding-right: 2em;
}
.profile-header__title span {
  display: inline-block;
}
.profile-content__inner {
  border-top: 1px solid #000;
}
.profile-content__title {
  line-height: 1.5;
  margin-bottom: 1em;
}
.profile-content__title span,
.profile-content__title small {
  display: inline-block;
}
.profile-content__text {
  margin: 1em auto;
}
.profile-content__text p {
  margin: 1em auto;
}
.device-pc .profile {
  margin: 0 auto;
  padding: 0;
}
.device-pc .profile-header__title {
  text-align: right;
  padding-right: 40px;
}

.device-pc .profile-content {
  padding: 0 40px;
}
.device-pc .profile-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
.device-pc .profile-content__title {
  width: 100%;
}
.device-pc .profile-content__photo {
  width: 47.7272727273%;
}
.device-pc .profile-content__text {
  width: 47.7272727273%;
  margin: 0;
}
.device-pc .profile-content__text p:first-child {
  margin-top: 0;
}
.device-pc .profile-content__text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .profile {
    margin: 0 auto;
    padding: 0;
  }
  .profile-header__title {
    text-align: right;
    padding-right: 40px;
  }

  .profile-content {
    padding: 0 40px;
  }
  .profile-content__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .profile-content__title {
    width: 100%;
  }
  .profile-content__photo {
    width: 47.7272727273%;
  }
  .profile-content__text {
    width: 47.7272727273%;
    margin: 0;
  }
  .profile-content__text p:first-child {
    margin-top: 0;
  }
  .profile-content__text p:last-child {
    margin-bottom: 0;
  }
}

.toc {
  max-width: 100%;
  margin: 0 auto 0;
}
.toc-header {
  padding: 0 16px;
  border-bottom: 1px solid #000;
}
.toc-header__title {
  max-width: 100%;
  padding-right: 2em;
}
.toc-content {
  max-width: 100%;
}
.toc-item {
  border-bottom: 1px solid #000;
}
.toc-item:first-child {
  border-top: 0 none transparent;
}
.toc-item > a::after {
  color: #000;
}
.toc-item.current > a {
  color: rgba(0, 0, 0, 0.75);
  cursor: default;
}
.toc-item.current > a::after {
  content: none;
}
.toc-item > a,
.toc-item > span {
  font-family: "Shuei MaruGo B", sans-serif;
  padding: 0;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .toc-item > a,
.ua-desktop-windows .toc-item > span {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.toc-item > a > span,
.toc-item > span > span {
  display: inline-block;
  vertical-align: middle;
}
.toc-item__vol {
  font-size: 140%;
  width: calc(3em + 32px);
  margin-right: 8px;
  margin-bottom: -1px;
  padding: 16px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: #000;
}
.toc-item:last-child .toc-item__vol {
  border-bottom-color: transparent;
}
.toc-item.off .toc-item__vol {
  color: gray;
}
.toc-item__title {
  font-size: 160%;
}
.toc-item.off .toc-item__title {
  color: rgba(0, 0, 0, 0.2);
}
.toc-item__date {
  font-size: 120%;
}
.toc-item.off .toc-item__date {
  color: rgba(0, 0, 0, 0.2);
}
.toc .accordion-content__inner {
  padding: 0;
}
.device-pc .toc-header__title::before, .device-pc .toc-header__title::after {
  right: auto;
  left: 80px;
}

.device-pc .toc-item > a,
.device-pc .toc-item > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.device-pc .toc-item > a > span:last-child,
.device-pc .toc-item > span > span:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.device-pc .toc-item a::after {
  font-size: 240%;
  right: 4px;
}
.device-pc .toc-item__vol {
  font-size: 160%;
  margin-right: 1em;
}
.device-pc .toc-item__title {
  font-size: 200%;
  margin-right: 1em;
}
.device-pc .toc-item__date {
  font-size: 140%;
}

.article-navi {
  max-width: 100%;
}
.article-navi.auto.all-off {
  display: none;
}
.article-navi.top-navi {
  margin: 0 auto;
  padding: 16px;
  border-bottom: 1px solid #000;
}
.article-navi ul li span::before,
.article-navi ul li a::before {
  color: #000;
}
.device-pc .article-navi:not(.top-navi) {
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
.device-pc .article-navi:not(.top-navi) ul li {
  padding: 12px 5px;
}
.device-pc .article-navi:not(.top-navi) ul li:last-child {
  margin: 0;
  border-top: 1px solid #000;
}
.device-pc .article-navi:not(.top-navi) ul li span,
.device-pc .article-navi:not(.top-navi) ul li a {
  position: relative;
}
.device-pc .article-navi:not(.top-navi) ul li span.mdi-arrow-right,
.device-pc .article-navi:not(.top-navi) ul li a.mdi-arrow-right {
  padding-right: 35px;
}
.device-pc .article-navi:not(.top-navi) ul li span.mdi-arrow-up,
.device-pc .article-navi:not(.top-navi) ul li a.mdi-arrow-up {
  padding-left: 35px;
}
.device-pc .article-navi:not(.top-navi) ul li span.mdi-arrow-left,
.device-pc .article-navi:not(.top-navi) ul li a.mdi-arrow-left {
  padding-left: 35px;
}
.device-pc .article-navi.top-navi {
  margin: 0 auto;
  padding: 13px 6px;
}
.device-pc .article-navi.top-navi ul li span.mdi-arrow-right,
.device-pc .article-navi.top-navi ul li a.mdi-arrow-right {
  padding-right: 34px;
}
.device-pc .article-navi.top-navi ul li span.mdi-arrow-left,
.device-pc .article-navi.top-navi ul li a.mdi-arrow-left {
  padding-left: 34px;
}

.movie {
  margin: 32px 16px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.movie h3,
.movie p {
  max-width: 560px;
  padding: 0 16px;
}
.movie h3 {
  margin: 16px auto;
}
.movie p {
  font-size: 140%;
  margin: 1em auto;
}
.movie p:first-of-type {
  font-weight: bold;
}
.movie p.info {
  font-size: 120%;
}
.device-pc .movie {
  margin: 40px;
  padding: 16px 0;
}
.device-pc .movie h3,
.device-pc .movie p {
  margin: 1.5em auto;
  padding: 0;
  font-size: 160%;
}
.device-pc .movie h3.info,
.device-pc .movie p.info {
  font-size: 140%;
}
.device-pc .movie h3 img,
.device-pc .movie p img {
  width: 100%;
}

.article-share {
  margin: 32px auto;
  padding: 0 16px;
}
.article-share ul {
  border-color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.article-share ul::before {
  color: #000;
}
.device-pc .article-share ul {
  border-color: transparent;
  background-color: transparent;
}

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