@charset "UTF-8";
body {
  font-family: 'dnp-shuei-mincho-pr6', 'Yu Mincho', 'YuMincho',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'palt';
  font-size: 10px;
  line-height: 1;
  color: #030303;
  word-break: break-all;
  /*text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

body#language-en {
  font-family: 'EB Garamond', serif;
  word-break: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

.txt-img {
  display: inline-block;
}

.txt-img img {
  width: 100%;
  height: auto;
}

br.sp-only {
  display: none;
}
br.sp-only2 {
  display: none;
}

br.pc-only {
  display: block;
}

@media screen and (max-width: 750px) {
  br.sp-only {
    display: block;
  }
  br.pc-only {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  br.sp-only2 {
    display: block;
  }
}

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

/*----------------------------------------------------
  issue theme color
----------------------------------------------------*/

/*issue01*/
.issue01 .issue-color-line {
  background-image: url(../img/issue01/link_line.png);
}
.issue-color-line.issue01 {
  background-image: url(../img/issue01/link_line.png) !important;
}
.issue01 .header-menu-sp .menu-inner .box-select span:after {
  background: #fd6866;
}
/*issue02*/
.issue02 .issue-color-line {
  background-image: url(../img/issue02/link_line.png);
}
.issue-color-line.issue02 {
  background-image: url(../img/issue02/link_line.png) !important;
}
.issue02 .header-menu-sp .menu-inner .box-select span:after {
  background: #54d9ff;
}
/*issue03*/
.issue03 .issue-color-line {
  background-image: url(../img/issue03/link_line.png);
}
.issue-color-line.issue03 {
  background-image: url(../img/issue03/link_line.png) !important;
}
.issue03 .section-nextissue .issue-color-line {
  background-image: url(../img/issue03/link_line_magazin.png);
}
/*issue04*/
.issue04 .issue-color-line {
  background-image: url(../img/issue04/link_line.png);
}
.issue-color-line.issue04 {
  background-image: url(../img/issue04/link_line.png) !important;
}
.issue04 .section-nextissue .issue-color-line {
  background-image: url(../img/issue04/link_line_magazin.png);
}
/*issue05*/
.issue05 .issue-color-line {
  background-image: url(../img/issue05/link_line.png);
}
.issue-color-line.issue05 {
  background-image: url(../img/issue05/link_line.png) !important;
}
.issue05 .section-nextissue .issue-color-line {
  background-image: url(../img/issue05/link_line_magazin.png);
}

/*----------------------------------------------------
  loading
----------------------------------------------------*/

body:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.5s linear 0.5s;
}

body.load:before {
  opacity: 0;
  pointer-events: none;
}

/*----------------------------------------------------
  .header-area
----------------------------------------------------*/

.header-area {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*background: #fff;*/
  z-index: 90;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header-area.bg-white {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-area .header-logo {
  position: absolute;
  left: 40px;
  top: 14px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.header-area .header-logo img {
  width: 57px;
  height: 32px;
}

.header-area.bg-white .header-logo {
  opacity: 1;
  pointer-events: all;
}

.header-area .header-menu-pc {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.header-area .header-list {
  display: inline-block;
  margin: 25px 18px;
  position: relative;
  z-index: 1;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1.38px;
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: left bottom;
  padding-bottom: 0;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}

.header-area .header-list:hover {
  background-size: 100% 4px;
}

.header-area .select-wrap {
  position: absolute;
  right: 40px;
  top: 24px;
  /* overflow: hidden; */
}

@media screen and (max-width: 1060px) {
  .header-area .select-wrap {
    top: 80px;
  }
}

.header-area .select-issue-pc {
  float: left;
}

.header-area .box-select p {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #030303;
  letter-spacing: 1.38px;
  display: block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 25px;
  transition: all 0.3s ease-out;
}
.header-area .box-select:hover p {
  opacity: 0.5;
}
.header-area .box-select p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/ico_select_arrow.svg);
  /* background-size: 7px 7px;
  width: 7px;
  height: 7px; */
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  position: relative;
  margin-left: 10px;
  margin-top: -2px;
}

.header-area .box-select ul {
  position: absolute;
  padding: 15px 33px;
  background-color: #fafafa;
  margin-left: -33px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

.header-area .select-issue-pc .box-select ul {
  margin-left: -301px;
  padding: 0;
}

.header-area .box-select:hover ul {
  opacity: 1;
  pointer-events: all;
}
.header-area .select-issue-pc .box-select ul li {
  border-bottom: 1px solid #e5e5e5;
}
.header-area .select-issue-pc .box-select ul li:last-child {
  border-bottom: none;
}
.header-area .box-select ul li a {
  font-size: 1.2rem;
  letter-spacing: 1.38px;
  line-height: 38px;
  display: inline-block;
  /* transition: all 0.3s ease-out; */
  width: 100%;
  white-space: nowrap;
}
.header-area .box-select ul li a span {
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: left bottom;
  padding-bottom: 0;
  transition: all 0.3s ease-out;
}
.header-area .box-select ul li a:hover span {
  /*background-size: 100% 4px;*/
}

/*.header-area .select-issue-pc .box-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
*/

.header-area .box-select ul li .archive {
  width: 100%;
  padding: 14px 46px 14px 40px;
  box-sizing: border-box;
}
.header-area .box-select ul li .archive a {
  line-height: 1;
}
.header-area .box-select ul li.comingsoon .archive a {
  pointer-events: none;
  color: #cccccc;
}
.header-area .box-select ul li .language {
  font-family: termina, sans-serif;
}
.header-area .box-select ul li .archive a .ttl {
  display: inline-block;
  vertical-align: middle;
  width: 230px;
  padding-right: 30px;
}
.header-area .box-select ul li .archive a .ttl strong {
  display: inline;
  font-size: 1.8rem;
  letter-spacing: 0.58px;
  line-height: 26px;
}
.header-area .box-select ul li .archive a .ttl strong {
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: bottom 1px left;
  padding-bottom: 0;
  transition: all 0.3s ease-out;
  white-space: normal;
}
.header-area .box-select ul li .archive a:hover .ttl strong {
  background-size: 100% 4px;
}
.header-area .box-select ul li .archive a .num {
  display: inline-block;
  vertical-align: middle;
  font-family: termina, sans-serif;
}

.header-area .select-language-pc {
  float: left;
  margin-left: 56px;
  position: relative;
}

/*.header-area .select-language-pc .box-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}*/

.header-area .btn-menu {
  display: none;
}

.header-menu-sp {
  display: none;
}

/*----------------------------------------------------
  .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-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: left bottom;
  padding-bottom: 0;
  transition: all 0.3s ease-out;
}

.contents-area .btn:hover span {
  background-size: 100% 4px;
}

/*----------------------------------------------------
  .section-top
----------------------------------------------------*/

.contents-area .section-top {
  /*min-height: 100vh;*/
  /*height: 100%;*/
  position: relative;
}

.contents-area .section-top .fade {
  -webkit-transition: opacity 0.6s ease-out 0.1s;
  transition: opacity 0.6s ease-out 0.1s;
}

.contents-area .section-top .photo-top {
  /* position: fixed;
  top: 0;
  left: 0; */
  width: 50%;
  /*height: 100vh;*/
}

.contents-area .section-top .photo-top .photo {
  width: 100%;
  height: 0;
  /* padding-top: 147%; */
  /* background-image: url(../img/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 .photo-top .photo img {
  width: 100%;
  height: auto;
  /* display: none; */
  /*opacity: 0;*/
}

.contents-area .section-top .photo-top .txt-sp {
  display: none;
}

.contents-area .section-top.scroll .box-top {
  position: absolute;
  top: auto;
  bottom: 0;
}

.contents-area .section-top .sp-top-dummy {
  display: none;
}

.contents-area .section-top .txt-issue-sp {
  display: none;
}

.contents-area .section-top .box-top {
  width: 50%;
  text-align: center;
  margin-left: 50%;
  background-color: #fff;
  max-height: 100vh;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*float: right;*/
  position: fixed;
}

#language-en .contents-area .section-top .box-top {
  padding-bottom: 370px;
}

@media screen and (max-width: 950px) {
  .contents-area .section-top .box-top {
    padding-bottom: 300px;
  }
  #language-en .contents-area .section-top .box-top {
    padding-bottom: 500px;
  }
}

.contents-area .section-top .box-top .box-inner {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
}

.contents-area .section-top .box-top .ttl01 .line01 {
  width: 100%;
  margin: 0 auto 59px;
  max-width: 400px;
  display: block;
}

.contents-area .section-top .box-top .ttl01 .line02 {
  width: 80%;
  margin: 0 auto 57px;
  max-width: 320px;
  display: block;
}

/*縦幅狭時対応--vertical-narrow--*/
.contents-area .section-top .box-top.vertical-narrow {
}

.contents-area .section-top .box-top.vertical-narrow .ttl01 .line01 {
  margin: 0 auto 30px;
  max-width: 360px;
}

.contents-area .section-top .box-top.vertical-narrow .ttl01 .line02 {
  margin: 0 auto 30px;
  max-width: 290px;
}

.contents-area .section-top .box-top .ttl02 {
  width: auto;
  margin: 0 auto 44px;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 1.27px;
}

.contents-area .section-top .box-top .ttl03 {
  width: auto;
  margin: 0 auto 38px;
  font-size: 1.6rem;
  letter-spacing: 5px;
}
/*縦幅狭時対応--vertical-narrow--*/
.contents-area .section-top .box-top.vertical-narrow .ttl03 {
  margin: 0 auto 23px;
}

#language-en .contents-area .section-top .box-top .ttl03 {
  letter-spacing: 2px;
}

