@charset "UTF-8";

/*----------------------------------------------------
  .contents-area
----------------------------------------------------*/

.contents-area {
  width: 100%;
  overflow: hidden;
}

.contents-area .fade {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.contents-area .fade.fadein {
  opacity: 1;
}

.contents-area .ttl-category {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: left bottom;
  padding-bottom: 0;
}

/*.contents-area .ttl-category::after {
  display: block;
  content: "";
  background: #FD6866;
  width: 106%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}*/

.contents-area .btn {
  max-width: 325px;
  width: 100%;
  height: 55px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.contents-area .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents-area .btn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-image: url(../img/issue01/link_line.png);
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: left bottom;
  padding-bottom: 0;
  transition: all 0.3s ease-out;
}

.issue02 .contents-area .btn span {
  background-image: url(../img/issue02/link_line.png);
}
.contents-area .btn:hover span {
  background-size: 100% 4px;
}

/*----------------------------------------------------
  .section-top-issue01
----------------------------------------------------*/

.contents-area .section-top-issue01 {
  /*min-height: 100vh;*/
  /*height: 100%;*/
  position: relative;
}

.contents-area .section-top-issue01 .fade {
  -webkit-transition: opacity 0.6s ease-out 0.1s;
  transition: opacity 0.6s ease-out 0.1s;
}

.contents-area .section-top-issue01 .photo-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  /*height: 100vh;*/
}

.contents-area .section-top-issue01 .photo-top .photo {
  width: 100%;
  height: 0;
  padding-top: 147%;
  background-image: url(../img/issue01/top/img_photo_top_01.jpg);
  background-size: 50vw;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0%;
}

.contents-area .section-top-issue01 .photo-top .photo img {
  width: 100%;
  height: auto;
  display: none;
  /*opacity: 0;*/
}

.contents-area .section-top-issue01 .photo-top .txt-sp {
  display: none;
}

.contents-area .section-top-issue01.scroll .photo-top {
  position: absolute;
  top: auto;
  bottom: 0;
}

.contents-area .section-top-issue01 .sp-top-dummy {
  display: none;
}

.contents-area .section-top-issue01 .txt-issue-sp {
  display: none;
}

.contents-area .section-top-issue01 .box-top {
  width: 50%;
  text-align: center;
  margin-left: 50%;
  background-color: #fff;
  min-height: 100vh;
  height: 100%;
  padding: 168px 9.4% 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*float: right;*/
  position: relative;
}

#language-en .contents-area .section-top-issue01 .box-top {
  padding-bottom: 370px;
}

@media screen and (max-width: 950px) {
  .contents-area .section-top-issue01 .box-top {
    padding-bottom: 380px;
  }
  #language-en .contents-area .section-top-issue01 .box-top {
    padding-bottom: 500px;
  }
}

.contents-area .section-top-issue01 .box-top .box-inner {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.contents-area .section-top-issue01 .box-top .ttl01 .line01 {
  width: 100%;
  margin: 0 auto 59px;
}

.contents-area .section-top-issue01 .box-top .ttl01 .line02 {
  width: 80%;
  margin: 0 auto 55px;
}

.contents-area .section-top-issue01 .box-top .ttl02 {
  width: auto;
  margin: 0 auto 40px;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 1.27px;
}

.contents-area .section-top-issue01 .box-top .ttl03 {
  width: auto;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  letter-spacing: 5px;
}

#language-en .contents-area .section-top-issue01 .box-top .ttl03 {
  letter-spacing: 2px;
}

.contents-area .section-top-issue01 .box-top .catchcopy {
  width: auto;
  margin: 0 auto 0;
  font-size: 3.8rem;
  letter-spacing: 1px;
  line-height: 50px;
  position: relative;
  z-index: 1;
  display: inline;
  background-image: url(../img/issue01/link_line.png);
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: left bottom;
  padding-bottom: 0;
}
.ie:not(#language-en) .contents-area .section-top-issue01 .box-top .catchcopy {
  background-position: left 55px;
}
#language-en .contents-area .section-top-issue01 .box-top .catchcopy {
  background-position: bottom 7px left;
}
/*.contents-area .section-top-issue01 .box-top .catchcopy::after {
  display: block;
  content: "";
  background: #FD6866;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 100%;
  padding: 0 3px;
  z-index: -1;
}*/

.contents-area .section-top-issue01 .box-top .ttl02 {
  width: auto;
  margin: 0 auto 40px;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 1.27px;
}

.contents-area .section-top-issue01 .box-top hr {
  margin: 70px auto 60px;
  max-width: 378px;
  width: 100%;
}

.contents-area .section-top-issue01 .box-top h3 {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.24px;
  margin-bottom: 28px;
}

.contents-area .section-top-issue01 .box-top .txt01 {
  width: 100%;
  margin: 0 auto 54px;
  display: block;
}

#language-en .contents-area .section-top-issue01 .box-top .txt01 {
  width: 74%;
}

