nav[role=breadcrumb] {
  width: 100%;
  background-color: #4e1e01;
  color: #ffffff;
}
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_sp.jpg) repeat center top;
  background-size: cover;
}
.device-pc #contents::before{
  background: url(../images/bg.jpg) repeat center top;
  background-size: cover;
}
.btn-toggle:after, .btn-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3em;
  width: 1.4em;
  height: .2em;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -ms-backface-visibility: hidden;
}
.btn-toggle:after {
  -webkit-transform: translate(0,-50%) rotate(90deg);
  transform: translate(0,-50%) rotate(90deg);
}
.btn-toggle.open:after {
  -webkit-transform: translate(0,-50%) rotate(180deg);
  transform: translate(0,-50%) rotate(180deg);
}
.accordion-header__title::before, .accordion-header__title::after{
  right: .9em;
}
#contents {
  padding: 0;
  font-weight: 400;
  font-style: normal;
}

.article {
  font-family: "Adobe Caslon Pro", serif;
  margin: 0 auto;
  color: #000;
}
.article a {
  color: #000;
}
.article a:visited {
  color: #000;
}
.device-pc .btn-item dl + dl dd{
  color: #000;
}
.article-header {
  margin: 0 auto;
}
.device-sp .article-header{
  max-width: 100%;
}
.article-title {
  background-image: url(../images/main_title_sp.jpg);
  padding-top: 148.75%;
}

