@charset "UTF-8";
.accordion#profile, .toc__title, .toc-item__vol, .toc-item__title, .toc-item__date, .article-lead__text, .article-content__title {
  font-family: "Shuei MaruGo B", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", YakuHanJP, "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  -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 .accordion#profile, .ua-desktop-windows .toc__title, .ua-desktop-windows .toc-item__vol, .ua-desktop-windows .toc-item__title, .ua-desktop-windows .toc-item__date, .ua-desktop-windows .article-lead__text, .ua-desktop-windows .article-content__title {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

main {
  background-color: #F9DBE2;
}

p {
  margin: 1.75em auto;
}

.device-sp br:not([role='device-sp']) {
  display: none;
  content: "";
}

.cap {
  font-size: 87.5%;
}

.cover {
  float: right;
  width: 150px;
}
.cover a {
  display: block;
}
.cover a img {
  width: 100%;
}
.device-sp main .cover {
  width: 33%;
  margin: 0 0 1.785714286% 3.571428571%;
}
.device-sp main .cover a {
  display: block;
}

.accordion {
  background-color: #fff;
}
.accordion-header .btn-permeate {
  color: #df2080;
}

.accordion-content__inner p {
  text-align: justify;
}
.device-pc .accordion-content {
  padding: 0px 60px;
}

.toc-item {
  position: relative;
}

.article {
  margin: auto;
}
.article a:link, .article a:visited, .article a:hover, .article a:active {
  color: #df2080;
}
.article-header {
  max-width: 600px;
  margin: 0 auto;
}

.article-title {
  background: url(../images/main_title_sp.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 100%;
  width: 100%;
  position: relative;
}
.article-title__text {
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}

.article-lead {
  background-color: #fff;
}
.article-lead__text {
  padding: 20px;
  text-align: justify;
  font-size: 160%;
  font-weight: bold;
  color: #6BA3F4;
}
.article-lead__text a {
  text-decoration: underline;
}
.article-lead__text p:first-of-type {
  margin-top: 0;
}
.article-lead__text p:last-of-type {
  margin-bottom: 0;
}

.article-content {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
}
.article-content__title {
  font-size: 220%;
  text-align: center;
  color: #6BA3F4;
  padding: 40px 0 20px;
  background: url(../images/border.svg) repeat-x center bottom;
  background-size: 40px 10px;
}
.article-content__title em {
  font-size: 120%;
  margin-right: 0.15em;
}
.article-content__title em, .article-content__title span {
  vertical-align: middle;
}

.article-content__text {
  padding: 20px 20px 0px 20px;
  font-size: 160%;
}

.article-footer {
  padding: 1px 0;
  max-width: 600px;
  margin: 0 auto;
  background: #fff url(../images/border.svg) repeat-x center 40px;
  background-size: 40px 10px;
}
.article-footer .article-navi {
  padding-top: 20px;
}

.device-sp .article-products ul {
  letter-spacing: 0;
  font-size: 0;
}
.device-sp .article-products ul > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 10px;
  font-size: 10px;
}
.device-sp .article-products ul > li a dl dd {
  border-bottom: 1px #e5e5e5 solid;
  line-height: 1.5;
  height: 6.1em;
}
.device-sp .article-products ul > li a dl dd > span {
  display: block;
  color: #000;
}
.device-sp .article-products ul > li a dl dd > strong {
  display: block;
  color: #000;
  font-size: 120%;
}
.device-sp .article-products ul > li a dl dd > i {
  display: none;
}
.device-sp .article-products ul > li a dl dd ol {
  padding-top: .3em;
}
.device-sp .article-products ul > li a dl dd ol li {
  font-size: 120%;
  color: #000;
}
.device-sp .article-products ul > li a dl dd ol + p {
  display: none;
}
.device-sp .article-products ul > li a dl dd:last-child {
  position: relative;
}
.device-sp .article-products ul > li a dl dd:last-child:before {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 160%;
}
.device-sp .article-products ul > li a dl + dl {
  display: none;
}

.device-pc .article-header {
  max-width: 960px;
}

.device-pc .article-title {
  padding-top: 56.25%;
  background-image: url(../images/main_title_pc.jpg);
}

.device-pc .article-lead__text {
  max-width: 560px;
  padding: 40px 0;
  margin: 0 auto;
  font-size: 180%;
}

.device-pc .article-content {
  max-width: 960px;
}
.device-pc .article-content__title {
  font-size: 300%;
}

