@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}
a.hov {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.hov:hover {
  opacity: .7;
  text-decoration: underline;
}

sup {
  font-size: 0.85em;
  vertical-align: top;
}

.EN sup {
  font-size: 1em;
  vertical-align: top;
}

body {
  color: #272727;
  background: #fff;
  font-size: 0.875em;
  line-height: 1.571;
  font-family: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
}

/*//// Switch Languages ////*/
.ja {
  font-family: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.en, .alp {
  font-family: Helvetica,Arial,sans-serif;
}

.lang.fade {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.lang.fade .ja, .lang.fade .en {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lang.fade .en {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.JP .lang.fade .ja {
  opacity: 1;
}

.EN .lang.fade .en {
  opacity: 1;
  visibility: visible;
}

.lang.slide {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.lang.slide .lang_wrap {
  width: 200%;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.lang.slide .lang_wrap .ja, .lang.slide .lang_wrap .en {
  float: left;
  width: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.JP .lang.slide .lang_wrap {
  left: 0;
}
.JP .lang.slide .lang_wrap .ja {
  opacity: 1;
}

.EN .lang.slide .lang_wrap {
  left: -100%;
}
.EN .lang.slide .lang_wrap .en {
  opacity: 1;
}

body.top {
  background: #000;
}
body.top #keyvisual {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images//top/index_bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.top #keyvisual.move {
  opacity: 1;
}
body.top #keyvisual img {
  opacity: 0;
}
body.top #intro {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 1s;
  -moz-transition: all 1.5s ease-in-out 1s;
  -o-transition: all 1.5s ease-in-out 1s;
  transition: all 1.5s ease-in-out 1s;
  opacity: 0;
}
body.top #intro #logo {
  position: fixed;
  top: 25px;
  left: 30px;
  display: inline-block;
}
body.top #intro .inner {
  width: 100%;
  height: 325px;
  position: fixed;
  top: 50%;
  margin-top: -162.5px;
  text-align: center;
}
body.top #intro .inner .title {
  height: 96px;
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: all 1.25s ease-in-out;
  -webkit-transition-delay: 1s;
  -moz-transition: all 1.25s ease-in-out 1s;
  -o-transition: all 1.25s ease-in-out 1s;
  transition: all 1.25s ease-in-out 1s;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
body.top #intro .inner .title img {
  display: block;
  margin: 0 auto;
}
body.top #intro .inner .title .season {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -73px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 2s;
  -moz-transition: all 1s ease-in-out 2s;
  -o-transition: all 1s ease-in-out 2s;
  transition: all 1s ease-in-out 2s;
}
body.top #intro .inner .credit {
  display: block;
  margin: 0 auto 98px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 2.5s;
  -moz-transition: all 1s ease-in-out 2.5s;
  -o-transition: all 1s ease-in-out 2.5s;
  transition: all 1s ease-in-out 2.5s;
}
body.top #intro .inner .enter {
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 2.8s;
  -moz-transition: all 1s ease-in-out 2.8s;
  -o-transition: all 1s ease-in-out 2.8s;
  transition: all 1s ease-in-out 2.8s;
  opacity: 0;
}
body.top #intro .inner .enter a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.47);
  padding: 17px 55px 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.top #intro .inner .enter a img {
  display: block;
}
body.top #intro .inner .enter a:hover {
  background: black;
}
body.top #intro.move {
  opacity: 1;
}
body.top #intro.move .inner .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.top #intro.move .inner .title .season {
  opacity: 1;
}
body.top #intro.move .inner .credit {
  opacity: 1;
}
body.top #intro.move .inner .enter {
  opacity: 1;
}
body.top #intro.enter {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
body.top #index {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition: opacity 1s ease-in-out 0.4s;
  -o-transition: opacity 1s ease-in-out 0.4s;
  transition: opacity 1s ease-in-out 0.4s;
}
body.top #index header {
  width: 100%;
  height: 79px;
  position: fixed;
  top: -79px;
  background-color: #000;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition: all 1s ease-in-out 0.4s;
  -o-transition: all 1s ease-in-out 0.4s;
  transition: all 1s ease-in-out 0.4s;
}
body.top #index header .inner {
  width: 940px;
  margin: 0 auto;
}
body.top #index header .inner:after {
  content: "";
  display: block;
  clear: both;
}
body.top #index header .inner .header_left {
  float: left;
  width: 365px;
  padding-top: 25px;
}
body.top #index header .inner .header_left:after {
  content: "";
  display: block;
  clear: both;
}
body.top #index header .inner .header_left .title {
  float: left;
}
body.top #index header .inner .header_left .season {
  float: right;
  padding-top: 15px;
}
body.top #index header .inner .header_right {
  float: right;
  width: 220px;
  padding-top: 22px;
}
body.top #index header .inner .header_right:after {
  content: "";
  display: block;
  clear: both;
}
body.top #index header .inner .header_right #lang {
  float: left;
  display: block;
  width: 111px;
  height: 15px;
  margin-top: 24px;
}
body.top #index header .inner .header_right #lang img {
  display: block;
}
body.top #index header .inner .header_right .logo {
  float: right;
}
body.top #index .lead {
  position: fixed;
  width: 100%;
  top: 140px;
}
body.top #index .lead .inner {
  width: 860px;
  margin: 0 auto;
  -webkit-transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition: all 1.5s ease-in-out 0.4s;
  -o-transition: all 1.5s ease-in-out 0.4s;
  transition: all 1.5s ease-in-out 0.4s;
  -webkit-transform: translate(-30px, 0);
  -moz-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  -o-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