.article-lead {
  margin: 0 auto;
  padding: 16px;
}
.device-pc .article-lead__text{
  max-width: 680px;
}
.article-lead__text {
  letter-spacing: 0.2em;
  -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;
  line-height: 2;
}
.article-lead__text p{
  line-height: 1.75;
  letter-spacing: .01em;
}
.device-sp .article-lead__text p{
  font-size: 170%;
}
.ua-desktop-windows .article-lead__text {
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}
.article-content {
  padding: 0 16px 16px;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 3px;
}
.article-content__title {
  line-height: 1;
  position: relative;
  margin: 0 -16px;
  padding: 24px 0;
  border-bottom: 1px solid #301e16;
  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;
}
.device-sp .article-content__title{
  font-size: 200%;
}
.ua-desktop-windows .article-content__title {
  -webkit-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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: transparent;
  background: #000;
  width: 88px;
  height: 88px;
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.article-content__title.vol_1 em{
  background-image: url(../images/title-item__vol_1.png);
  background-size: contain;
}
.article-content__title.vol_2 em{
  background-image: url(../images/title-item__vol_2.png);
  background-size: contain;
}
.article-content__title.vol_3 em{
  background-image: url(../images/title-item__vol_3.png);
  background-size: contain;
}
.article-content__title span {
  line-height: 1.25;
  padding-left: 26.25%;
  display: inline-block;
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 600px) {
  .article-content__title span {
    padding-left: 310px;
  }
}
@media screen and (max-width: 375px) {
  .article-content__title.vol_2{
    padding: 12px 0;
  }
}
.device-pc .article {
  width: 960px;
}
.device-pc .article-header {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}

.device-pc .article-title {
  background-image: url(../images/main_title_pc.jpg);
  margin: 0 auto;
  padding-top: 60.41%;
  position: relative;
}

.device-pc .article-title .ico_apr{
  position: absolute;
  top: 108px;
  right: -49px;
}

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

.device-pc .article-content {
  padding: 0;
}
.device-pc .article-content__title {
  margin: 0;
  font-size: 320%;
  width: 100%;
}
.device-pc .article-content__text {
  max-width: 550px;
  margin: 70px auto 0;
}

#contents > footer > a{
  color: #328716;
}
.device-sp #contents > footer > a{
  text-align: center;
}
.device-pc #contents > footer {
  background-color: #ffffff;
}
.conv a{
  color: #328716 !important;
}
.conv dt, .conv dd{
  font-size: 180%;
  line-height: 1.875;
}
.device-pc .conv dt{
  text-align: right;
  padding: 2em 2em 0 0;
  width: 20%;
}
.device-pc .conv dl{
  margin-top: 20px;
}
.conv .hobo {
  font-family: sans-serif;
  letter-spacing: -0.16em;
  font-weight: normal;
}
.conv .ishikawa{
  color: #4e1e01;
}
.conv .continue {
  text-align: center;
  color: #000;
  padding-top: 2em;
  margin: 2em -16px 0;
}
.conv .continue p {
  font-size: 160%;
  display: inline-block;
  text-align: left;
}
.conv .photo {
  width: 100%;
  margin: 24px auto;
}
.conv .photo + dl dt {
  padding-top: 0;
}
.device-pc .conv{
  width: 550px;
}
.device-pc .conv .continue {
  margin: 40px -41px 0;
  padding-bottom: 60px;
}
.device-pc .conv .photo {
  margin: 40px auto 50px;
  width: 100%;
}
.device-pc .conv .photo + dl dd {
  padding-top: 0;
}
.profile {
  max-width: 100%;
  margin: 3px 0;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.9);
}
.profile-header__title {
  padding-right: 2em;
}
.device-sp .profile-header__title {
  margin-right: -10px;
}
.profile-header__title span {
  display: inline-block;
}
.profile-header__title span {
  font-size: 112.5%;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.profile-content__inner {
  border-top: 1px solid #301e16;
}
.profile-content__title {
  line-height: 1.5;
  margin-bottom: .6em;
  font-weight: 600;
  font-style: normal;
}
.profile-content__title span,
.profile-content__title small {
  display: inline-block;
  letter-spacing: .02em;
}
.profile-content__title small{
  letter-spacing: .1em;
}
.profile-content__text {
  margin: 1em auto;
}
.profile-content__text p {
  margin: 1em auto;
}
.profile-content a{
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: block;
}
.profile-content a:hover{
  opacity: .4;
}
.device-sp .profile-content a{
  font-size: 150%;
  width: 100%;
}
.device-pc .profile {
  margin: 3px auto;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.device-pc .profile-header__title {
  text-align: right;
  padding-right: 47px;
  line-height: 1.6;
  letter-spacing: .05em;
}

.device-pc .profile-content {
  padding: 0 40px;
}
.device-pc .profile-content__inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 40px;
}
.device-pc .profile-content__title {
  font-size: 200%;
  width: 100%;
}
.device-pc .profile-content__photo {
  width: 40%;
}
.device-pc .profile-content__text {
  width: 53%;
  margin: 0;
  line-height: 1.625;
}
.device-pc .profile-content__text p {
  margin-top: -.5em;
  margin-bottom: 0;
}
.device-pc .profile-link h4{
  font-weight: 600;
  font-style: normal;
  font-size: 200%;
  padding-bottom: 13px;
}
.profile-link h4{
  font-weight: 600;
  font-style: normal;
  font-size: 180%;
  letter-spacing: .03em;
  line-height: 1.5;
}
.device-pc .profile-link h4{
  text-align: center;
}
.device-pc .profile-link h4{
  text-align: left;
}
.device-pc .profile-link ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.device-pc .profile-link ul li{
  padding-bottom: 40px;
  font-size: 150%;
  line-height: 2;
}
.device-pc .profile-link ul li:last-of-type{
  padding-bottom: 0;
}
.profile-link ul li{
  padding-bottom: 20px;
}
.device-pc .line{
  width: 880px;
  margin: 47px -40px 47px -40px;
}
.line{
  border-top: 1px solid #301e16;
  width: 100%;
  margin: 20px 0;
}
.lineup{
  background-color: rgba(255, 255, 255, 1);
  margin-top: 3px;
}
.lineup h3{
  background-color: #4f2828;
  color: #ffffff;
  font-size: 180%;
  letter-spacing: .07em;
  text-align: center;
  line-height: 51px;
  padding-top: .5em;
}
.device-sp .lineup h3{
  line-height: 1.2;
  padding: 8px 0;
}
.device-sp .lineup h3 span{
  display: block;
}
@media screen and (min-width: 600px) {
  .profile-header__title {
    text-align: right;
    padding-right: 40px;
  }

  .profile-content {
    padding: 0 40px;
  }
  .profile-content__inner {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -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 3px;
}
.toc-header {
  padding: 0 7px;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-style: normal;
}
.device-sp .toc-header{
  padding: 0 0 0 16px;
}
.toc-header__title {
  max-width: 100%;
  font-size: 180%;
  line-height: .2;
  padding: 1.8em 0 1.6em;
  font-weight: 600;
  font-style: normal;
}
.device-sp .toc-header__title{
  margin-right: 5px;
}
.toc-content {
  max-width: 100%;
}
.toc-item {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3px;
}
.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);
}
.toc-item > a,
.toc-item > span {
  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 {
  -webkit-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: 64px;
  height: 73px;
  margin-right: 8px;
  padding: 16px;
  text-align: center;
  color: transparent;
  background-color: #000;
}
.device-pc .toc-item__vol{
  width: 80px;
  height: 66px;
}
.toc-item:last-child .toc-item__vol {
  border-bottom-color: transparent;
}
.toc-item.off .toc-item__vol {
  color: transparent;
  opacity: .5;
}
.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;
  margin-top: 3px;
}
.device-pc .toc-header__title::before, .device-pc .toc-header__title::after {
  right: auto;
  left: 76px;
}

.toc-item > a, .toc-item > span {
  font-weight: 600;
  font-style: normal;
}
.device-pc .toc-item > a,
.device-pc .toc-item > span {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: 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: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: 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: 1.8em;
  color: transparent;
}
.device-pc .toc-item:first-child .toc-item__vol{
  background-image: url(../images/toc-item__vol_1.png);
  background-size: contain;
}
.device-pc .toc-item:nth-child(2) .toc-item__vol{
  background-image: url(../images/toc-item__vol_2.png);
  background-size: contain;
}
.device-pc .toc-item:last-child .toc-item__vol{
  background-image: url(../images/toc-item__vol_3.png);
  background-size: contain;
}
.toc-item:first-child .toc-item__vol{
  background-image: url(../images/toc-item__vol_1_sp.png);
  background-size: contain;
}
.toc-item:nth-child(2) .toc-item__vol{
  background-image: url(../images/toc-item__vol_2_sp.png);
  background-size: contain;
}
.toc-item:last-child .toc-item__vol{
  background-image: url(../images/toc-item__vol_3_sp.png);
  background-size: contain;
}