.contents-area .section-top .box-top .catchcopy {
  width: auto;
  margin: 0 auto;
  font-size: 5rem;
  letter-spacing: 1px;
  /*line-height: 65px;*/
  line-height: 46px;
  position: relative;
  z-index: 1;
  display: inline;
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: left bottom;
  padding-bottom: 0;
}

.contents-area .section-top .box-top.vertical-narrow .catchcopy {
  font-size: 4.4rem;
}

#language-en .contents-area .section-top .box-top .catchcopy {
  background-position: bottom 11px left;
  line-height: 33px;
}
@supports (-ms-ime-align: auto) {
  /*Edgeのみ*/
  .contents-area .section-top .box-top .catchcopy {
    background-position: left 0 bottom 14px;
    padding-bottom: 5px;
  }
}
.contents-area .section-top .box-top .catchcopy .subcopy {
  width: auto;
  margin: 0 auto;
  font-size: 2.5rem;
  letter-spacing: 1px;
  /*line-height: 65px;*/
  position: relative;
  z-index: 1;
  display: inline;
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: left bottom;
  padding-bottom: 0;
}
#language-en .contents-area .section-top .box-top .catchcopy .subcopy {
  font-size: 2rem;
}
.ie:not(#language-en) .contents-area .section-top .box-top .catchcopy {
  background-position: left 70%;
}
.contents-area .section-top .box-top .arrow {
  margin: 33px auto 0;
}
.issue03 .contents-area .section-top .box-top .arrow {
  margin: 57px auto 0;
}
/*縦幅狭時対応--vertical-narrow--*/
.issue03 .contents-area .section-top .box-top.vertical-narrow .arrow {
  margin: 4.5% auto 0;
}
/*.contents-area .section-top .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 .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;
}
/*縦幅狭時対応--vertical-narrow--*/
.issue03 .contents-area .section-top .box-top.vertical-narrow .ttl02 {
  margin: 0 auto 4.5%;
}

.contents-area .section-top .box-top hr {
  margin: 70px auto 60px;
  max-width: 378px;
  width: 100%;
}

.contents-area .section-top .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 .box-top .txt01 {
  width: 100%;
  margin: 0 auto 54px;
  display: block;
}

#language-en .contents-area .section-top .box-top .txt01 {
  width: 74%;
}

.contents-area .section-top .box-top .txt01 ul li {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 44px;
  margin-bottom: 20px;
}

#language-en .contents-area .section-top .box-top .txt01 ul li {
  line-height: 34px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1180px) {
  .contents-area .section-top .box-top .txt01 ul li {
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    line-height: 38px;
  }
  #language-en .contents-area .section-top .box-top .txt01 ul li {
    line-height: 29px;
  }
}

@media screen and (max-width: 950px) {
  .contents-area .section-top .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 .box-top .txt01 ul li {
    line-height: 20px;
  }
}

.contents-area .section-top .box-top .txt01 ul li:last-child {
  margin-bottom: 0;
}

.contents-area .section-top .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 .box-top .txt-credit .txt-img {
  width: 230px;
  margin-bottom: 16px;
}

.contents-area .section-top .box-top .txt-credit .box-profile {
  position: relative;
}

.contents-area .section-top .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 .box-top .txt-credit .box-profile dt:hover {
  opacity: 0.8;
}

.contents-area .section-top .box-top .txt-credit .box-profile dt .arrow {
  position: absolute;
  right: 0;
  top: 5px;
}

.contents-area .section-top .box-top .txt-credit .box-profile dt .arrow::after,
.contents-area
  .section-top
  .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
  .box-top
  .txt-credit
  .box-profile
  dt
  .arrow::before {
  left: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contents-area .section-top .box-top .txt-credit .box-profile dt .arrow::after {
  right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contents-area
  .section-top
  .box-top
  .txt-credit
  .box-profile
  dt.active
  .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contents-area
  .section-top
  .box-top
  .txt-credit
  .box-profile
  dt.active
  .arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contents-area .section-top .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 .box-top .txt-credit .box-profile dd .txt01 {
  text-align: center;
  margin-bottom: 20px;
}

.contents-area .section-top .box-top .txt-credit .box-profile dd .txt02 {
  text-align: justify;
  text-justify: inter-ideograph;
}

.contents-area .section-top .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 .box-top .txt-credit .box-profile dd a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------
  .section-news
----------------------------------------------------*/

.contents-area .section-news {
  background: #f4f4f4;
  padding: 40px 0 40px;
  position: relative;
  z-index: 1;
}

.contents-area .section-news .box-news {
  /*max-width: 1060px;*/
  width: 91.16%;
  margin: 0 auto;
  text-align: center;
}

.contents-area .section-news .box-news .ttl-category {
  margin-bottom: 78px;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1.24px;
  text-align: center;
  display: none;
}
.contents-area .section-news .box-news .thumb {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.contents-area .section-news .box-news .thumb img {
  width: 100%;
}
.contents-area .section-news .box-news .right {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}

.contents-area .section-news .box-news .ttl {
  font-size: 1.4rem;
  letter-spacing: 2px;
  position: relative;
  /* position: absolute;
  top: 50%;*/
  /* left: 37.79%; */
  /* transform: translate(0, -50%);
  left: 36%; */
  /* margin-left: 36%; */
  vertical-align: middle;
  line-height: 1.4;
  padding: 0 0 0 10%;
  display: inline-block;
  /* margin-left: 4.8%; */
  width: 74%;
}
#language-en .contents-area .section-news .box-news .ttl {
  padding-left: 10%;
}

.contents-area .section-news .box-news .ttl span {
  font-size: 1.2rem;
  letter-spacing: 0.86px;
  vertical-align: middle;
  display: block;
  margin: 0 0 5px 0;
  /*position: relative;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);*/
  color: #777777;
}
.contents-area .section-news .box-news .ttl strong {
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: left bottom;
  padding-bottom: 3px;
  transition: all 0.3s ease-out;
  color: #000000;
}
_:-ms-lang(x)::-ms-backdrop,
.contents-area .section-news .box-news .ttl strong {
  /* IE11 のみ適用される */
  background-position: left 0 bottom 14px;
  padding-bottom: 7px;
}
.contents-area .section-news .box-news ul li a:hover .ttl strong {
  background-size: 100% 4px;
}
.contents-area .section-news .box-news ul {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.contents-area .section-news .box-news ul li {
  /* border-top: 1px solid #CECECE; */
  position: relative;
  width: 30%;
  margin: 0 1.666% 0;
  background-color: #ffffff;
  text-align: left;
}
.contents-area .section-news .box-news ul li:first-child {
  margin-top: 0;
}

.contents-area .section-news .box-news ul li a {
  display: block;
  min-height: 100px;
}

.contents-area .section-news .box-news ul li .box-inner {
  margin: 0 auto;
  height: 100%;
  min-height: 100px;
  width: 100%;
  /* max-width: 1200px; */
  position: relative;
  font-size: 0;
}

.contents-area .section-news .box-news ul li .box-inner::after {
  content: '';
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: cover;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  /* right: 17.35%; */
  right: 3.1%;
  margin-top: -9px;
}

/*----------------------------------------------------
  .section-about
----------------------------------------------------*/

.contents-area .section-about {
  overflow: hidden;
  position: relative;
  height: 500px;
  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:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.55;
}

.contents-area .section-about .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 .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 .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 .box-about .txt01 {
  letter-spacing: 1px;
}

.contents-area .section-about .box-about .txt02 {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
}

#language-en .contents-area .section-about .box-about .txt02 {
  letter-spacing: 1;
}

.contents-area .section-about .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 .photo-about img {
  width: 100%;
  height: auto;
}

.contents-area .section-about .box-about .txt-main {
  font-size: 3.6rem;
  letter-spacing: 3.6px;
  line-height: 42px;
  position: relative;
  width: 600px;
  margin: 0 auto 27px;
}

#language-en .contents-area .section-about .box-about .txt-main {
  letter-spacing: 1px;
  white-space: normal;
  width: 650px;
}

.contents-area .section-about .box-about .txt-main::before {
  display: block;
  content: '';
  position: absolute;
  left: -18px;
  top: 3px;
  width: 23px;
  height: 17px;
  background: url('../img/top/ico_quotation_left_01.svg') no-repeat left top;
  background-size: 23px 17px;
}

#language-en .contents-area .section-about .box-about .txt-main::before {
  left: 60px;
}