body.top #index nav {
  position: fixed;
  width: 100%;
  height: 48px;
  bottom: -80px;
  z-index: 100;
  -webkit-transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition: opacity 1s ease-in-out 0.4s;
  -o-transition: opacity 1s ease-in-out 0.4s;
  transition: opacity 1s ease-in-out 0.4s;
  opacity: 0;
}
body.top #index nav .inner {
  width: 880px;
  margin: 0 auto;
}
body.top #index nav .inner ul {
  display: table;
  width: 100%;
}
body.top #index nav .inner ul li {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  width: 130px;
  position: relative;
}
body.top #index nav .inner ul li.innervoice {
  width: 255px;
}
body.top #index nav .inner ul li a, body.top #index nav .inner ul li div {
  display: block;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.top #index nav .inner ul li a:hover, body.top #index nav .inner ul li div:hover {
  background: black;
}
body.top #index nav .inner ul li a span, body.top #index nav .inner ul li div span {
  padding-top: 16px;
  display: block;
  text-align: center;
}
body.top #index nav .inner ul li a span.en, body.top #index nav .inner ul li div span.en {
  padding-top: 8px;
}
body.top #index nav .inner ul li ul {
  display: block;
  width: 180px;
  position: absolute;
  bottom: 48px;
  left: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
body.top #index nav .inner ul li ul li {
  display: block;
  padding: 0;
  width: auto;
  margin: 0 0 5px;
}
body.top #index nav .inner ul li ul li a {
  font-size: 0.857em;
  height: auto;
  padding: 1em 0 1em 1.5em;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}