.contents-area .section-top-issue01 .box-top .txt01 ul li {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 44px;
  margin-bottom: 20px;
}

#language-en .contents-area .section-top-issue01 .box-top .txt01 ul li {
  line-height: 34px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1180px) {
  .contents-area .section-top-issue01 .box-top .txt01 ul li {
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    line-height: 38px;
  }
  #language-en .contents-area .section-top-issue01 .box-top .txt01 ul li {
    line-height: 29px;
  }
}

@media screen and (max-width: 950px) {
  .contents-area .section-top-issue01 .box-top .txt01 ul li {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #language-en .contents-area .section-top-issue01 .box-top .txt01 ul li {
    line-height: 20px;
  }
}

.contents-area .section-top-issue01 .box-top .txt01 ul li:last-child {
  margin-bottom: 0;
}

.contents-area .section-top-issue01 .box-top .txt-credit .txt-director {
  margin-bottom: 17px;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}

.contents-area .section-top-issue01 .box-top .txt-credit .txt-img {
  width: 230px;
  margin-bottom: 16px;
}

.contents-area .section-top-issue01 .box-top .txt-credit .box-profile {
  position: relative;
}

.contents-area .section-top-issue01 .box-top .txt-credit .box-profile dt {
  cursor: pointer;
  position: relative;
  text-align: left;
  display: inline-block;
  transition: all 0.3s ease-out;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: #777777;
  letter-spacing: 1.5px;
  padding-right: 10px;
}

.contents-area .section-top-issue01 .box-top .txt-credit .box-profile dt:hover {
  opacity: 0.8;
}

.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dt
  .arrow {
  position: absolute;
  right: 0;
  top: 5px;
}

.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dt
  .arrow::after,