.contents-area .section-about .box-about .txt-main::after {
  display: block;
  content: '';
  position: absolute;
  right: 4px;
  bottom: 0px;
  width: 23px;
  height: 17px;
  background: url('../img/top/ico_quotation_right_01.svg') no-repeat right
    bottom;
  background-size: 23px 17px;
}

#language-en .contents-area .section-about .box-about .txt-main::after {
  right: 15px;
}
.contents-area .section-about .box-about .txt-sub {
  font-size: 1.7rem;
  letter-spacing: 0;
  margin-bottom: 39px;
}

.contents-area .section-about .btn {
  font-family: termina, sans-serif;
  font-size: 1.3rem;
}
.contents-area .section-about .btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 21px 0;
}
.contents-area .section-about .btn span {
  background-size: 0% 4px;
  transition: all 0.3s ease-out 0s;
}
.contents-area .section-about .btn:hover span {
  background-size: 100% 4px;
}

/*----------------------------------------------------
  .section-interview
----------------------------------------------------*/

.contents-area .section-interview {
  background: #f4f4f4;
  padding: 89px 0 150px;
}

.contents-area .section-interview .box-interview {
  max-width: 1060px;
  /* width: 86.66%; */
  margin: 0 auto;
  text-align: center;
}

.contents-area .section-interview .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 .box-interview ul li {
  /* margin-bottom: 70px; */
  margin: 0 auto 70px;
}

.contents-area .section-interview .box-interview ul li:last-child {
  margin-bottom: 0;
}

.contents-area .section-interview .box-interview ul li dl {
  overflow: hidden;
  position: relative;
}

.contents-area .section-interview .box-interview ul li dl dt {
  width: 50%;
  max-width: 530px;
  float: left;
}

.contents-area .section-interview .box-interview ul li:nth-child(even) dl dt {
  float: right;
}

.contents-area .section-interview .box-interview ul li dl dt img {
  width: 100%;
}

.contents-area .section-interview .box-interview ul li dl dd {
  /* width: 48.49%; */
  min-width: 540px;
  position: absolute;
  top: 48%;
  left: 44.8%;
  text-align: left;
  transform: translate(0, -50%);
  background-color: #ffffff;
}

.contents-area .section-interview .box-interview ul li:nth-child(even) dl dd {
  left: 0;
  right: auto;
  transform: translate(76px, -50%);
}

.contents-area .section-interview .box-interview ul li dl dd a {
  display: block;
  padding: 65px 58px 52px 60px;
}

.contents-area .section-interview .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 .box-interview ul li dl dd a .ttl-main {
  font-size: 4.8rem;
  letter-spacing: 1.56px;
  margin-bottom: 32px;
  overflow: hidden;
}
.ie:not(#language-en)
  .contents-area
  .section-interview
  .box-interview
  ul
  li
  dl
  dd
  a
  .ttl-main {
  padding-top: 5px;
}

.contents-area .section-interview .box-interview ul li dl dd a .ttl-main p {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.contents-area .section-interview .box-interview ul li dl dd a .ttl-main span {
  display: block;
  font-size: 1.4rem;
  color: #777777;
  letter-spacing: 0.8px;
  margin-top: 8px;
  line-height: 22px;
}

.contents-area .section-interview .box-interview ul li dl dd a .catchcopy {
  font-size: 3.2rem;
  letter-spacing: 3.2px;
  position: relative;
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: left bottom;
  padding-bottom: 0;
  line-height: 43px;
}
.ie:not(#language-en)
  .contents-area
  .section-interview
  .box-interview
  ul
  li
  dl
  dd
  a
  .catchcopy {
  background-position: left 70%;
  transition: none !important;
}

#language-en
  .contents-area
  .section-interview
  .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
  .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 .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
  .box-interview
  ul
  li
  dl
  dd
  a:hover
  .catchcopy::after {
  width: 0%;
  padding: 0px;
}

.contents-area
  .section-interview
  .box-interview
  ul
  li
  dl
  dd
  a:hover
  .catchcopy::before {
  width: 100%;
  padding: 0 3px;
}

.contents-area .section-interview .box-interview ul li:nth-child(3) dl dd {
  /* max-width: 650px; */
  /* width: 61.32%; */
  top: 50%;
  left: 33.58%;
}

.contents-area .section-interview .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: 42px;
  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
  .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
  .box-interview
  ul
  li.fadeAnim
  dl
  dd
  a
  .catchcopy {
  transition: none !important;
}

.contents-area
  .section-interview
  .box-interview
  ul
  li.fadeAnim.in
  dl
  dd
  a
  .catchcopy {
  background-size: 100% 4px;
}

/*----------------------------------------------------
  .section-featured
----------------------------------------------------*/

.contents-area .section-featured {
  background-color: #ffffff;
}

.contents-area .section-featured .section {
  width: 100%;
  background-color: #ffffff;
}

.contents-area .section:nth-of-type(even) {
  background-color: #efefee;
}

.contents-area .section-featured .section .inner {
  overflow: hidden;
  padding: 88px 0 86px;
  position: relative;
  min-height: 430px;
  max-width: 1200px;
  margin: 0 auto;
  width: 88.23%;
  font-size: 0;
}

.contents-area .section-featured .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 .section .box .ttl-category {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.24px;
  margin-bottom: 60px;
}

.contents-area .section-featured .section .box .ttl-sub {
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
  line-height: 22px;
}

.contents-area .section-featured .section .box .ttl-main {
  margin-bottom: 30px;
  font-size: 4.8rem;
  letter-spacing: 1.24px;
  margin-bottom: 8px;
  letter-spacing: 3.51px;
  line-height: 58px;
}

#language-en .contents-area .section-featured .section .box .ttl-main {
  letter-spacing: 1.2px;
  line-height: 48px;
  margin-bottom: 15px;
}

.contents-area .section-featured .section .box .ttl-name {
  font-size: 1.4rem;
  letter-spacing: 1.24px;
  margin-bottom: 33px;
  letter-spacing: 1px;
  color: #777777;
}

.contents-area .section-featured .section .box .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 27px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 25px;
}

#language-en .contents-area .section-featured .section .box .txt {
  letter-spacing: 1px;
}

.contents-area .section-featured .section .box .btn {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 1.3px;
}

.contents-area .section-featured .section .photo {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}

.contents-area .section-featured .section .photo img {
  width: 100%;
  height: auto;
}

.contents-area .section-featured .section-manga .inner {
  padding: 0;
}