body.top #index nav .inner ul li:hover ul {
  opacity: 1;
  overflow: visible;
  height: auto;
}
body.top #index.move {
  opacity: 1;
  top: 0;
}
body.top #index.move header {
  top: 0px;
}
body.top #index.move .lead .inner {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.top #index.move nav {
  opacity: 1;
  bottom: 32px;
}
body.top footer {
  width: 100%;
  height: 32px;
  position: fixed;
  bottom: 0;
}
body.top footer .copyright {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 13px;
  padding-bottom: 7px;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.top footer .copyright.bk {
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
}
body.top footer.move .copyright.w {
  opacity: 0;
}
body.top footer.move .copyright.bk {
  opacity: 1;
}

body.page header {
  width: 100%;
  height: 79px;
  background-color: #000;
}
body.page header .inner {
  width: 940px;
  margin: 0 auto;
}
body.page header .inner:after {
  content: "";
  display: block;
  clear: both;
}
body.page header .inner .header_left {
  float: left;
  width: 365px;
  padding-top: 25px;
}
body.page header .inner .header_left:after {
  content: "";
  display: block;
  clear: both;
}
body.page header .inner .header_left .title {
  float: left;
}
body.page header .inner .header_left .season {
  float: right;
  padding-top: 15px;
}
body.page header .inner .header_right {
  float: right;
  width: 220px;
  padding-top: 22px;
}
body.page header .inner .header_right:after {
  content: "";
  display: block;
  clear: both;
}
body.page header .inner .header_right #lang {
  float: left;
  display: block;
  width: 111px;
  height: 15px;
  margin-top: 24px;
}
body.page header .inner .header_right #lang img {
  display: block;
}
body.page header .inner .header_right .logo {
  float: right;
}
body.page #navi_wrap {
  height: 49px;
}
body.page nav {
  width: 100%;
  height: 48px;
  position: relative;
  z-index: 100;
  border-bottom: #000 1px solid;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.page nav .inner {
  width: 940px;
  margin: 0 auto;
}
body.page nav .inner ul {
  display: table;
  width: 100%;
}
body.page nav .inner ul li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 0 30px;
  position: relative;
}
body.page nav .inner ul li.innervoice {
  width: 184px;
}
body.page nav .inner ul li.column {
  width: 57px;
}
body.page nav .inner ul li a, body.page nav .inner ul li div {
  display: inline-block;
  height: 48px;
  position: relative;
}
body.page nav .inner ul li a span, body.page nav .inner ul li div span {
  padding-top: 16px;
  display: block;
  text-align: center;
}
body.page nav .inner ul li a:after, body.page nav .inner ul li div:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 3px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: 0%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page nav .inner ul li a.current:after, body.page nav .inner ul li a:hover:after, body.page nav .inner ul li div.current:after, body.page nav .inner ul li div:hover:after {
  width: 100%;
  margin-left: -50%;
  opacity: 1;
}
body.page nav .inner ul li a:hover ul, body.page nav .inner ul li div:hover ul {
  opacity: 1;
  overflow: visible;
  height: auto;
}
body.page nav .inner ul li ul {
  display: block;
  width: 180px;
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -90px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
body.page nav .inner ul li ul li {
  display: block;
  padding: 0;
  width: auto;
  margin: 5px 0 0;
}
body.page nav .inner ul li ul li a {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.857em;
  height: auto;
  padding: 1em 0;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}
body.page nav .inner ul li ul li a:hover {
  background: black;
}
body.page nav.fixed {
  position: fixed;
  top: 0;
}
body.page #content #content_header {
  padding-top: 50px;
}
body.page #content #content_header h2 {
  padding-bottom: 28px;
  text-align: center;
}
body.page #content #content_header h2 span {
  display: block;
}
body.page #content #content_header .auther_name {
  padding-bottom: 35px;
  text-align: center;
}
body.page #content #content_header .auther_name span {
  display: block;
}
body.page #content #content_header .lead {
  padding-bottom: 50px;
  width: 580px;
  margin: 0 auto;
  line-height: 1.75;
}
body.page #content #content_body .ja p {
  text-indent: 1em;
}
body.page #content img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.page#innervoice #slider {
  padding-bottom: 60px;
}
body.page#innervoice #slider .slick {
  height: 461px;
}
body.page#innervoice #slider .slick .item {
  padding: 0 25px;
}
body.page#innervoice #slider .slick .item:after {
  content: "";
  display: block;
  clear: both;
}
body.page#innervoice #slider .slick .slick-prev, body.page#innervoice #slider .slick .slick-next {
  width: 46px;
  height: 103px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
  border: none;
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  margin-top: -51.5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.page#innervoice #slider .slick .slick-prev {
  background-image: url("../images/common/slick_prev.png");
  left: 0;
}
body.page#innervoice #slider .slick .slick-next {
  background-image: url("../images/common/slick_next.png");
  right: 0;
}
body.page#innervoice #slider .slick .slick-disabled {
  opacity: 0;
  cursor: default;
}
body.page#innervoice #slider .slick .slick-dots {
  position: absolute;
  width: 100%;
  bottom: -20px;
  text-align: center;
  height: 10px;
}
body.page#innervoice #slider .slick .slick-dots li {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 5px;
  background-color: #d2d2d2;
}
body.page#innervoice #slider .slick .slick-dots li[aria-hidden="false"] {
  background-color: #000;
}
body.page#innervoice #slider .slick .slick-dots li button {
  opacity: 0;
  width: 10px;
  height: 10px;
  margin: 0;
}
body.page#innervoice #content_body {
  width: 820px;
  margin: 0 auto;
}
body.page#innervoice #content_body .part {
  margin-bottom: 20px;
}
body.page#innervoice #content_body h3 {
  font-size: 1.714em;
  line-height: 1;
  margin-bottom: 10px;
}
body.page#innervoice #content_body .interviewee {
  font-size: 0.857em;
  line-height: 1;
  margin-bottom: 40px;
}
body.page#innervoice #content_body .img {
  border: #f0f2f0 5px solid;
  width: 810px;
  margin-bottom: 25px;
}
body.page#innervoice #auther {
  width: 774px;
  margin: 0 auto 30px;
  padding: 23px;
  background-color: #fafafa;
  border: #bdbdbd 1px solid;
}
body.page#innervoice #auther h4 {
  line-height: 1;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