.device-pc .article-products ul {
  letter-spacing: 0;
  font-size: 0;
  margin: 0 auto;
}
.device-pc .article-products ul.column-1 {
  width: 235px;
}
.device-pc .article-products ul.column-2 {
  width: 470px;
}
.device-pc .article-products ul.column-3 {
  width: 705px;
}
.device-pc .article-products ul.column-4 {
  width: 940px;
}
.device-pc .article-products ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  margin: 5px;
}
.device-pc .article-products ul > li a dl dd > i {
  display: none;
}
.device-pc .article-products ul > li a dl dd + dd {
  height: 6.1em;
}

.device-pc .article-footer {
  max-width: 960px;
}
.device-pc .article-footer .article-navi {
  padding-top: 80px;
}

.accordion {
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion#profile {
  max-width: 560px;
  margin: 0 20px 40px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0;
}
.accordion#profile .accordion-header {
  padding: 0 20px;
}
.accordion#profile .accordion-content {
  padding: 0 20px;
  font-size: 160%;
}
.accordion#profile .accordion-content p:first-of-type {
  margin-top: 0;
}
.accordion#profile .accordion-content p:last-of-type {
  margin-bottom: 0;
}
.accordion-header .btn-permeate {
  color: #df2080;
  font-size: 160%;
  font-weight: bold;
}

.accordion-content__inner {
  padding-top: 0;
}
.device-pc .accordion#profile {
  margin: 0 auto 40px auto;
}

.toc-item {
  position: relative;
}
.toc-item__title {
  display: block;
  font-size: 160%;
}

.toc-item__date {
  display: block;
  font-size: 120%;
}
.toc-item a, .toc-item > span {
  line-height: 1.5;
  padding: .5em 0;
  display: block;
}
.toc-item a::after {
  font-family: "Material Design Icons";
  content: "\F142";
  font-size: 20px;
  font-size: 20px;
  position: absolute;
  top: calc(50% - .5em);
  right: 0;
  line-height: 1;
}
.toc-item.off a, .toc-item.off span {
  color: #CCC;
  cursor: default;
  pointer-events: none;
}
.toc-item.off a::after, .toc-item.off span::after {
  content: none;
}

/* ----------------------------------------
 * 
 * 対談用 スタイルシート（定義リスト版）
 * 
 * ------------------------------------- */
.conv dl {
  width: 100%;
}
.conv dl + dl {
  margin-top: 0px;
}
.conv dl:first-child dt {
  padding-top: 0;
}
.conv dt, .conv dd {
  text-align: left;
}
.conv dt {
  width: 80px;
  padding: 2em 0 0 0;
  font-weight: bold;
  vertical-align: top;
  color: #000;
  letter-spacing: 0;
}
.conv dd {
  vertical-align: middle;
  color: #000;
  font-weight: normal;
}
.conv dt.talker0, .conv dt.talker1 {
  color: #000000;
}
.conv dt.talker2 {
  color: #333333;
}
.conv dt.talker3 {
  color: #333333;
}
.conv dd.talker0, .conv dd.talker1 {
  color: #000000;
}
.conv dd.talker2, .conv dd.talker3 {
  color: #333333;
}
.conv .photo {
  margin: 2em auto 0;
}
.conv .photo p {
  font-size: 87.5%;
}
.conv .continue {
  margin: 2em auto 0;
  text-align: center;
}
.device-pc .conv {
  width: 560px;
}
.device-pc .conv dl {
  display: table;
}
.device-pc .conv dl:first-child dt {
  padding-top: 2em;
}
.device-pc .conv dt, .device-pc .conv dd {
  display: table-cell;
}
.device-pc .conv dd {
  padding-top: 2em;
}

.conv .photo.zoom-container {
  letter-spacing: 0;
  line-height: 0;
  font-family: 'zero-width';
}
.conv .photo.zoom-container a {
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", YakuHanJP, "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  line-height: 1.75;
}
.conv .photo.zoom-container a.zoom {
  display: inline-block;
  position: relative;
}
.conv .photo.zoom-container a.zoom::before {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.conv .photo.zoom-container p.credit {
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", YakuHanJP, "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 75%;
  font-weight: bold;
  color: #808080;
  text-align: right;
  margin: 0.25em auto;
  line-height: 1.2;
}
.conv .photo.zoom-container.col3 a.zoom {
  width: 33.33%;
}
.device-sp .conv .photo.zoom-container a.zoom {
  width: 49.5%;
}
.device-sp .conv .photo.zoom-container.col3 a.zoom {
  width: 33%;
}

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