.contents-area .section-featured .section-manga .box {
  padding: 110px 7.5% 110px 7.5%;
}

.contents-area .section-column2 .photo img {
  max-width: 430px;
}

/*----------------------------------------------------
  .section-nextissue
----------------------------------------------------*/

.contents-area .section-nextissue {
  width: 100%;
  background-color: #fff;
}

.contents-area .section-nextissue .box-nextissue {
  background: #305de4;
  color: #ffffff;
  text-align: center;
  padding: 84px 0 60px;
}

.contents-area .section-nextissue .box-nextissue .ttl {
  margin-bottom: 30px;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.24px;
}

.contents-area .section-nextissue .box-nextissue .txt {
  font-size: 3.5rem;
  letter-spacing: 2.62px;
}

.contents-area .section-nextissue .box-nextissue .link {
  display: inline-block;
  margin-top: 46px;
  font-size: 1.5rem;
  letter-spacing: 2.62px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom;
  padding-bottom: 5px;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}

.ie:not(#language-en) .contents-area .section-nextissue .box-nextissue .link {
  background-position: left 70%;
  transition: none !important;
}

#language-en .contents-area .section-nextissue .box-nextissue .link {
  letter-spacing: 1.2px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.contents-area .section-nextissue .box-nextissue .link a:hover {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: lineAnim;
}

.contents-area .section-nextissue .box-nextissue .link.on {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: lineAnim-nextissue;
}

@keyframes lineAnim-nextissue {
  0% {
    background-size: 0% 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}

@-webkit-keyframes lineAnim-nextissue {
  0% {
    background-size: 0% 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}

#language-en .contents-area .section-nextissue .box-nextissue .txt {
  letter-spacing: 1.2px;
}

.contents-area .section-nextissue .box-archive {
  background-color: #f4f4f4;
  padding: 80px 0 90px;
  text-align: center;
}
.contents-area .section-nextissue .box-archive.archive {
  border-top: 1px solid #cecece;
}
.contents-area .section-nextissue .box-archive .ttl-category {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.31px;
  margin-bottom: 40px;
}
.contents-area .section-nextissue .box-archive .thumb {
  width: 11.78%;
  display: inline-block;
  vertical-align: middle;
}
.contents-area .section-nextissue .box-archive .thumb img {
  width: 100%;
}
.contents-area .section-nextissue .box-archive .right {
  display: inline-block;
  vertical-align: middle;
  width: 88.22%;
}
.contents-area .section-nextissue .box-archive .num {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.24px;
  display: inline-block;
  vertical-align: middle;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 16.9%; */
  /* left: 12.8%; */
  /* transform: translate(0, -50%); */
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: left 13px;
  padding-bottom: 3px;
  margin-left: 3.3%;
  width: 14.52%;
}

.contents-area .section-nextissue .box-archive .ttl {
  font-size: 3.5rem;
  letter-spacing: 3.04px;
  position: relative;
  /* position: absolute;
  top: 50%;*/
  /* left: 37.79%; */
  /* transform: translate(0, -50%);
  left: 36%; */
  /* margin-left: 36%; */
  vertical-align: middle;
  /*line-height: 1.2;*/
  padding: 0 0 0 65px;
  display: inline-block;
  /* margin-left: 4.8%; */
  width: 63%;
}
#language-en .contents-area .section-nextissue .box-archive .ttl {
  padding-left: 100px;
}

.contents-area .section-nextissue .box-archive .ttl span {
  font-size: 1.3rem;
  letter-spacing: 2.79px;
  vertical-align: middle;
  /*display: inline-block;*/
  /* margin: 0 14px 5px 0; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.contents-area .section-nextissue .box-archive .ttl strong {
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: left bottom;
  padding-bottom: 4px;
  transition: all 0.3s ease-out;
  /*line-height: 1.1;*/
}
#language-en .contents-area .section-nextissue .box-archive .ttl strong {
  background-position: bottom 5px left;
}
#language-en .contents-area .section-nextissue .box-archive .ttl strong.subtxt {
  background-position: bottom 10px left;
}
.contents-area .section-nextissue .box-archive .ttl strong .mainttl {
  font-size: 3.5rem;
  letter-spacing: 3.04px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  left: inherit;
  top: inherit;
  transform: translate(0, 0);
  padding-bottom: 0;
}
.contents-area .section-nextissue .box-archive .ttl strong .subttl {
  font-size: 2.2rem;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  left: inherit;
  top: inherit;
  transform: translate(0, 0);
}
.contents-area .section-nextissue .box-archive ul li a:hover .ttl strong {
  background-size: 100% 4px;
}
.contents-area .section-nextissue .box-archive ul li {
  /* border-top: 1px solid #CECECE; */
  position: relative;
  max-width: 950px;
  margin: 10px auto 0;
  background-color: #ffffff;
  text-align: left;
}
.contents-area .section-nextissue .box-archive ul li:first-child {
  margin-top: 0;
}

.contents-area .section-nextissue .box-archive ul li a {
  display: block;
  min-height: 100px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contents-area .section-nextissue .box-archive ul li .box-inner {
  margin: 0 auto;
  height: 100%;
  min-height: 100px;
  width: 100%;
  /* max-width: 1200px; */
  position: relative;
  font-size: 0;
}

.contents-area .section-nextissue .box-archive ul li .box-inner::after {
  content: '';
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: cover;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  /* right: 17.35%; */
  right: 3.1%;
  margin-top: -9px;
}
.contents-area .section-nextissue .box-archive ul li a:hover {
  opacity: 0.8;
}
/*----------------------------------------------------
  .section-support
----------------------------------------------------*/

.contents-area .section-support {
  padding: 81px 0;
  text-align: center;
  border-top: 1px solid #cecece;
}

#language-en .contents-area .section-support {
  display: none;
}

.contents-area .section-support .box-support {
  max-width: 900px;
  width: 86.66%;
  margin: 0 auto;
}

.contents-area .section-support .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 .box-support .ttl {
  font-size: 3.5rem;
  letter-spacing: 2.62px;
  margin-bottom: 30px;
}

#language-en .contents-area .section-support .box-support .ttl {
  letter-spacing: 1.2px;
}

.contents-area .section-support .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 .box-support .txt {
  letter-spacing: 1px;
}

.contents-area .section-support .box-support .btn-contact {
  width: 360px;
  height: 70px;
}

.contents-area .section-support .box-support .btn-contact a {
  padding: 26px 0;
}

.contents-area .section-support .box-support .btn-contact span {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.contents-area .section-support .box-support .btn-contact span::after {
  bottom: -2px;
}

.contents-area .section-support .box-support .btn-contact span::before {
  bottom: -2px;
}

/*----------------------------------------------------
  .section-information
---------------------------------------------------- */

.contents-area .section-information {
  padding: 91px 0 102px;
  text-align: center;
  background: #fff;
  position: relative;
  /* border-top: 1px solid #CECECE; */
}

#language-en .contents-area .section-information {
  display: none;
}

.contents-area .section-information .box-information {
  max-width: 900px;
  width: 86.66%;
  margin: 0 auto;
}

.contents-area .section-information .box-information .ttl-category {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.31px;
  margin-bottom: 58px;
}

.contents-area .section-information .box-information .ttl {
  font-size: 3.5rem;
  letter-spacing: 2.62px;
  margin-bottom: 30px;
}

#language-en .contents-area .section-information .box-information .ttl {
  letter-spacing: 1.2px;
}
.contents-area .section-information .box-information .txt01 {
  font-size: 3.5rem;
  letter-spacing: 2.62px;
  text-align: center;
  line-height: 42px;
  margin-bottom: 25px;
}
.contents-area .section-information .box-information .btn-enquete {
  margin-bottom: 66px;
}
.contents-area .section-information .box-information .txt02 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 4px;
}
.contents-area .section-information .box-information .txt03 {
  font-size: 1.1rem;
  letter-spacing: 1.38px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.contents-area .section-information .box-information .txt03.mt {
  margin-top: 28px;
}
.contents-area .section-information .box-information .txt04 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 16px;
}

#language-en .contents-area .section-information .box-information .txt {
  letter-spacing: 1px;
}