body.page#innervoice #auther p {
  font-size: 0.857em;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
body.page#interview #content_header {
  position: relative;
  width: 700px;
  margin: 0 auto;
}
body.page#interview #content_header h2 {
  padding-bottom: 30px;
}
body.page#interview #content_header h2 .auther_name {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  height: 30px;
}
body.page#interview #content_header h2 .auther_job {
  display: block;
  margin: 0 auto;
  height: 20px;
}
body.page#interview #content_header .interview_navi {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 50;
}
body.page#interview #content_header .interview_navi .tit {
  display: block;
  margin-bottom: 10px;
}
body.page#interview #content_header .interview_navi ul:after {
  content: "";
  display: block;
  clear: both;
}
body.page#interview #content_header .interview_navi ul li {
  position: relative;
  float: left;
  width: 31px;
  height: 31px;
  margin-right: 5px;
}
body.page#interview #content_header .interview_navi ul li a, body.page#interview #content_header .interview_navi ul li span {
  display: block;
  width: 31px;
  height: 31px;
}
body.page#interview #content_header .interview_navi ul li a img, body.page#interview #content_header .interview_navi ul li span img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
body.page#interview #content_header .interview_navi ul li a img.on, body.page#interview #content_header .interview_navi ul li span img.on {
  opacity: 0;
}
body.page#interview #content_header .interview_navi ul li a.current .off, body.page#interview #content_header .interview_navi ul li a:hover .off, body.page#interview #content_header .interview_navi ul li span.current .off, body.page#interview #content_header .interview_navi ul li span:hover .off {
  opacity: 0;
}
body.page#interview #content_header .interview_navi ul li a.current .on, body.page#interview #content_header .interview_navi ul li a:hover .on, body.page#interview #content_header .interview_navi ul li span.current .on, body.page#interview #content_header .interview_navi ul li span:hover .on {
  opacity: 1;
}
body.page#interview #auther_img {
  padding-bottom: 50px;
}
body.page#interview #auther_img.clearfix {
  width: 820px;
  margin: 0 auto;
}
body.page#interview #auther_img .img {
  display: block;
  margin: 0 auto;
}
body.page#interview #auther_img .boxLeft {
  float: left;
  width: 231px;
}
body.page#interview #auther_img .boxLeft img {
  margin-top: 15px;
  display: block;
}
body.page#interview #auther_img .boxLeft img:first-child {
  margin-top: 0;
}
body.page#interview #auther_img .imgCenter {
  display: block;
  margin: 0 auto;
  float: left;
  margin-left: 15px;
}
body.page#interview #auther_img .boxRight {
  float: right;
  width: 231px;
}
body.page#interview #auther_img .boxRight img {
  margin-top: 15px;
  display: block;
}
body.page#interview #auther_img .boxRight img:first-child {
  margin-top: 0;
}
body.page#interview #content_body {
  width: 940px;
  margin: 0 auto;
}
body.page#interview #content_body .part {
  margin-bottom: 50px;
  line-height: 1.75;
}
body.page#interview #content_body .photoSet {
  text-align: center;
  margin-bottom: 50px;
}
body.page#interview #content_body .photoSet img {
  margin: 0 11px;
}
body.page#interview #content_body .photoSet .caption {
  text-align: center;
  font-size: 0.857em;
  line-height: 1.458;
  margin-top: 5px;
}
body.page#interview #content_body .photoSet .caption.w700 {
  width: 700px;
  margin: 5px auto 0;
  text-align: left;
}
body.page#interview #content_body h3 {
  font-size: 1.714em;
  line-height: 1.541;
  font-weight: bold;
  margin-bottom: 25px;
}
body.page#interview #content_body h4 {
  font-size: 1.285em;
  line-height: 1.361;
  font-weight: bold;
  margin-bottom: 25px;
}
body.page#interview #content_body .boxLeft {
  float: left;
  width: 700px;
}
body.page#interview #content_body .boxLeft .photo img {
  display: block;
  margin: 0 auto;
}
body.page#interview #content_body .boxLeft .photo .lang {
  text-align: center;
  font-size: 0.857em;
  line-height: 1.458;
  margin-top: 5px;
}
body.page#interview #content_body .boxRight {
  float: right;
  width: 220px;
  font-size: 0.857em;
  line-height: 1.458;
}
body.page#interview #content_body .boxRight img {
  display: block;
  max-width: 100%;
  margin-bottom: 1px;
}
body.page#interview #content_body .boxRight .lang {
  margin-top: 5px;
}
body.page#interview #content_body.leftWidth_580 .boxLeft {
  width: 580px;
}
body.page#interview #content_body.leftWidth_580 .boxRight {
  width: 340px;
}
body.page#interview #content_body.leftWidth_580 .boxRight img {
  margin-bottom: 20px;
}
body.page#interview #auther {
  background-color: #f1f1f1;
  padding: 10px;
  width: 920px;
  margin: 0 auto 30px;
}
body.page#interview #auther.borderd {
  padding: 20px;
  width: 898px;
  border: #bdbdbd 1px solid;
}
body.page#interview #auther.borderd .desc {
  line-height: 1.58;
}
body.page#interview #auther:after {
  content: "";
  display: block;
  clear: both;
}
body.page#interview #auther .img {
  float: left;
}
body.page#interview #auther .boxRight {
  float: right;
  width: 745px;
}
body.page#interview #auther .name {
  font-size: 0.928em;
  line-height: 1.346;
}
body.page#interview #auther .desc {
  font-size: 0.857em;
  line-height: 1.458;
}
body.page#body_and_materials #slider {
  padding-bottom: 100px;
}
body.page#body_and_materials #slider .slick {
  background: #fafafa;
  height: 600px;
}
body.page#body_and_materials #slider .slick .slick-list {
  width: 1020px;
  margin: 0 auto;
}
body.page#body_and_materials #slider .slick .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
body.page#body_and_materials #slider .slick .slick-slide.slick-center {
  opacity: 1;
}
body.page#body_and_materials #slider .slick .item {
  width: 860px;
  padding: 0 80px;
}
body.page#body_and_materials #slider .slick .item:after {
  content: "";
  display: block;
  clear: both;
}
body.page#body_and_materials #slider .slick .item .img {
  margin-left: 20px;
  float: left;
}
body.page#body_and_materials #slider .slick .item .boxRight {
  float: right;
  width: 420px;
  padding-top: 220px;
}
body.page#body_and_materials #slider .slick .item .boxRight .cap {
  margin-bottom: 55px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