.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dt
  .arrow::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 2px;
  top: 0;
  background: #777;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dt
  .arrow::before {
  left: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dt
  .arrow::after {
  right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dt.active
  .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dt.active
  .arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contents-area .section-top-issue01 .box-top .txt-credit .box-profile dd {
  font-weight: 600;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 20px;
}

.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dd
  .txt01 {
  text-align: center;
  margin-bottom: 20px;
}

.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dd
  .txt02 {
  text-align: justify;
  text-justify: inter-ideograph;
}

.contents-area .section-top-issue01 .box-top .txt-credit .box-profile dd a {
  color: #777;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.contents-area
  .section-top-issue01
  .box-top
  .txt-credit
  .box-profile
  dd
  a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------
  .section-about-issue01
----------------------------------------------------*/

.contents-area .section-about-issue01 {
  overflow: hidden;
  position: relative;
  height: 640px;
  margin: 0 auto;
  width: 100%;
  background-image: url(../img/top/img_photo_about_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contents-area .section-about-issue01:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.55;
}

.contents-area .section-about-issue01 .box-about {
  width: 53.3%;
  max-width: 725px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contents-area .section-about-issue01 .box-about .ttl-category {
  margin-bottom: 78px;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.24px;
}

.contents-area .section-about-issue01 .box-about .txt01 {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 70px;
  font-size: 1.6rem;
  line-height: 25px;
  letter-spacing: 2px;
}

#language-en .contents-area .section-about-issue01 .box-about .txt01 {
  letter-spacing: 1px;
}

.contents-area .section-about-issue01 .box-about .txt02 {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
}

#language-en .contents-area .section-about-issue01 .box-about .txt02 {
  letter-spacing: 1;
}

.contents-area .section-about-issue01 .photo-about {
  width: 50%;
  display: inline-block;
  /*padding: 0 12.05% 0 0;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contents-area .section-about-issue01 .photo-about img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------
  .section-interview-issue01
----------------------------------------------------*/

.contents-area .section-interview-issue01 {
  background: #f4f4f4;
  padding: 80px 0 100px;
}

.contents-area .section-interview-issue01 .box-interview {
  max-width: 1060px;
  /* width: 86.66%; */
  margin: 0 auto;
  text-align: center;
}

.contents-area .section-interview-issue01 .box-interview .ttl-category {
  margin-bottom: 78px;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.24px;
  text-align: center;
}

.contents-area .section-interview-issue01 .box-interview ul li {
  /* margin-bottom: 70px; */
  margin: 0 auto 70px;
}

.contents-area .section-interview-issue01 .box-interview ul li:last-child {
  margin-bottom: 0;
}

.contents-area .section-interview-issue01 .box-interview ul li dl {
  overflow: hidden;
  position: relative;
}

.contents-area .section-interview-issue01 .box-interview ul li dl dt {
  width: 50%;
  max-width: 530px;
  float: left;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li:nth-child(even)
  dl
  dt {
  float: right;
}

.contents-area .section-interview-issue01 .box-interview ul li dl dt img {
  width: 100%;
}

.contents-area .section-interview-issue01 .box-interview ul li dl dd {
  width: 48.49%;
  position: absolute;
  top: 50%;
  left: 44.33%;
  text-align: left;
  transform: translate(0, -50%);
  background-color: #ffffff;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li:nth-child(even)
  dl
  dd {
  left: 0;
  right: auto;
  transform: translate(76px, -50%);
}

.contents-area .section-interview-issue01 .box-interview ul li dl dd a {
  display: block;
  padding: 60px 60px 100px 60px;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a
  .ttl-cat {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.27px;
  margin-bottom: 30px;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a
  .ttl-main {
  font-size: 4.8rem;
  letter-spacing: 1.56px;
  margin-bottom: 40px;
  overflow: hidden;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a
  .ttl-main
  p {
  float: left;
  margin-bottom: 10px;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a
  .ttl-main
  span {
  display: block;
  font-size: 1.4rem;
  color: #777777;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 22px;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a
  .ttl-sub {
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a
  .catchcopy {
  font-size: 3.2rem;
  letter-spacing: 3.2px;
  position: relative;
  display: inline;
  background-image: url(../img/issue01/link_line.png);
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: left bottom;
  padding-bottom: 0;
  line-height: 40px;
}

.ie:not(#language-en)
  .contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a
  .catchcopy {
  background-position: left 43px;
  transition: none !important;
}

#language-en
  .contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a
  .catchcopy {
  letter-spacing: 1.2px;
  text-align: justify;
  text-justify: inter-ideograph;
  background-position: bottom 6px left;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a:hover
  .catchcopy {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: lineAnim;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd.on
  .catchcopy {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: lineAnim;
}

@keyframes lineAnim {
  0% {
    background-size: 0% 4px;
  }
  100% {
    background-size: 100% 4px;
  }
}

@-webkit-keyframes lineAnim {
  0% {
    background-size: 0% 4px;
  }
  100% {
    background-size: 100% 4px;
  }
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a:hover
  .catchcopy::after {
  width: 0%;
  padding: 0px;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li
  dl
  dd
  a:hover
  .catchcopy::before {
  width: 100%;
  padding: 0 3px;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li:nth-child(3)
  dl
  dd {
  max-width: 650px;
  width: 61.32%;
  top: 50%;
  left: 33.58%;
}

.contents-area .section-interview-issue01 .box-interview ul li dl dd a:after {
  content: '';
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: cover;
  width: 13px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -11px;
}

/*  animation */

li.fadeAnim dl {
  opacity: 0;
  transform: translate3d(0, 20%, 0);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

li.fadeAnim.in dl {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}

li.fadeAnim dl dd a {
  opacity: 0;
  transform: translate3d(0, 20%, 0);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

li.fadeAnim.in dl dd a {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li.fadeAnim
  dl
  dd
  a
  .catchcopy {
  background-size: 0% 4px;
  transition: all 0.3s ease-out 0.8s;
}

.ie
  contents-area
  .section-interview-issue01
  .box-interview
  ul
  li.fadeAnim
  dl
  dd
  a
  .catchcopy {
  transition: none !important;
}

.contents-area
  .section-interview-issue01
  .box-interview
  ul
  li.fadeAnim.in
  dl
  dd
  a
  .catchcopy {
  background-size: 100% 4px;
}

/*----------------------------------------------------
  .section-featured-issue01
----------------------------------------------------*/

.contents-area .section-featured-issue01 {
  background-color: #ffffff;
}

.contents-area .section-featured-issue01 .section {
  width: 100%;
  background-color: #ffffff;
}

.contents-area .section:nth-of-type(even) {
  background-color: #efefee;
}

.contents-area .section-featured-issue01 .section .inner {
  overflow: hidden;
  padding: 110px 0;
  position: relative;
  min-height: 430px;
  max-width: 1200px;
  margin: 0 auto;
  width: 88.23%;
  font-size: 0;
}

.contents-area .section-featured-issue01 .section .box {
  width: 50%;
  padding: 0 7.5% 0 7.5%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}

.contents-area .section-featured-issue01 .section .box .ttl-category {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.24px;
  margin-bottom: 70px;
}

.contents-area .section-featured-issue01 .section .box .ttl-sub {
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
  line-height: 22px;
}

.contents-area .section-featured-issue01 .section .box .ttl-main {
  margin-bottom: 30px;
  font-size: 4.8rem;
  letter-spacing: 1.24px;
  margin-bottom: 20px;
  letter-spacing: 3.51px;
  line-height: 58px;
}

#language-en .contents-area .section-featured-issue01 .section .box .ttl-main {
  letter-spacing: 1.2px;
  line-height: 48px;
}

.contents-area .section-featured-issue01 .section .box .ttl-name {
  font-size: 1.4rem;
  letter-spacing: 1.24px;
  margin-bottom: 34px;
  letter-spacing: 1px;
  color: #777777;
}

.contents-area .section-featured-issue01 .section .box .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 35px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 25px;
}

#language-en .contents-area .section-featured-issue01 .section .box .txt {
  letter-spacing: 1px;
}

.contents-area .section-featured-issue01 .section .box .btn {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 1.3px;
}

.contents-area .section-featured-issue01 .section .photo {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}

.contents-area .section-featured-issue01 .section .photo img {
  width: 100%;
  height: auto;
}

.contents-area .section-featured-issue01 .section-manga .inner {
  padding: 0;
}

.contents-area .section-featured-issue01 .section-manga .box {
  padding: 110px 7.5% 110px 7.5%;
}

.contents-area .section-column2 .photo img {
  max-width: 430px;
}

/*----------------------------------------------------
  .section-support-issue01
----------------------------------------------------*/

.contents-area .section-support-issue01 {
  padding: 81px 0;
  text-align: center;
  border-top: 1px solid #cecece;
}

#language-en .contents-area .section-support-issue01 {
  display: none;
}

.contents-area .section-support-issue01 .box-support {
  max-width: 900px;
  width: 86.66%;
  margin: 0 auto;
}

.contents-area .section-support-issue01 .box-support .ttl-category {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.31px;
  margin-bottom: 60px;
}

.contents-area .section-support-issue01 .box-support .ttl {
  font-size: 3.5rem;
  letter-spacing: 2.62px;
  margin-bottom: 30px;
}

#language-en .contents-area .section-support-issue01 .box-support .ttl {
  letter-spacing: 1.2px;
}

.contents-area .section-support-issue01 .box-support .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 25px;
  letter-spacing: 2px;
}

#language-en .contents-area .section-support-issue01 .box-support .txt {
  letter-spacing: 1px;
}

.contents-area .section-support-issue01 .box-support .btn-contact {
  width: 360px;
  height: 70px;
}

.contents-area .section-support-issue01 .box-support .btn-contact a {
  padding: 26px 0;
}

.contents-area .section-support-issue01 .box-support .btn-contact span {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.contents-area .section-support-issue01 .box-support .btn-contact span::after {
  bottom: -2px;
}

.contents-area .section-support-issue01 .box-support .btn-contact span::before {
  bottom: -2px;
}

/*----------------------------------------------------
  .footer-area
----------------------------------------------------*/

.footer-area {
  background: #fafafa;
  color: #000000;
}

.footer-area a {
  transition: all 0.3s ease-out;
}

.footer-area a:hover {
  opacity: 0.8;
}

.footer-area .box-share {
  padding: 23px 0;
  border-width: 1px 0;
  border-color: #ccc;
  border-style: solid;
  text-align: center;
  font-size: 0;
}

.footer-area .box-share .share-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 180px;
}

.footer-area .box-share .share-btn a {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 2.96px;
  padding: 12px 0;
  display: block;
}

.footer-area .box-share .share-btn.share-fb a {
  background-color: #4065b4;
}

.footer-area .box-share .share-btn.share-tw a {
  background-color: #0693e3;
}

.footer-area .box-share .share-btn a span {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 5px;
}

.footer-area .box-footer {
  padding: 62px 0 90px;
}

.footer-area .box-footer .footer-inner {
  max-width: 900px;
  width: 86.66%;
  margin: 0 auto;
  overflow: hidden;
  word-break: normal;
}

.footer-area .box-footer .ttl01 {
  margin-bottom: 12px;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}

.footer-area .box-footer .footer-box-left {
  width: 43.5%;
  float: left;
  text-align: left;
  padding: 0 65px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 85px;
}

.footer-area .box-footer .footer-box-middle {
  width: 40%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0 73px 0 0;
  box-sizing: border-box;
}

.footer-area .box-footer .footer-box-middle p {
  margin-bottom: 25px;
  font-size: 1.2rem;
  letter-spacing: 0.22px;
  color: #000000;
}

.footer-area .box-footer .footer-box-middle .jp {
  margin-bottom: 11px;
}

/*.footer-area .box-footer .footer-box-middle li {
  margin-bottom: 1px;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 17px;
  color: #000000;
}*/

.footer-area .box-footer .footer-box-right {
  width: 16.5%;
  text-align: left;
  float: left;
  margin-top: 0;
}
.footer-area .box-footer .footer-box-right.pc-only {
  display: block;
}
.footer-area .box-footer .footer-box-right.sp-only {
  display: none;
}

.footer-area .box-footer .footer-box-right .txt01 {
  margin-bottom: 9px;
}

.footer-area .box-footer .footer-box-right .bnr {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cecece;
}

.footer-area .box-footer .footer-box-right .footer-menu .menu-list {
  margin-bottom: 17px;
  font-size: 1.1rem;
  color: #000000;
  letter-spacing: 0;
}

.footer-area .box-footer .ttl01-sub {
  margin-bottom: 37px;
  font-size: 1.2rem;
  color: #000000;
  letter-spacing: 0;
}

.footer-area .box-footer .footer-list {
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 14px;
}

.footer-area .box-footer .footer-list span {
  display: block;
  color: #888;
  margin-top: 2px;
}

.footer-area .box-footer .footer-list span.two-line {
  display: block;
  font-size: 1.1rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 0;
}

.footer-box-bottom {
  width: 100%;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-box-bottom p.txt01 {
  margin-bottom: 23px;
}
.footer-box-bottom-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.footer-box-bottom-inner .bnr:first-child {
  padding-left: 0;
}

.footer-box-bottom-inner .bnr:last-child {
  padding-right: 0;
}

.footer-box-bottom-inner .bnr {
  padding: 0 5.8%;
  min-height: 0%;
}

.footer-box-bottom-inner .bnr img {
  max-width: 100%;
  height: auto;
}

.bnr.bnr-canon {
  width: 13.3%;
}

.bnr.bnr-dnp {
  width: 8.7%;
}

.bnr.bnr-tokyometro {
  width: 8%;
}

.footer-box-bottom-inner div + div:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  height: 30px;
  margin-top: -14px;
  border-right: 1px solid #cecece;
  margin-left: -5.8%;
}

.footer-box-bottom-inner .footer-area .box-copyright {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 31px 0 20px;
  /* height: 46px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.footer-area .box-copyright .logo-parasapo.pc-only {
  display: block;
}
.footer-area .box-copyright .logo-parasapo.sp-only {
  display: none;
}
.footer-area .box-copyright .logo-parasapo {
  margin-bottom: 25px;
}

/*============================================================
  MOBILE
============================================================*/

@media screen and (max-width: 750px) {
  /*----------------------------------------------------
        .contents-area
      ----------------------------------------------------*/
  .contents-area {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }
  .contents-area .btn {
    width: 86.66%;
  }
  #language-en .header-menu-sp .box-archive a .ttl span {
    background-position: bottom 3px left;
  }
  /*----------------------------------------------------
        .section-top-issue01
      ----------------------------------------------------*/
  .contents-area .section-top-issue01 {
    height: auto;
    min-height: auto;
    z-index: 1;
  }
  .contents-area .section-top-issue01 .photo-top.fade {
    -webkit-transition: opacity 1s ease-out 0.5s;
    transition: opacity 1s ease-out 0.5s;
  }
  .contents-area .section-top-issue01 .photo-top {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../img/issue01/top/img_photo_top_01.jpg') no-repeat center
      center;
    background-size: cover;
  }
  .contents-area .section-top-issue01 .photo-top .photo {
    display: none;
  }
  .contents-area .section-top-issue01 .photo-top .txt-sp {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .contents-area .section-top-issue01 .photo-top .txt-sp .ttl01 {
    width: 80.2666%;
    position: absolute;
    top: 17px;
    right: 4.8%;
  }
  .contents-area .section-top-issue01 .photo-top .txt-sp .logo {
    position: absolute;
    bottom: 0;
    width: 66.666%;
    right: 0;
  }
  .contents-area .section-top-issue01 .photo-top .txt-sp .txt-issue {
    padding: 11px 0;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 4.8%;
    z-index: 10;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    color: #ffffff;
    letter-spacing: 0.97px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .contents-area .section-top-issue01 .photo-top .txt-sp .txt-issue img {
    width: 76.74%;
    height: auto;
  }
  .contents-area .section-top-issue01 .photo-top .txt-sp .txt-issue .arrow {
    /* width: 13.95%; */
    /* height: auto; */
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .contents-area .section-top-issue01 .photo-top .txt-sp .txt-issue .arrow img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .contents-area .section-top-issue01.scroll .photo-top {
    position: fixed;
    top: 0;
    left: 0;
  }
  .contents-area .section-top-issue01 .sp-top-dummy {
    display: block;
    height: 100%;
    pointer-events: none;
  }
  .contents-area
    .section-interview
    .box-interview
    ul
    li.fadeAnim.in
    dl
    dd
    a
    .catchcopy {
    background-size: 100% 4px;
  }
  .contents-area .section-top-issue01 .box-top {
    margin-left: 0;
    padding: 100px 0 66px;
    background: #fff;
    width: 100%;
  }
  #language-en .contents-area .section-top-issue01 .box-top {
    padding: 100px 0 66px;
  }
  .contents-area .section-top-issue01 .box-top .box-inner {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
  }
  .contents-area .section-top-issue01 .box-top .ttl01 .line01 {
    margin-bottom: 26px;
    width: 80%;
  }
  .contents-area .section-top-issue01 .box-top .ttl01 .line02 {
    margin-bottom: 55px;
    width: 65.33%;
  }
  .contents-area .section-top-issue01 .box-top .ttl02 {
    font-size: 1.6rem;
    letter-spacing: 1.2px;
  }
  .contents-area .section-top-issue01 .box-top .ttl03 {
    font-size: 1.6rem;
    letter-spacing: 5px;
  }
  .contents-area .section-top-issue01 .box-top .catchcopy {
    width: auto;
    margin: 0 auto 0;
    font-size: 3.8rem;
    letter-spacing: 1px;
  }
  #language-en .contents-area .section-top-issue01 .box-top .catchcopy {
    background-position: bottom 7px left;
  }
  .contents-area .section-top-issue01 .box-top hr {
    margin: 100px auto 60px;
    max-width: none;
  }
  .contents-area .section-top-issue01 .box-top h3 {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 1.24px;
    margin-bottom: 38px;
  }
  .contents-area .section-top-issue01 .box-top .txt01 {
    width: 90%;
    display: block;
  }
  #language-en .contents-area .section-top-issue01 .box-top .txt01 {
    width: 90%;
  }
  .contents-area .section-top-issue01 .box-top .txt01 ul li {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  #language-en .contents-area .section-top-issue01 .box-top .txt01 ul li {
    line-height: 28px;
  }
  .contents-area .section-top-issue01 .box-top .txt-credit .txt-director {
    margin-bottom: 11px;
  }
  .contents-area .section-top-issue01 .box-top .txt-credit .txt-img {
    width: 63.73%;
    margin-bottom: 24px;
  }
  .contents-area .section-top-issue01 .box-top .txt-credit .box-profile {
    width: 86.66%;
    margin: 0 auto;
  }
  .contents-area .section-top-issue01 .box-top .txt-credit .box-profile dt {
    margin-bottom: 23px;
  }
  .contents-area .section-top-issue01 .box-top .txt-credit .box-profile dd {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }
  /*----------------------------------------------------
        .section-about-issue01
      ----------------------------------------------------*/
  .contents-area .section-about-issue01 {
    overflow: hidden;
    position: relative;
    /* background: #fff; */
    padding-top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .contents-area .section-about-issue01 .photo-about {
    width: 100%;
    padding: 0;
    margin-bottom: 38px;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
  .contents-area .section-about-issue01 .box-about {
    width: 86.666%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 65px 0 56px;
  }
  .contents-area .section-about-issue01 .box-about .ttl-category {
    margin-bottom: 45px;
  }
  .contents-area .section-about-issue01 .box-about .txt01 {
    letter-spacing: 1.8px;
    margin-bottom: 26px;
  }

  /*----------------------------------------------------
        .section-interview-issue01
      ----------------------------------------------------*/
  .contents-area .section-interview-issue01 {
    position: relative;
    z-index: 1;
    padding: 60px 0 60px;
  }
  .contents-area .section-interview-issue01 .box-interview .ttl-category {
    margin-bottom: 40px;
  }
  .contents-area .section-interview-issue01 .box-interview {
    max-width: 1060px;
    /* width: 86.66%; */
    margin: 0 auto;
    text-align: center;
  }
  .contents-area .section-interview-issue01 .box-interview .ttl-category {
    margin-bottom: 40px;
  }
  .contents-area .section-interview-issue01 .box-interview ul li {
    /* margin-bottom: 70px; */
    margin: 0 auto 60px;
  }
  .contents-area .section-interview-issue01 .box-interview ul li:last-child {
    margin-bottom: 0;
  }
  .contents-area .section-interview-issue01 .box-interview ul li dl {
    overflow: hidden;
    position: relative;
  }
  .contents-area .section-interview-issue01 .box-interview ul li dl dt {
    width: 82.66%;
    max-width: 530px;
    float: none;
  }
  .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li:nth-child(even)
    dl
    dt {
    float: none;
    margin: 0 0 0 auto;
  }
  .contents-area .section-interview-issue01 .box-interview ul li dl dt img {
    width: 100%;
  }
  .contents-area .section-interview-issue01 .box-interview ul li dl dd {
    width: 514px;
    width: 90.66%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
    text-align: left;
    transform: none;
    float: none;
    margin: -50px 0 0 auto;
  }
  .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li:nth-child(even)
    dl
    dd {
    left: 0;
    right: auto;
    transform: none;
    margin: -50px 0 0 0;
  }
  .contents-area .section-interview-issue01 .box-interview ul li dl dd a {
    display: block;
    padding: 30px;
  }
  .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li
    dl
    dd
    a
    .ttl-cat {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 1.15px;
    margin-bottom: 15px;
  }
  .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li
    dl
    dd
    a
    .ttl-main {
    font-size: 3.4rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li
    dl
    dd
    a
    .ttl-main
    p {
    float: none;
    margin-bottom: 15px;
  }
  .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li
    dl
    dd
    a
    .ttl-main
    span {
    display: block;
    font-size: 1.2rem;
    color: #777777;
    letter-spacing: 0.86px;
    margin-top: 5px;
    line-height: 15px;
  }
  .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li
    dl
    dd
    a
    .ttl-sub {
  }
  .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li
    dl
    dd
    a
    .catchcopy {
    font-size: 2.2rem;
    letter-spacing: 2.2px;
    position: relative;
    display: inline;
    z-index: 0;
  }
  #language-en
    .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li
    dl
    dd
    a
    .catchcopy {
    background-position: bottom 4px left;
  }
  .contents-area
    .section-interview-issue01
    .box-interview
    ul
    li:nth-child(3)
    dl
    dd {
    max-width: 650px;
    width: 90.66%;
    top: 0;
    left: 0;
  }
  .contents-area .section-interview-issue01 .box-interview ul li dl dd a:after {
    right: 20px;
  }
  /*----------------------------------------------------
      .section-featured-issue01
    ----------------------------------------------------*/
  .contents-area .section-featured-issue01 {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
  }
  .contents-area .section-featured-issue01 .section {
    width: 100%;
  }
  .contents-area .section-featured-issue01 .section .inner {
    overflow: hidden;
    padding: 60px 0 50px;
    position: relative;
    min-height: auto;
    max-width: none;
    margin: 0 auto;
    width: 100%;
    font-size: 0;
  }
  .contents-area .section-featured-issue01 .section .box {
    width: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
  }
  .contents-area .section-featured-issue01 .section .box .ttl-category {
    margin-bottom: 30px;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 1.24px;
    margin-bottom: 50px;
  }
  .contents-area .section-featured-issue01 .section .box .ttl-main {
    margin-bottom: 30px;
    font-size: 4rem;
    letter-spacing: 1.24px;
    margin-bottom: 20px;
    letter-spacing: 2.93px;
    padding: 0 6.6%;
  }
  #language-en
    .contents-area
    .section-featured-issue01
    .section
    .box
    .ttl-main {
    line-height: 44px;
  }
  .contents-area .section-featured-issue01 .section .box .ttl-name {
    font-size: 1.4rem;
    letter-spacing: 1.24px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #777777;
    padding: 0 6.6%;
  }
  .contents-area .section-featured-issue01 .section .box .txt {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 30px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 25px;
    padding: 0 6.6%;
  }
  .contents-area .section-featured-issue01 .section .box .btn {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 1.3px;
  }
  .contents-area .section-featured-issue01 .section .photo {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
  }
  .contents-area .section-featured-issue01 .section .photo img {
    width: 100%;
    height: auto;
  }
  .contents-area .section-column {
    background-color: #ffffff;
  }
  .contents-area .section-manga {
    background-color: #efefee;
  }
  .contents-area .section-manga .inner {
    /* padding: 0; */
  }
  .contents-area .section-manga .box {
    padding: 0;
  }
  .contents-area .section-column2 .photo img {
    max-width: 86.6%;
  }
  /*----------------------------------------------------
        .section-support-issue01
      ----------------------------------------------------*/
  .contents-area .section-support-issue01 {
    background: #fff;
    padding: 50px 0 50px;
    z-index: 1;
    position: relative;
  }
  .contents-area .section-support-issue01 .box-support .ttl-category {
    margin-bottom: 34px;
  }
  .contents-area .section-support-issue01 .box-support .ttl {
    font-size: 3.3rem;
    letter-spacing: 1.56px;
    margin-bottom: 30px;
    line-height: 44px;
  }
  .contents-area .section-support-issue01 .box-support .txt {
    width: 100%;
    margin: 0 auto 36px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 25px;
  }
  .contents-area .section-support-issue01 .box-support .btn-contact {
    width: 100%;
    height: 66px;
  }
  .contents-area .section-support-issue01 .box-support .btn-contact a {
    padding: 24px 0;
  }

  /*----------------------------------------------------
        .section-nextissue
      ----------------------------------------------------*/
  #language-en
    .contents-area
    .section-nextissue
    .box-archive
    .ttl
    strong.subtxt {
    background-position: bottom 8px left;
  }
  /*----------------------------------------------------
        .footer-area
      ----------------------------------------------------*/
  .footer-area {
    text-align: center;
    z-index: 1;
    position: relative;
  }
  .footer-area .box-share {
    padding: 25px 0;
    border-width: 1px 0;
    border-color: #ccc;
    border-style: solid;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
    padding: 25px 8.66%;
  }
  .footer-area .box-share .share-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 47.38%;
  }
  .footer-area .box-share .share-btn:nth-child(1) {
    margin-right: 4.9%;
  }
  .footer-area .box-share .share-btn a {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: 2.96px;
    width: auto;
    padding: 16px 0;
    display: block;
  }
  .footer-area .box-share .share-btn.share-fb a {
    background-color: #4065b4;
  }
  .footer-area .box-share .share-btn.share-tw a {
    background-color: #0693e3;
  }
  .footer-area .box-share .share-btn a span {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 5px;
  }
  .footer-area .box-footer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  .footer-area .box-footer .ttl01-sub {
    margin-bottom: 37px;
  }
  .footer-area .box-footer .footer-inner {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer-area .box-footer .footer-inner h2 {
    font-size: 1.5rem;
    letter-spacing: 1.25px;
  }
  .footer-area .box-footer .footer-box-left {
    width: 89.333%;
    margin: 0 auto;
    padding: 0;
    float: none;
    text-align: center;
  }
  /*.footer-area .box-footer .footer-box-left::after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: #CECECE;
    margin: 30px auto 26px;
  }*/
  .footer-area .box-footer .footer-box-middle {
    float: none;
    width: 89.333%;
    margin: 0 auto 60px;
    padding: 0;
    text-align: center;
  }
  .footer-area .box-footer .footer-box-middle p {
    margin-bottom: 20px;
  }
  .footer-area .box-footer .footer-box-middle .jp {
    margin-bottom: 20px;
  }
  /*.footer-area .box-footer .footer-box-middle ul {
    font-size: 0;
  }
  .footer-area .box-footer .footer-box-middle li {
    display: inline;
  }
  .footer-area .box-footer .footer-box-middle li::after {
    content: "/";
    display: inline-block;
    margin: 0 3px;
  }*/
  .footer-area .box-footer .footer-box-middle li:last-child::after {
    content: none;
  }
  .footer-area .box-footer .footer-box-right.pc-only {
    display: none;
  }
  .footer-area .box-footer .footer-box-right.sp-only {
    display: block;
  }
  .footer-area .box-footer .footer-box-right {
    float: none;
    width: 100%;
    text-align: center;
    padding: 26px 0 0;
  }
  .footer-area .box-footer .footer-box-right .txt01 {
    margin-bottom: 21px;
  }
  .footer-area .box-footer .footer-box-right .bnr-ana img {
    width: 41.4%;
    max-width: 152px;
    height: auto;
  }
  .footer-area .box-footer .footer-box-right .bnr.bnr-ana {
    padding-bottom: 32px;
    margin-bottom: 30px;
  }
  .footer-area .box-footer .footer-box-right .bnr-dnp img {
    width: 26%;
    max-width: 114px;
    height: auto;
  }
  .footer-area .box-footer .footer-box-right .bnr.bnr-dnp {
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
  .footer-area .box-footer .footer-box-right .bnr-canon img {
    width: 49.333%;
    max-width: 185px;
    height: auto;
  }
  .footer-area .box-footer .footer-box-right .bnr.bnr-canon {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .footer-area .box-footer .footer-box-right .bnr-tnf img {
    width: 44.8%;
    max-width: 168px;
    height: auto;
  }
  .footer-area .box-footer .footer-box-right .bnr-tokyometro img {
    width: 26.8%;
    max-width: 101px;
    height: auto;
  }
  .footer-area .box-footer .footer-box-right .footer-menu .menu-list {
    display: inline-block;
    padding: 0 9px;
    margin-bottom: 0;
    border-right: 1px solid #ccc;
    font-size: 1rem;
    color: #000000;
    letter-spacing: 0;
  }
  .footer-area
    .box-footer
    .footer-box-right
    .footer-menu
    .menu-list:last-child {
    /* border: none; */
  }
  .footer-area .box-footer .footer-box-right .bnr:nth-last-of-type(1) {
    padding-bottom: 30px;
    margin-bottom: 24px;
    border-bottom: 1px solid #cecece;
  }
  .footer-area .footer-menu {
    padding-bottom: 24px;
    margin-bottom: 23px;
    border-bottom: 1px solid #cecece;
  }
  .footer-area .footer-box-bottom {
    border-top: 1px solid #cecece;
    padding-top: 20px;
  }
  .footer-area .footer-box-bottom p.txt01 {
    margin-bottom: 15px;
  }
  .footer-area .footer-box-bottom-inner {
    flex-direction: column;
  }
  .footer-area .footer-box-bottom-inner .bnr {
    border-bottom: 1px solid #cecece;
    text-align: center;
    padding: 30px 0 32px;
    width: 100%;
  }
  .footer-area .bnr.bnr-bridgestone {
    padding: 0 0 15px;
  }
  .footer-area .bnr.bnr-dnp {
    padding-top: 28px;
    padding-bottom: 22px;
  }
  .footer-area .bnr.bnr-tokyometro {
    padding: 26px 0;
  }
  .footer-area .bnr.bnr-bridgestone img {
    width: 27.4%;
  }
  .footer-area .bnr.bnr-canon img {
    width: 49.3%;
  }
  .footer-area .bnr.bnr-ana img {
    width: 40.5%;
  }
  .footer-area .bnr.bnr-dnp img {
    width: 26.4%;
  }
  .footer-area .bnr.bnr-tokyometro img {
    width: 26.9%;
  }
  .footer-area .box-copyright .logo-parasapo {
    margin-bottom: 18px;
  }
  .footer-area .box-copyright .logo-parasapo img {
    width: 32%;
  }
  .footer-area .box-copyright {
    border-top: none;
    padding: 0 0 25px;
  }
  .footer-area .box-copyright .logo-parasapo.pc-only {
    display: none;
  }
  .footer-area .box-copyright .logo-parasapo.sp-only {
    display: block;
  }
  .footer-area .box-copyright .txt-copyright img {
    width: 83.777%;
    height: auto;
    max-width: 314px;
  }
}

@media screen and (max-width: 360px) {
  .contents-area .section-top-issue01 .box-top .txt01 ul li {
    font-size: 1.7rem;
    letter-spacing: 1.7px;
    line-height: 38px;
  }
}