.contents-area .section-information .box-information .btn {
  width: 360px;
  min-width: 360px;
  height: 70px;
}

.contents-area .section-information .box-information .btn a {
  padding: 26px 0;
}

.contents-area .section-information .box-information .btn span {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.contents-area .section-information .box-information .btn span::after {
  bottom: -2px;
}

.contents-area .section-information .box-information .btn span::before {
  bottom: -2px;
}

/*----------------------------------------------------
  .footer-area
----------------------------------------------------*/

.footer-area {
  background: #fafafa;
  color: #000000;
  border-top: 1px solid #cecece;
}

.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;
}

.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-ana {
  width: 12.2%;
}

.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-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: 1100px) {
  /*----------------------------------------------------
        .header-area
      ----------------------------------------------------*/
  body.no-scroll {
    overflow-y: hidden;
  }
  .header-area {
    height: 57px;
    text-align: center;
    overflow: hidden;
  }
  .header-area .header-menu-pc {
    display: none;
  }
  .header-area .header-logo {
    position: relative;
    line-height: 57px;
    left: auto;
    top: auto;
  }
  .header-area .header-logo img {
    width: 47px;
    vertical-align: middle;
  }
  .header-area.bg-white .btn-menu {
    display: block;
    position: fixed;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 14px;
    padding: 20px;
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
    transition: all 0.5s ease-out;
  }
  .header-area .select-issue-pc {
    display: none;
  }
  .header-area .select-language-pc {
    display: none;
  }
  .header-area .btn-menu span {
    display: block;
    width: 16px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 6px;
    margin-top: 20px;
  }
  .header-area .btn-menu span::before {
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    top: -6px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .header-area .btn-menu span::after {
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 6px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .header-area .btn-menu.active span {
    background: #fff;
  }
  .header-area .btn-menu.active span::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-area .btn-menu.active span::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-area.bg-white .btn-menu {
    opacity: 1;
    pointer-events: all;
  }
  .no-scroll .header-area .btn-menu {
    display: block;
    position: absolute;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 14px;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .no-scroll .header-area {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
  }
  .no-scroll .header-area .btn-menu,
  .no-scroll .header-area .header-logo {
    opacity: 1;
    pointer-events: all;
    display: block;
  }

  /*----------------------------------------------------
        .header-menu-sp
      ----------------------------------------------------*/
  .header-menu-sp {
    display: block;
    opacity: 0;
    pointer-events: none;
    /* opacity: 1 !important; */
    /* pointer-events: all !important; */
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 65px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-menu-sp .menu-inner {
    /* position: absolute; */
    /* top: 50%; */
    /* -webkit-transform: translate(0%, -50%); */
    /* transform: translate(0%, -50%); */
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header-menu-sp .menu-inner .box-select {
    /* padding: 20px 0; */
    padding: 26px 0 21px;
    border-bottom: 1px solid #cecece;
    position: relative;
  }
  .header-menu-sp .menu-inner .box-select:before {
    content: '';
    display: block;
    background-image: url(../img/top/ico_select_arrow.svg);
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 11.7%;
    margin-top: -4px;
  }
  .header-menu-sp .menu-inner .box-select span {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #000000;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
  }
  .header-menu-sp .menu-inner .box-select span:after {
    display: block;
    content: '';
    width: 106%;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .header-menu-sp .menu-inner .box-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
  }
  .header-menu-sp .menu-inner .txt-issue {
    width: 79px;
    margin-bottom: 46px;
  }
  .header-menu-sp .menu-inner .menu-list-box {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .header-menu-sp .menu-inner .menu-list {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    line-height: 49px;
  }
  .header-menu-sp .menu-inner .select-language-sp {
    font-size: 0;
    padding-bottom: 32px;
  }
  .header-menu-sp .menu-inner .select-language-sp li {
    display: inline-block;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    color: #aaaaaa;
  }
  .header-menu-sp .menu-inner .select-language-sp li:first-child:after {
    content: '/';
    position: relative;
    margin: 0 5px;
    color: #030303;
  }
  .header-menu-sp .menu-inner .select-language-sp li a {
    color: #030303;
  }
  .header-menu-sp .menu-inner .share-btn {
    display: inline-block;
    margin: 0 7px;
    vertical-align: top;
  }
  .header-menu-sp.active {
    pointer-events: all;
    opacity: 1;
  }
  .header-menu-sp .box-share {
    text-align: center;
    font-size: 0;
    margin: 0 auto;
    padding: 40px 8.66% 0;
    width: 100%;
    box-sizing: border-box;
    left: 0;
  }
  .header-menu-sp .box-share .share-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 47.38%;
  }
  .header-menu-sp .box-share .share-btn:nth-child(1) {
    margin-right: 4.9%;
  }
  .header-menu-sp .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;
  }
  .header-menu-sp .box-share .share-btn.share-fb a {
    background-color: #4065b4;
  }
  .header-menu-sp .box-share .share-btn.share-tw a {
    background-color: #0693e3;
  }
  .header-menu-sp .box-share .share-btn a span {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 5px;
  }

  .header-menu-sp .box-archive {
    width: 100%;
    /* padding: 14px 46px 14px 40px; */
    /* box-sizing:  border-box; */
    border-bottom: 1px solid #cecece;
    background-color: #fafafa;
  }
  .header-menu-sp .box-archive:first-of-type {
    background-color: #ffffff;
  }
  .header-menu-sp .box-archive a {
    line-height: 1;
    padding: 20px 6.6%;
    display: block;
    font-size: 0;
    text-align: center;
  }
  .header-menu-sp .box-archive.comingsoon a {
    color: #dddddd;
    pointer-events: none;
  }
  .header-menu-sp .box-archive a .num {
    font-family: termina, sans-serif;
    font-size: 1.1rem;
    letter-spacing: 1.18px;
    margin-bottom: 10px;
  }
  .header-menu-sp .box-archive a .ttl {
  }
  .header-menu-sp .box-archive a .ttl span {
    display: inline;
    font-size: 2.4rem;
    letter-spacing: 0.78px;
    line-height: 29px;
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: left bottom;
    padding-bottom: 0;
    transition: all 0.3s ease-out;
    white-space: normal;
  }
  #language-en .header-menu-sp .box-archive a .ttl span {
    background-position: bottom 3px left;
  }
  .header-menu-sp .box-archive.comingsoon a .ttl span {
    font-size: 2rem;
  }
  .header-menu-sp .box-menu {
    border-bottom: 1px solid #cecece;
  }
}

@media screen and (max-width: 750px) {
  * {
    word-break: normal !important;
    word-wrap: break-word;
  }
  body {
    min-height: 100%;
    z-index: 1;
  }
  /*body.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }*/
  *:focus {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
  }
  /*----------------------------------------------------
        .header-area
      ----------------------------------------------------*/
  .header-area {
    height: 57px;
    text-align: center;
  }
  .header-area .header-menu-pc {
    display: none;
  }
  .header-area .header-logo {
    position: relative;
    line-height: 57px;
    left: auto;
    top: auto;
  }
  .header-area .header-logo img {
    width: 47px;
    vertical-align: middle;
  }
  .header-area .btn-menu {
    display: block;
    position: absolute;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 14px;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .header-area .select-issue-pc {
    display: none;
  }
  .header-area .select-language-pc {
    display: none;
  }
  .header-area .btn-menu span {
    display: block;
    width: 16px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 6px;
    margin-top: 20px;
  }
  .header-area .btn-menu span::before {
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    top: -6px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .header-area .btn-menu span::after {
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 6px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .header-area .btn-menu.active span {
    background: #fff;
  }
  .header-area .btn-menu.active span::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-area .btn-menu.active span::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-area.bg-white .btn-menu {
    opacity: 1;
    pointer-events: all;
  }
  .no-scroll .header-area {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
  }
  .no-scroll .header-area .btn-menu,
  .no-scroll .header-area .header-logo {
    opacity: 1;
    pointer-events: all;
  }
  /*----------------------------------------------------
        .header-menu-sp
      ----------------------------------------------------*/
  .header-menu-sp {
    display: block;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 65px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-menu-sp .menu-inner {
    /* position: absolute; */
    /* top: 50%; */
    /* -webkit-transform: translate(0%, -50%); */
    /* transform: translate(0%, -50%); */
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
  }
  .header-menu-sp .menu-inner .box-select {
    /* padding: 20px 0; */
    padding: 26px 0 21px;
    border-bottom: 1px solid #cecece;
    position: relative;
  }
  .header-menu-sp .menu-inner .box-select:before {
    content: '';
    display: block;
    background-image: url(../img/top/ico_select_arrow.svg);
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 11.7%;
    margin-top: -4px;
  }
  .header-menu-sp .menu-inner .box-select span {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #000000;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
  }
  .header-menu-sp .menu-inner .box-select span:after {
    display: block;
    content: '';
    width: 106%;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .header-menu-sp .menu-inner .box-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
  }
  .header-menu-sp .menu-inner .txt-issue {
    width: 79px;
    margin-bottom: 46px;
  }
  .header-menu-sp .menu-inner .menu-list-box {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .header-menu-sp .menu-inner .menu-list {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    line-height: 49px;
  }
  .header-menu-sp .menu-inner .select-language-sp {
    font-size: 0;
  }
  .header-menu-sp .menu-inner .select-language-sp li {
    display: inline-block;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
  }
  .header-menu-sp .menu-inner .select-language-sp li:first-child:after {
    content: '/';
    position: relative;
    margin: 0 5px;
  }
  .header-menu-sp .menu-inner .share-btn {
    display: inline-block;
    margin: 0 7px;
    vertical-align: top;
  }
  .header-menu-sp.active {
    pointer-events: all;
    opacity: 1;
  }
  .header-menu-sp .box-share {
    text-align: center;
    font-size: 0;
    margin: 0 auto;
    padding: 40px 6.66%;
    width: 100%;
    box-sizing: border-box;
    left: 0;
  }
  .header-menu-sp .box-share .share-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 47.38%;
  }
  .header-menu-sp .box-share .share-btn:nth-child(1) {
    margin-right: 4.9%;
  }
  .header-menu-sp .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;
  }
  .header-menu-sp .box-share .share-btn.share-fb a {
    background-color: #4065b4;
  }
  .header-menu-sp .box-share .share-btn.share-tw a {
    background-color: #0693e3;
  }
  .header-menu-sp .box-share .share-btn a span {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 5px;
  }
  /*----------------------------------------------------
        .contents-area
      ----------------------------------------------------*/
  .contents-area {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    /* z-index: 1; */
    position: relative;
  }
  .contents-area .btn {
    width: 86.66%;
  }
  /*----------------------------------------------------
        .section-top
      ----------------------------------------------------*/
  .contents-area .section-top {
    height: auto;
    min-height: auto;
    z-index: 1;
  }
  .contents-area .section-top .photo-top.fade {
    -webkit-transition: opacity 1s ease-out 0.5s;
    transition: opacity 1s ease-out 0.5s;
  }
  .contents-area .section-top .photo-top {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    /* background: url("../img/top/img_photo_top_01.jpg") no-repeat center center; */
    background-size: cover;
  }
  .issue02 .contents-area .section-top .photo-top {
    background: url('../img/issue02/top/img_photo_top_01.jpg') no-repeat center
      center;
    background-size: cover;
  }
  .issue03 .contents-area .section-top .photo-top {
    background: url('../img/issue03/top/img_photo_top_01.jpg') no-repeat center
      center;
    background-size: cover;
  }
  .contents-area .section-top .photo-top .photo {
    display: block;
  }
  .contents-area .section-top .photo-top .txt-sp {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .contents-area .section-top .photo-top .txt-sp .ttl01 {
    width: 80.2666%;
    position: absolute;
    top: 17px;
    right: 4.8%;
  }
  .contents-area .section-top .photo-top .txt-sp .logo {
    position: absolute;
    bottom: 0;
    width: 66.666%;
    right: 0;
  }
  .contents-area .section-top .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 .photo-top .txt-sp .txt-issue img {
    width: 76.74%;
    height: auto;
  }
  .contents-area .section-top .photo-top .txt-sp .txt-issue .arrow {
    /* width: 13.95%; */
    /* height: auto; */
    width: 14px;
    height: 14px;
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: middle;
  }
  .contents-area .section-top .photo-top .txt-sp .txt-issue .arrow img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .contents-area .section-top.scroll .photo-top {
    position: fixed;
    top: 0;
    left: 0;
  }
  .contents-area .section-top .sp-top-dummy {
    display: block;
    height: 100%;
    pointer-events: none;
  }
  .contents-area .section-top .box-top {
    margin-left: 0;
    padding: 100px 0 100px;
    background: #fff;
    width: 100%;
    min-height: auto;
    position: relative;
    max-height: inherit;
  }
  #language-en .contents-area .section-top .box-top {
    padding: 100px 0 100px;
  }
  .contents-area .section-top .box-top .box-inner {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
  }
  .contents-area .section-top .box-top .ttl01 .line01 {
    margin-bottom: 26px;
    width: 80%;
  }
  .contents-area .section-top .box-top .ttl01 .line02 {
    margin-bottom: 62px;
    width: 65.33%;
  }
  .contents-area .section-top .box-top .ttl02 {
    font-size: 1.6rem;
    letter-spacing: 1.2px;
  }
  .contents-area .section-top .box-top .ttl03 {
    font-size: 1.6rem;
    letter-spacing: 5px;
    margin-bottom: 16px;
  }
  .contents-area .section-top .box-top .catchcopy {
    width: auto;
    margin: 0 auto 0;
    font-size: 3.8rem;
    letter-spacing: 1px;
    line-height: 35px;
  }
  #language-en .contents-area .section-top .box-top .catchcopy {
    background-position: bottom 7px left;
  }
  .contents-area .section-top .box-top .catchcopy .subcopy {
    font-size: 1.74rem;
  }
  #language-en .contents-area .section-top .box-top .catchcopy .subcopy {
    padding-top: 10px;
  }
  .contents-area .section-top .box-top .arrow {
    display: none;
  }
  .contents-area .section-top .box-top hr {
    margin: 70px auto 60px;
    max-width: none;
  }
  .contents-area .section-top .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 .box-top .txt01 {
    width: 90%;
    display: block;
  }
  #language-en .contents-area .section-top .box-top .txt01 {
    width: 90%;
  }
  .contents-area .section-top .box-top .txt01 ul li {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  #language-en .contents-area .section-top .box-top .txt01 ul li {
    line-height: 28px;
  }
  .contents-area .section-top .box-top .txt-credit .txt-director {
    margin-bottom: 11px;
  }
  .contents-area .section-top .box-top .txt-credit .txt-img {
    width: 63.73%;
    margin-bottom: 24px;
  }
  .contents-area .section-top .box-top .txt-credit .box-profile {
    width: 86.66%;
    margin: 0 auto;
  }
  .contents-area .section-top .box-top .txt-credit .box-profile dt {
    margin-bottom: 23px;
  }
  .contents-area .section-top .box-top .txt-credit .box-profile dd {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }
  /*----------------------------------------------------
        .section-news
      ----------------------------------------------------*/
  .contents-area .section-news {
    padding: 80px 0 90px;
    z-index: 1;
    position: relative;
  }
  .contents-area .section-news .box-news {
    /* background: #fff000; */
    text-align: center;
    padding: 0 0 0;
    width: 89.16%;
  }
  .contents-area .section-news .box-news .ttl-category {
    font-size: 1.4rem;
    margin-bottom: 40px;
    display: inline-block;
  }
  .contents-area .section-news .box-news .thumb {
    width: 42%;
    display: inline-block;
    vertical-align: middle;
  }
  .contents-area .section-news .box-news .right {
    display: inline-block;
    vertical-align: middle;
    width: 58%;
    padding: 10px 25px 10px 15px;
    box-sizing: border-box;
  }
  .contents-area .section-news .box-news ul li .box-inner {
    min-height: auto;
  }

  .contents-area .section-news .box-news ul li a {
    min-height: auto;
  }
  .contents-area .section-news .box-news .txt {
    font-size: 3.3rem;
    letter-spacing: 1.56px;
    line-height: 44px;
    width: 86.66%;
    margin: 0 auto;
  }
  .contents-area .section-news .box-news .ttl {
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    vertical-align: middle;
    padding: 0 0 0 0;
    line-height: 1.4;
    margin: 0;
    width: 100%;
  }
  #language-en .contents-area .section-news .box-news .ttl {
    padding-left: 0;
  }
  .contents-area .section-news .box-news .ttl span {
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    display: block;
  }
  #language-en .contents-area .section-news .box-news .ttl span {
    /* top: 15px; */
  }
  .contents-area .section-news .box-news ul li {
    position: relative;
    width: 100%;
    margin: 10px auto 0;
  }
  .contents-area .section-news .box-news ul li:first-child {
    border-top: none;
    margin-top: 0;
  }
  .contents-area .section-news .box-news ul li a {
    display: block;
    height: auto;
  }
  .contents-area .section-news .box-news ul li .box-inner::after {
    content: '';
    background-image: url(../img/common/icon_arrow_right.svg);
    background-size: cover;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
  }
  /*----------------------------------------------------
        .section-about
      ----------------------------------------------------*/
  .contents-area .section-about {
    overflow: hidden;
    position: relative;
    /* background: #fff; */
    padding-top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .contents-area .section-about .photo-about {
    width: 100%;
    padding: 0;
    margin-bottom: 38px;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
  .contents-area .section-about .box-about {
    width: 86.666%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 55px 0 56px;
  }
  .contents-area .section-about .box-about .ttl-category {
    margin-bottom: 57px;
  }
  .contents-area .section-about .box-about .txt01 {
    letter-spacing: 1.8px;
    margin-bottom: 26px;
  }
  .contents-area .section-about .box-about .txt-main {
    font-size: 1.9rem;
    letter-spacing: 2.2px;
    line-height: 29px;
    margin-bottom: 17px;
    position: relative;
    width: auto;
  }
  #language-en .contents-area .section-about .box-about .txt-main {
    letter-spacing: 1px;
    white-space: normal;
    width: auto;
    margin-left: -5px;
  }
  .contents-area .section-about .box-about .txt-main::before {
    left: 10px;
    top: -18px;
    width: 17px;
    height: 13px;
    background-size: 17px 13px;
  }
  #language-en .contents-area .section-about .box-about .txt-main::before {
    left: 33px;
    top: 8px;
  }
  .contents-area .section-about .box-about .txt-main::after {
    right: 13px;
    bottom: -15px;
    width: 17px;
    height: 13px;
    background-size: 17px 13px;
  }
  #language-en .contents-area .section-about .box-about .txt-main::after {
    right: 20px;
    bottom: 0px;
  }
  .contents-area .section-about .box-about .txt-sub {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 45px;
  }
  .contents-area .section-about .btn {
    font-family: termina, sans-serif;
    font-size: 1.3rem;
    width: 100%;
  }
  .contents-area .section-about .btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 21px 0;
  }

  /*----------------------------------------------------
        .section-interview
      ----------------------------------------------------*/
  .contents-area .section-interview {
    position: relative;
    z-index: 1;
    padding: 47px 0 60px;
  }
  .contents-area .section-interview .box-interview .ttl-category {
    margin-bottom: 47px;
  }
  .contents-area .section-interview .box-interview {
    max-width: 1060px;
    /* width: 86.66%; */
    margin: 0 auto;
    text-align: center;
  }
  .contents-area .section-interview .box-interview .ttl-category {
    margin-bottom: 40px;
  }
  .contents-area .section-interview .box-interview ul li {
    /* margin-bottom: 70px; */
    margin: 0 auto 60px;
  }
  .contents-area .section-interview .box-interview ul li:last-child {
    margin-bottom: 0;
  }
  .contents-area .section-interview .box-interview ul li dl {
    overflow: hidden;
    position: relative;
  }
  .contents-area .section-interview .box-interview ul li dl dt {
    width: 82.66%;
    max-width: 530px;
    float: none;
  }
  .contents-area .section-interview .box-interview ul li:nth-child(even) dl dt {
    float: none;
    margin: 0 0 0 auto;
  }
  .contents-area .section-interview .box-interview ul li dl dt img {
    width: 100%;
  }
  .contents-area .section-interview .box-interview ul li dl dd {
    min-width: inherit;
    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 .box-interview ul li:nth-child(even) dl dd {
    left: 0;
    right: auto;
    transform: none;
    margin: -50px 0 0 0;
  }
  .contents-area .section-interview .box-interview ul li dl dd a {
    display: block;
    padding: 35px 32px;
  }
  .contents-area .section-interview .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 .box-interview ul li dl dd a .ttl-main {
    font-size: 4rem;
    letter-spacing: 1px;
    margin-bottom: 9px;
    overflow: hidden;
  }
  .contents-area .section-interview .box-interview ul li dl dd a .ttl-main p {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .contents-area
    .section-interview
    .box-interview
    ul
    li
    dl
    dd
    a
    .ttl-main
    span {
    display: block;
    font-size: 1.2rem;
    color: #777777;
    letter-spacing: 0.86px;
    margin-top: 12px;
    line-height: 15px;
  }
  .contents-area .section-interview .box-interview ul li dl dd a .catchcopy {
    font-size: 2.2rem;
    letter-spacing: 2.2px;
    position: relative;
    display: inline;
    z-index: 0;
    line-height: 36px;
  }
  #language-en
    .contents-area
    .section-interview
    .box-interview
    ul
    li
    dl
    dd
    a
    .catchcopy {
    background-position: bottom 3px left;
  }
  .contents-area .section-interview .box-interview ul li:nth-child(3) dl dd {
    max-width: 650px;
    width: 90.66%;
    top: 0;
    left: 0;
  }
  .contents-area .section-interview .box-interview ul li dl dd a:after {
    right: 20px;
    margin-top: -16px;
  }
  /*----------------------------------------------------
      .section-featured
    ----------------------------------------------------*/
  .contents-area .section-featured {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
  }
  .contents-area .section-featured .section {
    width: 100%;
  }
  .contents-area .section-featured .section .inner {
    overflow: hidden;
    padding: 80px 0 50px;
    position: relative;
    min-height: auto;
    max-width: none;
    margin: 0 auto;
    width: 100%;
    font-size: 0;
  }
  .contents-area .section-featured .section .box {
    width: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
  }
  .contents-area .section-featured .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: 31px;
  }
  .contents-area .section-featured .section .box .ttl-main {
    margin-bottom: 30px;
    font-size: 4rem;
    letter-spacing: 1.24px;
    margin-bottom: 14px;
    letter-spacing: 2.93px;
    padding: 0 6.6%;
    line-height: 48px;
  }
  #language-en .contents-area .section-featured .section .box .ttl-main {
    line-height: 44px;
  }
  .contents-area .section-featured .section .box .ttl-name {
    font-size: 1.4rem;
    letter-spacing: 1.24px;
    margin-bottom: 43px;
    letter-spacing: 1px;
    color: #777777;
    padding: 0 6.6%;
  }
  .contents-area .section-featured .section .box .txt {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 34px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 25px;
    padding: 0 6.6%;
  }
  .contents-area .section-featured .section .box .btn {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 1.3px;
  }
  .contents-area .section-featured .section .photo {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
  }
  .contents-area .section-featured .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-nextissue
      ----------------------------------------------------*/
  .contents-area .section-nextissue {
    /* padding: 75px 0 49px; */
    z-index: 1;
    position: relative;
  }
  .contents-area .section-nextissue .box-nextissue {
    /* background: #fff000; */
    text-align: center;
    padding: 58px 0 54px;
  }

  .contents-area .section-nextissue .box-archive {
  }
  .contents-area .section-nextissue .box-archive .thumb {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
  }
  .contents-area .section-nextissue .box-archive .right {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding: 10px 25px 10px 15px;
    box-sizing: border-box;
  }
  .contents-area .section-nextissue .box-archive ul li .box-inner {
    min-height: auto;
  }

  .contents-area .section-nextissue .box-archive ul li a {
    min-height: auto;
  }
  .contents-area .section-nextissue .box-nextissue .ttl {
    margin-bottom: 25px;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 1.24px;
  }
  .contents-area .section-nextissue .box-nextissue .txt {
    font-size: 3.3rem;
    letter-spacing: 1.56px;
    line-height: 44px;
    width: 86.66%;
    margin: 0 auto;
  }
  .contents-area .section-nextissue .box-nextissue .link {
    background-size: 100% 1px;
    margin-top: 34px;
  }
  .contents-area .section-nextissue .box-nextissue .link:hover {
    background-size: 100% 1px;
  }
  .contents-area .section-nextissue .box-archive .num {
    font-size: 1rem;
    letter-spacing: 1.15px;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    /* transform: none; */
    margin: 0 0 10px 0;
    padding-bottom: 0;
    background-position: left bottom;
    display: block;
    width: auto;
  }
  #language-en .contents-area .section-nextissue .box-archive .num {
    letter-spacing: 0px;
  }
  .contents-area .section-nextissue .box-archive .ttl {
    font-size: 2.2rem;
    letter-spacing: 1px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    vertical-align: middle;
    padding: 0 0 0 0;
    /*line-height: 1.3;*/
    margin: 0;
    width: 100%;
  }
  #language-en
    .contents-area
    .section-nextissue
    .box-archive
    .ttl
    strong.subtxt {
    background-position: bottom 8px left;
  }
  .contents-area .section-nextissue .box-archive .ttl strong .mainttl {
    font-size: 2.2rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    left: inherit;
    top: inherit;
    transform: translate(0, 0);
    display: inline;
    line-height: 1.3;
    padding-bottom: 4px;
  }
  #language-en
    .contents-area
    .section-nextissue
    .box-archive
    .ttl
    strong
    .mainttl {
    font-size: 2rem;
    letter-spacing: 0px;
  }
  .contents-area .section-nextissue .box-archive .ttl strong .subttl {
    font-size: 1.2rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    left: inherit;
    top: inherit;
    transform: translate(0, 0);
    display: inline;
    line-height: 1.1;
  }
  #language-en
    .contents-area
    .section-nextissue
    .box-archive
    .ttl
    strong
    .subttl {
    letter-spacing: 0px;
  }
  #language-en .contents-area .section-nextissue .box-archive .ttl {
    padding-left: 0;
  }
  .contents-area .section-nextissue .box-archive .ttl span {
    font-size: 1.3rem;
    letter-spacing: 2.79px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    display: block;
  }
  #language-en .contents-area .section-nextissue .box-archive .ttl span {
    /* top: 15px; */
  }
  .contents-area .section-nextissue .box-archive ul li {
    /* border-top: 1px solid #CECECE; */
    position: relative;
    width: 86.66%;
  }
  .contents-area .section-nextissue .box-archive ul li:first-child {
    border-top: none;
  }
  .contents-area .section-nextissue .box-archive ul li a {
    display: block;
    height: auto;
    /* padding: 39px 0 41px 6.6%; */
    /* padding: 39px 11.6% 38px 6.6%; */
  }
  .contents-area .section-nextissue .box-archive ul li .box-inner::after {
    content: '';
    background-image: url(../img/common/icon_arrow_right.svg);
    background-size: cover;
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    /*right: 20px;*/
    /* margin-top: -7px; */
  }
  /*----------------------------------------------------
    .section-support
  ----------------------------------------------------*/
  .contents-area .section-support {
    background: #fff;
    border-top: 1px solid #cecece;
    padding: 50px 0 50px;
    z-index: 1;
    position: relative;
  }
  .contents-area .section-support .box-support .ttl-category {
    margin-bottom: 34px;
  }
  .contents-area .section-support .box-support .ttl {
    font-size: 3.3rem;
    letter-spacing: 1.56px;
    margin-bottom: 30px;
    line-height: 44px;
  }
  .contents-area .section-support .box-support .txt {
    width: 100%;
    margin: 0 auto 36px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 25px;
  }
  .contents-area .section-support .box-support .btn-contact {
    width: 100%;
    height: 66px;
  }
  .contents-area .section-support .box-support .btn-contact a {
    padding: 24px 0;
  }
  /*----------------------------------------------------
    .section-information
  ----------------------------------------------------*/
  .contents-area .section-information {
    padding: 58px 0 100px;
    border-bottom: 0;
    /* border-top: 1px solid #CECECE; */
  }
  .contents-area .section-information .box-information .ttl-category {
    margin-bottom: 33px;
  }
  .contents-area .section-information .box-information .txt01 {
    font-size: 3.1rem;
    letter-spacing: 1.4px;
    text-align: center;
    line-height: 41px;
    margin-bottom: 26px;
  }
  .contents-area .section-information .box-information .btn-enquete {
    margin-bottom: 66px;
  }
  .contents-area .section-information .box-information .txt02 {
    font-size: 1.6rem;
    letter-spacing: 1.1px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .contents-area .section-information .box-information .txt03 {
    font-size: 1.1rem;
    letter-spacing: 1.38px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .contents-area .section-information .box-information .txt03.mt {
    margin-top: 16px;
  }
  .contents-area .section-information .box-information .txt04 {
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 17px;
  }

  #language-en .contents-area .section-information .box-information .txt {
    letter-spacing: 1px;
  }

  .contents-area .section-information .box-information .btn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 70px;
  }

  .contents-area .section-information .box-information .btn a {
    padding: 26px 0;
  }

  .contents-area .section-information .box-information .btn span {
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  .contents-area .section-information .box-information .btn span::after {
    bottom: -2px;
  }

  .contents-area .section-information .box-information .btn span::before {
    bottom: -2px;
  }
  /*----------------------------------------------------
        .footer-area
      ----------------------------------------------------*/
  .footer-area {
    text-align: center;
    z-index: 1;
    position: relative;
    border-width: 1px 0 0;
    border-color: #ccc;
    border-style: solid;
  }
  .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: 36px;
  }
  .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;
    margin-bottom: 8px;
  }
  .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: 24px;
    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 .photo-top .txt-sp .txt-issue .arrow {
    width: 10px;
    height: 6px;
    margin: -7px 0 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .contents-area .section-top .box-top .catchcopy {
    font-size: 3.5rem;
    line-height: 35px;
  }
  .contents-area .section-top .box-top .catchcopy .subcopy {
    font-size: 1.74rem;
  }
  .contents-area .section-top .box-top .txt01 ul li {
    font-size: 1.7rem;
    letter-spacing: 1.7px;
    line-height: 38px;
  }
  .contents-area .section-about .box-about .txt-main {
    font-size: 1.9rem;
    letter-spacing: 1.5px;
    line-height: 28px;
  }
  .contents-area .section-about .box-about .txt-main::before {
    left: -7px;
    top: 3px;
  }
  .contents-area .modal-about .txt-message ul li {
    font-size: 1.7rem;
    letter-spacing: 1.7px;
    margin-bottom: 25px;
  }
  .contents-area .section-information .box-information .txt01 {
    font-size: 2.7rem;
    letter-spacing: 1px;
    line-height: 38px;
  }
  /*
  .contents-area .section-information .box-information .txt02 {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 23px;
  }
  .contents-area .section-information .box-information .txt03 {
    line-height: 19px;
    font-size: 1rem;
    letter-spacing: 0.7px;
  }
  .contents-area .section-information .box-information .txt04 {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    line-height: 23px;
  } */
}

/* iPhoneX用 */
/* @media screen and (max-width: 375px) and (min-height: 737px){
  .contents-area .modal-about .box-about {
    padding-bottom: 140px !important;
  }
  .contents-area .modal-about .box-share .share-btn {
    height: 140px !important;
  }
} */

/*----------------------------------------------------
      .top-slider
    ----------------------------------------------------*/
.contents-area .section-top .photo-top .photo .box-img {
  width: 100%;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  background-size: cover;
}
.contents-area .section-top .photo-top .photo .box-img img {
  display: none;
  opacity: 0;
}
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: none;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  opacity: 0.75;
  color: white;
}

.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 14px;

  display: block;
  opacity: 1;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
@media screen and (max-width: 750px) {
  .slick-dots {
    opacity: 0;
  }
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 8px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 26px;
  line-height: 0;

  display: block;

  width: 8px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 7px;
  left: 0;

  width: 8px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: 0.25;
  color: #ffffff;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ffffff;
}