body.page#body_and_materials #slider .slick .item .boxRight .desc {
  font-size: 0.857em;
  line-height: 1.66;
  letter-spacing: 0.1em;
}
body.page#body_and_materials #slider .slick .item .boxRight .desc a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.page#body_and_materials #slider .slick .item .boxRight .desc a:hover {
  color: #f00;
}
body.page#body_and_materials #slider .slick .slick-prev, body.page#body_and_materials #slider .slick .slick-next {
  width: 46px;
  height: 103px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
  border: none;
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  margin-top: -51.5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.page#body_and_materials #slider .slick .slick-prev {
  background-image: url("../images/common/slick_prev.png");
  left: 0;
}
body.page#body_and_materials #slider .slick .slick-next {
  background-image: url("../images/common/slick_next.png");
  right: 0;
}
body.page#body_and_materials #slider .slick .slick-disabled {
  opacity: 0;
  cursor: default;
}
body.page#body_and_materials #slider .slick .slick-dots {
  position: absolute;
  width: 100%;
  bottom: -20px;
  text-align: center;
  height: 10px;
}
body.page#body_and_materials #slider .slick .slick-dots li {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 5px;
  background-color: #d2d2d2;
}
body.page#body_and_materials #slider .slick .slick-dots li[aria-hidden="false"] {
  background-color: #000;
}
body.page#body_and_materials #slider .slick .slick-dots li button {
  opacity: 0;
  width: 10px;
  height: 10px;
  margin: 0;
}
body.page#body_and_materials #products {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 40px;
}
body.page#body_and_materials #products:after {
  content: "";
  display: block;
  clear: both;
}
body.page#body_and_materials #products .item {
  float: left;
  width: 400px;
  position: relative;
  margin-bottom: 30px;
}
body.page#body_and_materials #products .item:nth-child(2n) {
  float: right;
}
body.page#body_and_materials #products .item:after {
  content: "";
  display: block;
  clear: both;
}
body.page#body_and_materials #products .item .img {
  float: left;
}
body.page#body_and_materials #products .item .boxRight {
  float: right;
  width: 220px;
}
body.page#body_and_materials #products .item .boxRight:before {
  content: "";
  display: block;
  width: 220px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
}
body.page#body_and_materials #products .item .boxRight:before {
  top: 0;
}
body.page#body_and_materials #products .item .boxRight .name {
  border-bottom: #d8d8d8 1px solid;
  line-height: 1.535;
  padding: 5px 0;
}
body.page#body_and_materials #products .item .boxRight .name a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.page#body_and_materials #products .item .boxRight .name a:hover {
  color: #f00;
}
body.page#body_and_materials #products .item .boxRight .price {
  border-bottom: #d8d8d8 1px solid;
  padding: 5px 0;
  font-size: 0.857em;
  line-height: 1.66;
}
body.page#body_and_materials #products .item .boxRight .desc {
  padding: 5px 0;
  font-size: 0.857em;
  line-height: 1.66;
}
body.page#body_and_materials #products .item .boxRight .desc a.btn {
  display: inline-block;
  padding: 0.4em 1.5em;
  color: #FFF;
  background-color: #F00;
  vertical-align: middle;
  line-height: 1;
  font-size: 0.9em;
  margin-top: 7px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.page#body_and_materials #products .item .boxRight .desc a.btn.long {
  padding: 0.4em 1em;
}
body.page#body_and_materials #products .item .boxRight .desc a.btn:hover {
  background-color: #ff5959;
}
body.page#kids_and_clothes #content_header h2 span {
  height: 33px;
}
body.page#kids_and_clothes #visual {
  background-image: url("../images/kids_and_clothes/content_img_top.jpg");
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 476px;
  margin-bottom: 55px;
}
body.page#kids_and_clothes #content_body {
  width: 940px;
  margin: 0 auto;
}
body.page#kids_and_clothes #content_body .part {
  margin: 0 0 30px;
  padding-bottom: 50px;
  border-bottom: #808080 1px solid;
}
body.page#kids_and_clothes #content_body .part .item {
  max-width: 100%;
  display: block;
  margin: 0 auto 30px;
}
body.page#kids_and_clothes #content_body .part .kids:after {
  content: "";
  display: block;
  clear: both;
}
body.page#kids_and_clothes #content_body .part .kids .img {
  float: left;
}
body.page#kids_and_clothes #content_body .part .kids .boxRight {
  width: 820px;
  float: right;
}
body.page#kids_and_clothes #content_body .part .kids .boxRight .name {
  font-size: 1.285em;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
