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

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

.sprite-sheet {
  margin: 0 auto;
}

.device-pc .magazine-sample-photo a {
  width: 300px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------------------------------------------
*
  page style
*
-------------------------------------------------------------------------------------------------------------- */
#page {
  background-color: #edebe2;
  background-image: url("/store/techo/ja/magazine/2020/sokyo/images/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}

#page nav[role=breadcrumb] a,
#page nav[role=breadcrumb] li {
  color: #214e7f;
}

#page nav[role=breadcrumb] {
  background-color: #fff;
  padding-left: 2em;
}

#page #contents {
  margin-bottom: 7.5rem;
  color: #1a1a1a;
  background: #fff;
}

/* --------------------------------------------------------------------------------------------------------------
*
  #contents
*
-------------------------------------------------------------------------------------------------------------- */
.article-header {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.article-lead {
  display: block;
  width: 100%;
  max-width: 560px;
  text-align: center;
}

.article-lead__text {
  display: inline-block;
  text-align: left;
}

.article-lead__text a {
  color: #214e7f;
}

.mokuji {
  display: block;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 110px auto 80px;
  background-color: #edebe2;
  border-top: 10px solid #1e1933;
  border-bottom: 10px solid #1e1933;
  -o-border-image: url("../images/border_01.png") 20 1 20 2 repeat;
     border-image: url("../images/border_01.png") 20 1 20 2 repeat;
}

.mokuji::after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 56px;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/mokuji_heading.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.mokuji-items {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.mokuji-item {
  display: table-cell;
  padding: 32px 16px 20px;
}

.mokuji-item__title img {
  width: 100%;
  max-width: 140px;
}

.device-pc .article-content__title {
  width: 560px;
}

.article-content__title {
  display: table;
  max-width: 560px;
}

.article-content__title-number {
  display: table-cell;
  width: 56px;
  height: 56px;
  vertical-align: middle;
}

.article-content__title-text {
  display: table-cell;
  padding-left: 20px;
  color: #1e1933;
  font-size: 24px;
  font-family: "fot-tsukubrdgothic-std";
  font-weight: 700;
  line-height: 1.167;
  vertical-align: middle;
}

.article-content__title-text br.only-sp {
  display: none;
}

.device-pc .article-content__text {
  margin-bottom: 0;
}

.article-content__text dt.hobo {
  font-weight: 300;
  letter-spacing: -0.2em;
  -webkit-font-smoothing: none;
}

.article-content__text .photo {
  margin-top: 40px;
  margin-bottom: 16px;
}

.article-content__text .photo .photo__caption {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.article-content__end {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 180%;
}

.article-next {
  display: block;
  padding: 28px 32px;
  background-color: #edebe2;
  border-top: 10px solid #1e1933;
  border-bottom: 10px solid #1e1933;
  -o-border-image: url("../images/border_01.png") 20 1 20 2 repeat;
     border-image: url("../images/border_01.png") 20 1 20 2 repeat;
}

.article-next a {
  display: block;
}

.article-next__item-cell {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}

.article-next__item-cell::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 11px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/icn_arrow.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.article-next__item-cell:hover::after {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.article-next__number {
  display: table-cell;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}

.article-next__title {
  display: table-cell;
  padding-left: 20px;
  color: #1e1933;
  font-size: 21px;
  font-family: "fot-tsukubrdgothic-std";
  font-weight: 700;
  line-height: 1.167;
  vertical-align: middle;
}

.article-next__title br.only-sp {
  display: none;
}

/* --------------------------------------------------------------------------------------------------------------
*
  .mordal-profile
*
-------------------------------------------------------------------------------------------------------------- */
#modal-profile {
  position: relative;
  width: 560px;
  padding: 40px;
  background-color: #fff;
  color: #1a1a1a;
  text-align: center;
}

#modal-profile .modal-profile__image {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}

#modal-profile .modal-profile__image img {
  display: block;
  width: 100%;
}

#modal-profile .modal-profile__name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
}

#modal-profile .modal-profile__name small {
  font-size: 70%;
}

#modal-profile .modal-profile__text {
  display: inline-block;
  margin: 20px auto;
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
}

#modal-profile .btn-close {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 3.6em;
  height: 3.6em;
  cursor: pointer;
  background-image: url("../images/icn_close.png");
  background-size: 100% 100%;
}

/* --------------------------------------------------------------------------------------------------------------
*
    .device-sp
*
-------------------------------------------------------------------------------------------------------------- */
.device-sp #page {
  background-image: none;
}

.device-sp #page #contents {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.device-sp .article-header {
  max-width: none;
}

.device-sp .article-content {
  padding-left: 16px;
  padding-right: 16px;
}

.device-sp .mokuji {
  margin: 20px auto 40px;
}

.device-sp .mokuji::after {
  width: 116px;
  top: -36px;
}

.device-sp .mokuji-items {
  padding-left: 10px;
  padding-right: 10px;
}

.device-sp .mokuji-item {
  padding: 32px 8px 20px;
}

.device-sp .article-content__title {
  display: block;
  max-width: 560px;
  margin-bottom: 36px;
  text-align: center;
}

.device-sp .article-content__title-number {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding-right: 0;
}

.device-sp .article-content__title-text {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.device-sp .article-content__title-text br.only-sp {
  display: block;
}

.device-sp .article-content__text {
  margin-bottom: 0;
}

.device-sp .article-content__end {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 140%;
}

.device-sp #contents .article-next a {
  display: block;
}

.device-sp .article-next {
  margin-left: -16px;
  margin-right: -16px;
  padding: 20px 16px;
}

.device-sp .article-next__item-cell {
  padding-left: 10px;
}

.device-sp .article-next__item-cell::after {
  top: 50%;
  right: 0;
  -webkit-transform: translate(45%, -50%);
          transform: translate(45%, -50%);
}

.device-sp .article-next__number {
  width: 36px;
  height: 36px;
}

.device-sp .article-next__title {
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.device-sp .article-next__title br.only-sp {
  display: block;
}

.device-sp #modal-profile {
  width: 92.5vw;
  max-width: 560px;
}

.device-sp #modal-profile .btn-close {
  top: 1em;
  right: 1em;
  width: 2.6em;
  height: 2.6em;
}