.device-pc .toc-item__title {
  font-size: 240%;
  margin-right: .7em;
}
.device-pc .toc-item__date {
  font-size: 160%;
}

.article-navi {
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  padding: 16px;
}
.article-navi.auto.all-off {
  display: none;
}
.article-navi.top-navi {
  margin: 0 auto 3px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.9);
}
.device-sp .article-navi.top-navi{
  padding: 16px 0 16px 16px;
}
.article-navi ul li span::before,
.article-navi ul li a::before {
  color: #000;
}
.article-navi ul li.text-hide span::before,
.article-navi ul li.text-hide a::before {
  color: transparent;
}
.device-pc .article-navi:not(.top-navi) {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 7px 10px;
}
.device-pc .article-navi:not(.top-navi) ul li {
  padding: 12px 5px;
}
.article-navi ul li:last-of-type{
  width: auto;
  margin-top: 0;
}
.device-pc .article-navi ul li:last-of-type{
  margin-top: 0;
}
.device-pc .article-navi ul li.text-hide:last-of-type{
  opacity: 0;
}
.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-chevron-right,
.device-pc .article-navi:not(.top-navi) ul li a.mdi-chevron-right {
  padding-right: 35px;
}
.device-pc .article-navi:not(.top-navi) ul li span.mdi-chevron-up,
.device-pc .article-navi:not(.top-navi) ul li a.mdi-chevron-up {
  padding-left: 35px;
}
.device-pc .article-navi:not(.top-navi) ul li span.mdi-chevron-left,
.device-pc .article-navi:not(.top-navi) ul li a.mdi-chevron-left {
  padding-left: 35px;
}
.device-pc .article-navi.top-navi {
  margin: 0 auto 3px;
  padding: 17px 12px;
}
.device-pc .article-navi.top-navi ul li span.mdi-chevron-right,
.device-pc .article-navi.top-navi ul li a.mdi-chevron-right {
  padding-right: 44px;
}
.device-pc .article-navi.top-navi ul li span.mdi-chevron-left,
.device-pc .article-navi.top-navi ul li a.mdi-chevron-left {
  padding-left: 34px;
}
.device-pc .article-navi.top-navi ul li span, .device-pc .article-navi.top-navi ul li a{
  font-size: 180%;
}
.device-pc .article-navi ul li span, .device-pc .article-navi ul li a{
  font-size: 180%;
}
.article-navi.top-navi ul li span, .article-navi.top-navi ul li a{
  font-size: 140%;
  font-weight: 600;
  font-style: normal;
}
.article-navi ul li span, .article-navi ul li a{
  font-size: 140%;
}
.article-navi ul li a{
  padding-right: 1.5em;
}
.article-navi ul li span.mdi-chevron-left::before,
.article-navi ul li span.mdi-chevron-up::before,
.article-navi ul li a.mdi-chevron-left::before,
.article-navi ul li a.mdi-chevron-up::before{
  left: 0;
}
.article-navi ul li span.mdi-chevron-right::before,
.article-navi ul li a.mdi-chevron-right::before{
  right: 0;
}
.article-navi ul li span.mdi-chevron-left,
.article-navi ul li span.mdi-chevron-up,
.article-navi ul li a.mdi-chevron-left,
.article-navi ul li a.mdi-chevron-up{
  padding-left: 1.5em;
}
#magazine-items{
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 0 50px;
}
.device-sp #magazine-items{
  padding: 0 16px 30px;
}
.device-pc #magazine-items > li:before, .device-pc .magazine-items > li:before{
  color: #4e1e01;
  text-align: left;
}
.banner{
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px 0;
}
.banner.page_article{
  margin-bottom: 0;
}
.banner div{
  max-width: 566px;
  width: 87.5%;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
          filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
}
.banner div:first-of-type{
  margin-bottom: 40px;
}
.device-pc .banner div img{
  max-width: 566px;
  margin: 0 auto;
}
.device-pc .banner div a{
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.device-pc .banner div a:hover{
  opacity: .4;
}
.banner div .caption {
  font-size: 16px;
}
.device-sp .banner div .caption {
  font-size: 14px;
}
.device-sp #contents > footer{
  max-width: 100%;
  background-color: #ffffff;
}
.device-sp .article-lead{
  background-color: rgba(255, 255, 255, 0.9);
}
.device-sp .article-content__title em{
  width: 74px;
  height: 74px;
}
.article-footer {
  margin: 3px auto 0;
}
body[data-article="1"] .lineup {
  margin-top: 0;
}