body.page#kids_and_clothes #content_body .part .kids .boxRight .report {
  line-height: 1.571;
  margin-bottom: 25px;
}
body.page#kids_and_clothes #content_body .part .kids .boxRight .goods {
  color: #7c7c7c;
  font-size: 0.714em;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.05em;
}
body.page#kids_and_clothes #content_body .part .kids .boxRight .goods a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.page#kids_and_clothes #content_body .part .kids .boxRight .goods a:hover {
  color: #f00;
}
body.page#kids_and_clothes #content_body .photo {
  padding-top: 20px;
  margin-bottom: 30px;
}
body.page#kids_and_clothes #content_body .photo .tit {
  text-align: center;
  font-size: 1.143em;
  font-weight: bold;
  line-height: 1.531;
  margin-bottom: 25px;
}
body.page#kids_and_clothes #content_body .photo .tit span {
  display: block;
}
body.page#kids_and_clothes #content_body .photo .img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
body.page#column #content {
  background-image: url("../images/column/bg_column.jpg");
  background-size: 100%;
  background-position: 50% 150px;
  background-repeat: no-repeat;
}
body.page#column #content_body {
  width: 585px;
  padding-bottom: 60px;
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
body.page#column #content_body .part {
  margin-bottom: 2em;
}
body.page#column #content_body .ja p {
  text-indent: 1em;
}
body.page#column #content_body h3 {
  font-size: 1.285em;
  font-weight: bold;
  line-height: 1.361;
  margin-bottom: 1.6em;
}
body.page#column #auther {
  color: #000;
  width: 585px;
  margin: 0 auto;
  padding-bottom: 95px;
}
body.page#column #auther h4 {
  line-height: 1;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
body.page#column #auther p {
  font-size: 0.857em;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
body.page footer {
  height: 32px;
}
body.page footer .copyright {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 7px;
  text-align: center;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: -30px;
  width: 50px;
  height: 30px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#pagetop.active {
  right: 30px;
  opacity: 1;
}
#pagetop a {
  position: absolute;
  opacity: .7;
  background: #333;
  padding: 5px 9px;
  padding-bottom: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#pagetop a i {
  width: 32px;
  height: 12px;
  display: inline-block;
  background: url("../images/common/arrow_pagetop.png") no-repeat;
  margin-right: 0;
}
#pagetop a:hover {
  opacity: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*============================ Footer =============================*/
.footText {
	font-size: 10px;
	line-height: 180%;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.footText a {
	color: #666;
}
.footText a:link {
	text-decoration: none;
	color:#666;
}
.footText a:visited {
	text-decoration: none;
	color: #666;
}
.footText a:hover {
	text-decoration: underline;
	color:#666;
}
.footText a:active {
	text-decoration: underline;
	color:#000;
}
