@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v5/QGYsz_wNahGAdqQ43Rh_fKDs.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Work Sans Medium'), local('WorkSans-Medium'), url(https://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3j4P8mNhI.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'), url(https://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3o4T8mNhI.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Work Sans Bold'), local('WorkSans-Bold'), url(https://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3x4X8mNhI.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.font_work_Sans_bold {
  font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}
.font_work_Sans_semi {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
.font_work_Sans_mid {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}
.font_work_Sans {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.font_roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.font_roboto_bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.font_noto_Sans {
  font-family: 'Noto Sans Japanese', serif;
  font-weight: 400;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.ease {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
html,
body {
  width: 100%;
  background-color: #e0e0e0;
}
body {
  font-size: 15px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
body.cn {
  font-family: 'SimSun', 'MS UI Gothic', 'Hei', 'sans-serif';
}
body.cn header nav {
  font-family: 'SimSun', 'MS UI Gothic', 'Hei', 'sans-serif';
  font-weight: bold;
}
img {
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
.shadow {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.hover {
  cursor: pointer;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 740px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#sp_menu {
  display: none;
  current: pointer;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 760px) {
  #sp_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3000000;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 9000;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  *zoom: 1;
}
header.home {
  background-color: transparent;
}
header h1 {
  float: left;
  margin-left: 20px;
  padding-top: 15px;
}
header nav {
  float: left;
  margin-left: 30px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
header nav .bg {
  display: none;
}
header nav ul {
  margin-top: 26px;
  *zoom: 1;
}
header nav ul li {
  float: left;
  margin-right: 20px;
}
header nav ul li a {
  display: block;
  font-size: 15px;
  color: #c1b882;
  letter-spacing: 0.1em;
  padding: 10px 0;
  position: relative;
}
header nav ul li a:hover {
  color: #c1b882;
}
header nav ul li a::after {
  content: ' ';
  position: absolute;
  display: block;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 1px;
  background-color: #c1b882;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav ul li a.in::after {
  width: 100%;
}
header nav ul li a.out::after {
  width: 0;
  left: 100%;
}
header nav ul:before,
header nav ul:after {
  content: ' ';
  display: table;
}
header nav ul:after {
  clear: both;
}
header #lang {
  float: right;
  height: 25px;
  padding-top: 27px;
  margin-right: 20px;
}
header #lang ul {
  border: 1px solid #FFFFFF;
  *zoom: 1;
}
header #lang ul li {
  width: 36px;
  text-align: center;
  float: left;
}
header #lang ul li + li {
  border-left: 1px solid #FFFFFF;
}
header #lang ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 23px;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
header #lang ul li.current,
header #lang ul li:hover {
  background-color: #c1b882;
}
header #lang ul:before,
header #lang ul:after {
  content: ' ';
  display: table;
}
header #lang ul:after {
  clear: both;
}
header #sp_menu {
  display: none;
}
header:before,
header:after {
  content: ' ';
  display: table;
}
header:after {
  clear: both;
}
@media screen and (max-width: 1280px) {
  header nav ul {
    margin-top: 28px;
  }
  header nav ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1190px) {
  header nav {
    display: none;
    float: none;
    position: absolute;
    z-index: 200000;
    top: 80px;
    right: 0;
    width: 340px;
    height: 100vh;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
  header nav .bg {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 40px;
    right: 40px;
    padding-top: 177.777777%;
    opacity: 0.3;
  }
  header nav ul {
    margin-top: 0;
  }
  header nav ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #c1b882;
    position: relative;
    z-index: 200000;
  }
  header nav ul li a {
    line-height: 50px;
    padding-left: 20px;
    color: #333333;
  }
  header nav ul li a::after {
    display: none;
  }
  header nav ul li.current a {
    background-color: #c1b882;
    color: #FFFFFF;
  }
  header.open nav {
    display: block;
  }
  header.open #sp_menu::before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: -9px;
    width: 340px;
    height: 80px;
    background-color: #000000;
    z-index: -1;
  }
  header.open #sp_menu span.b1 {
    opacity: 0;
  }
  header.open #sp_menu span.b2 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 29px;
  }
  header.open #sp_menu span.b3 {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 29px;
  }
  header #lang {
    margin-right: 62px;
  }
  header #sp_menu {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 9px;
    right: 0;
  }
  header #sp_menu span {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #FFFFFF;
    top: 29px;
    left: 16px;
    --webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header #sp_menu span.b2 {
    top: 20px;
  }
  header #sp_menu span.b3 {
    top: 38px;
  }
}
@media screen and (max-width: 740px) {
  header {
    position: fixed;
    height: 60px;
  }
  header.home {
    background-color: #000000;
  }
  header h1 {
    float: left;
    margin-left: 15px;
    padding-top: 15px;
  }
  header h1 img {
    width: 130px;
    height: auto;
  }
  header nav {
    display: none;
    float: none;
    position: absolute;
    z-index: 200000;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
  header nav ul {
    margin-top: 0;
  }
  header nav ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #c1b882;
    position: relative;
    z-index: 200000;
  }
  header nav ul li a {
    line-height: 40px;
    padding-left: 20px;
    color: #333333;
  }
  header nav ul li a::after {
    display: none;
  }
  header nav ul li.current a {
    background-color: #c1b882;
    color: #FFFFFF;
  }
  header.open nav {
    display: block;
  }
  header.open #sp_menu::before {
    display: none;
  }
  header.open #sp_menu span.b1 {
    opacity: 0;
  }
  header.open #sp_menu span.b2 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 29px;
  }
  header.open #sp_menu span.b3 {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 29px;
  }
  header #lang {
    margin-right: 62px;
    padding-top: 18px;
  }
  header #sp_menu {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  header #sp_menu span {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #FFFFFF;
    top: 29px;
    left: 16px;
    --webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header #sp_menu span.b2 {
    top: 20px;
  }
  header #sp_menu span.b3 {
    top: 38px;
  }
}
#notice {
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 40px;
  background-color: #000000;
}
footer {
  background-color: #efefef;
  padding: 25px 0;
}
footer .community {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer .community ul {
  *zoom: 1;
}
footer .community ul li {
  width: 185px;
  float: left;
}
footer .community ul li + li {
  margin-left: 18.75px;
}
footer .community ul:before,
footer .community ul:after {
  content: ' ';
  display: table;
}
footer .community ul:after {
  clear: both;
}
footer .right {
  margin-bottom: 15px;
}
footer .right ul {
  text-align: center;
}
footer .right ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
footer .right ul li.r1 {
  padding-top: 6px;
}
footer .right ul li.r2 {
  padding-top: 1px;
}
footer .nav {
  margin-bottom: 30px;
}
footer .nav ul {
  text-align: center;
}
footer .nav ul li {
  display: inline-block;
  margin: 0 5px;
}
footer .nav ul li a {
  display: block;
  font-size: 12px;
}
footer .nav .tw {
  margin-bottom: 20px;
}
footer .nav .tw li a {
  color: #1da1f2;
  font-size: 13px;
}
footer .nav .tw li a img {
  vertical-align: middle;
  margin-right: 3px;
  width: 24px;
  height: auto;
}
footer .copy {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  footer .community {
    width: auto;
    margin: 0 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 740px) {
  #notice {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1.5;
    padding: 20px;
    background-color: #000000;
  }
  footer {
    padding: 20px 0;
  }
  footer .community {
    width: auto;
    margin: 0 20px;
    margin-bottom: 20px;
    overflow-x: scroll;
  }
  footer .community ul {
    text-align: center;
    font-size: 0;
    *zoom: 1;
  }
  footer .community ul li {
    width: 50%;
    float: none;
    display: inline-block;
  }
  footer .community ul li + li {
    margin-left: 0;
  }
  footer .community ul li img {
    width: 140px;
    height: auto;
  }
  footer .community ul:before,
  footer .community ul:after {
    content: ' ';
    display: table;
  }
  footer .community ul:after {
    clear: both;
  }
  footer .right {
    margin-bottom: 15px;
  }
  footer .right ul {
    text-align: center;
  }
  footer .right ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  footer .right ul li.r1 {
    padding-top: 6px;
  }
  footer .right ul li.r2 {
    padding-top: 1px;
  }
  footer .nav {
    margin-bottom: 15px;
    padding: 0 20px;
  }
  footer .nav ul {
    text-align: center;
  }
  footer .nav ul li {
    display: inline-block;
    margin: 0 5px;
  }
  footer .nav ul li a {
    display: block;
    font-size: 12px;
  }
  footer .copy {
    font-size: 12px;
    text-align: center;
  }
}
#home .mainmovie {
  height: 100vh;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#home .mainmovie::before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
#home .mainmovie .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
#home .mainmovie .inner video {
  position: absolute;
  top: 0;
  left: 0;
}
#home .mainmovie .inner video.ver {
  height: 100%;
  width: auto;
}
#home .mainmovie .inner video.hor {
  width: 100%;
  height: auto;
}
#home .mainmovie .inner .sp {
  display: none;
}
#home .mainmovie .mask {
  position: absolute;
  z-index: 20;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url('../images/mask.png') 0 0 repeat;
}
#home .mainmovie .copy {
  position: relative;
  z-index: 30;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
}
#home .mainmovie .copy h2 {
  font-size: 56px;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
#home .mainmovie .copy .name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 31px;
  margin-bottom: 30px;
}
#home .mainmovie .copy > a {
  display: block;
  background: #c1b882 url('../images/ar.png') right 20px center / 12px 20px no-repeat;
  border: 2px solid #FFFFFF;
  font-size: 24px;
  color: #FFFFFF;
  padding: 15px 0;
  width: 420px;
  text-align: center;
  cursor: pointer;
}
#home .mainmovie .copy > a span {
  display: block;
  font-size: 17px;
  font-weight: bold;
}
#home .mainmovie .copy > a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#home .mainmovie #news {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  width: 340px;
  height: 100%;
  background-color: #FFFFFF;
  border-left: 1px solid #000000;
}
#home .mainmovie #news .head {
  position: relative;
  z-index: 49;
  line-height: 80px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 17px;
  padding-left: 15px;
}
#home .mainmovie #news .body {
  position: absolute;
  overflow-y: scroll;
  top: 0;
  right: 0;
  z-index: 48;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 80px 0 0 0;
}
#home .mainmovie #news .body .post {
  height: 100px;
  overflow: hidden;
}
#home .mainmovie #news .body .post a {
  display: block;
  cursor: pointer;
  *zoom: 1;
}
#home .mainmovie #news .body .post a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#home .mainmovie #news .body .post a:before,
#home .mainmovie #news .body .post a:after {
  content: ' ';
  display: table;
}
#home .mainmovie #news .body .post a:after {
  clear: both;
}
#home .mainmovie #news .body .post + .post {
  border-top: 1px solid #000000;
}
#home .mainmovie #news .body .post .image {
  width: 150px;
  float: left;
  height: 100px;
  overflow: hidden;
  background-color: #eee;
}
#home .mainmovie #news .body .post .image img {
  width: 100%;
  height: auto;
}
#home .mainmovie #news .body .post .right {
  margin: 10px 10px 10px 160px;
  font-size: 13px;
  line-height: 1.4;
  color: #333333;
}
#home .mainmovie #news .body .more a {
  font-size: 15px;
  color: #c1b882;
  text-align: center;
  display: block;
  padding: 20px 0;
  background-color: #000000;
  cursor: pointer;
}
#home .mainmovie #news .body .more a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 740px) {
  #home {
    padding-top: 60px;
  }
  #home .mainmovie {
    height: auto;
  }
  #home .mainmovie::before {
    display: none;
  }
  #home .mainmovie .inner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
  }
  #home .mainmovie .inner video {
    display: none;
  }
  #home .mainmovie .inner .sp {
    display: block;
  }
  #home .mainmovie .inner .sp img {
    width: 100%;
    height: auto;
  }
  #home .mainmovie .mask {
    display: none;
  }
  #home .mainmovie .copy {
    position: relative;
    z-index: 30;
    color: #efefef;
    display: block;
    vertical-align: middle;
    background-color: #000000;
    margin: 0;
    padding: 20px;
  }
  #home .mainmovie .copy h2 {
    font-size: 21px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  #home .mainmovie .copy .name {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 30px;
  }
  #home .mainmovie .copy > a {
    display: block;
    background: #c1b882 url('../images/ar.png') right 20px center / 12px 20px no-repeat;
    border: 3px solid #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    width: auto;
    text-align: center;
    cursor: pointer;
  }
  #home .mainmovie .copy > a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #home .mainmovie #news {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    background-color: #FFFFFF;
    border-left: none;
    border-top: 1px solid #FFFFFF;
  }
  #home .mainmovie #news .head {
    position: relative;
    z-index: 49;
    line-height: 50px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding-left: 15px;
  }
  #home .mainmovie #news .body {
    position: relative;
    overflow-y: scroll;
    top: auto;
    right: auto;
    height: auto;
    box-sizing: border-box;
    padding: 0;
  }
  #home .mainmovie #news .body .post {
    height: 100px;
    overflow: hidden;
  }
  #home .mainmovie #news .body .post a {
    display: block;
    cursor: pointer;
    *zoom: 1;
  }
  #home .mainmovie #news .body .post a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #home .mainmovie #news .body .post a:before,
  #home .mainmovie #news .body .post a:after {
    content: ' ';
    display: table;
  }
  #home .mainmovie #news .body .post a:after {
    clear: both;
  }
  #home .mainmovie #news .body .post + .post {
    border-top: 1px solid #000000;
  }
  #home .mainmovie #news .body .post .image {
    width: 150px;
    float: left;
    height: 100px;
    overflow: hidden;
    background-color: #eee;
  }
  #home .mainmovie #news .body .post .image img {
    width: 100%;
    height: auto;
  }
  #home .mainmovie #news .body .post .right {
    margin: 10px 10px 10px 160px;
    font-size: 15px;
    line-height: 1.4;
  }
}
.container {
  padding-top: 80px;
}
.container h2 {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 100px;
  letter-spacing: 2px;
  border-bottom: 1px solid #c1b882;
}
@media screen and (max-width: 740px) {
  .container {
    padding-top: 60px;
  }
  .container h2 {
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 60px;
    letter-spacing: 1px;
    border-bottom: 1px solid #c1b882;
  }
}
#posts {
  padding-top: 30px;
  padding-bottom: 100px;
  *zoom: 1;
}
#posts .left {
  width: 240px;
  float: left;
}
#posts .left ul {
  margin-left: 30px;
}
#posts .left ul li + li {
  margin-top: 15px;
}
#posts .left ul li a {
  font-size: 15px;
  color: #333333;
  --webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#posts .left ul li:hover a,
#posts .left ul li.current a {
  color: #c1b882;
}
#posts .right {
  margin-left: 280px;
  padding-top: 50px;
}
#posts .right .post {
  *zoom: 1;
}
#posts .right .post + .post {
  margin-top: 50px;
}
#posts .right .post .text {
  width: 40%;
  float: left;
  padding-bottom: 25px;
  border-bottom: 2px solid #c1b882;
}
#posts .right .post .text .head {
  color: #c1b882;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
#posts .right .post .text .head .date {
  display: inline-block;
  margin-right: 15px;
}
#posts .right .post .text .title {
  color: #333333;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}
#posts .right .post .text p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 10px;
}
#posts .right .post .text .more {
  font-size: 14px;
  color: #c1b882;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
#posts .right .post .image {
  width: 40%;
  float: right;
  margin-right: 15%;
  border: 2px solid #c1b882;
  overflow: hidden;
}
#posts .right .post .image img {
  width: 100%;
  height: auto;
}
#posts .right .post:before,
#posts .right .post:after {
  content: ' ';
  display: table;
}
#posts .right .post:after {
  clear: both;
}
#posts:before,
#posts:after {
  content: ' ';
  display: table;
}
#posts:after {
  clear: both;
}
@media screen and (max-width: 740px) {
  #posts {
    padding-top: 0;
    padding-bottom: 60px;
    *zoom: 1;
  }
  #posts .left {
    width: auto;
    float: none;
    border-bottom: 1px solid #c1b882;
    overflow: hidden;
  }
  #posts .left ul {
    margin-left: 0;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
  }
  #posts .left ul li {
    display: inline-block;
    line-height: 1.75;
    margin: 0 5px;
  }
  #posts .left ul li + li {
    margin-top: 0;
  }
  #posts .left ul li a {
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #333333;
    --webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #posts .left ul li:hover a,
  #posts .left ul li.current a {
    color: #c1b882;
  }
  #posts .right {
    margin-left: 0;
    padding-top: 20px;
    width: auto;
    margin: 0 20px;
  }
  #posts .right .post {
    *zoom: 1;
  }
  #posts .right .post + .post {
    margin-top: 30px;
  }
  #posts .right .post .text {
    width: auto;
    float: none;
    padding-bottom: 25px;
    border-bottom: none;
  }
  #posts .right .post .text .head {
    color: #c1b882;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
  }
  #posts .right .post .text .head .date {
    display: inline-block;
    margin-right: 15px;
  }
  #posts .right .post .text .title {
    color: #333333;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
  }
  #posts .right .post .text p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  #posts .right .post .text .more {
    font-size: 14px;
    color: #c1b882;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
  }
  #posts .right .post .image {
    width: auto;
    float: none;
    margin: 0 0 10px 0;
    border: 2px solid #c1b882;
  }
  #posts .right .post .image img {
    width: 100%;
    height: auto;
  }
  #posts .right .post:before,
  #posts .right .post:after {
    content: ' ';
    display: table;
  }
  #posts .right .post:after {
    clear: both;
  }
  #posts:before,
  #posts:after {
    content: ' ';
    display: table;
  }
  #posts:after {
    clear: both;
  }
}
.movie {
  background-color: #000000;
  height: 500px;
  overflow: hidden;
}
.movie .inner {
  width: 888.8888888px;
  height: 500px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.movie .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.movie .inner img {
  height: 500px;
  width: auto;
}
.block {
  color: #333333;
  width: 860px;
  margin: 0 auto;
  padding: 40px 0 100px 0;
}
.block.top {
  padding: 40px 0;
}
.block h3 {
  font-size: 26px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.block p {
  font-size: 15px;
  line-height: 1.75;
}
.snav {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #c1b882;
  background-color: #FFFFFF;
  z-index: 999;
}
.snav.fixed {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
}
.snav ul li {
  display: inline-block;
}
.snav ul li + li {
  margin-left: 10px;
}
.snav ul li a {
  color: #333333;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 35px;
}
@media screen and (max-width: 740px) {
  .movie {
    background-color: #000000;
    height: auto;
    overflow: hidden;
  }
  .movie .inner {
    width: auto;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .movie .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .movie .inner img {
    height: auto;
    width: 100%;
  }
  .block {
    color: #333333;
    width: auto;
    margin: 0 20px;
    padding: 20px 0 60px 0;
  }
  .block.top {
    padding: 20px 0;
  }
  .block h3 {
    font-size: 17px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .block p {
    font-size: 15px;
    line-height: 1.75;
  }
  .snav {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #c1b882;
    overflow: hidden;
  }
  .snav.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .snav ul {
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
  }
  .snav ul li {
    display: inline-block;
  }
  .snav ul li + li {
    margin-left: 10px;
  }
  .snav ul li a {
    color: #333333;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
  }
}
#history > h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  line-height: 90px;
  border-top: 1px solid #c1b882;
}
#history > h3 span {
  display: block;
  width: 860px;
  margin: 0 auto;
}
#history h4 {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #c1b882;
  margin-bottom: 15px;
}
#history .images {
  margin-top: 40px;
}
#history .images ul {
  *zoom: 1;
}
#history .images ul li {
  float: left;
}
#history .images ul li.p3 {
  width: 33.33333333%;
}
#history .images ul li.p4 {
  width: 25%;
}
#history .images ul li img {
  width: 100%;
  height: auto;
}
#history .images ul li a {
  display: block;
  --webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
#history .images ul li a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#history .images ul:before,
#history .images ul:after {
  content: ' ';
  display: table;
}
#history .images ul:after {
  clear: both;
}
@media screen and (max-width: 740px) {
  #history > h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #333333;
    line-height: 50px;
    border-top: 1px solid #c1b882;
  }
  #history > h3 span {
    display: block;
    width: auto;
    margin: 0 20px;
  }
  #history h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #c1b882;
    margin-bottom: 15px;
  }
  #history .images {
    margin-top: 40px;
  }
  #history .images ul {
    *zoom: 1;
  }
  #history .images ul li {
    float: left;
  }
  #history .images ul li.s3 {
    width: 33.33333333%;
  }
  #history .images ul li.s2 {
    width: 50%;
  }
  #history .images ul li img {
    width: 100%;
    height: auto;
  }
  #history .images ul li a {
    display: block;
    --webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  #history .images ul li a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #history .images ul:before,
  #history .images ul:after {
    content: ' ';
    display: table;
  }
  #history .images ul:after {
    clear: both;
  }
}
#chara .character ul {
  background-color: #FFFFFF;
  *zoom: 1;
}
#chara .character ul li {
  width: 25%;
  float: left;
  height: 500px;
}
#chara .character ul li.top {
  border-bottom: 1px solid #c1b882;
}
#chara .character ul li a {
  display: block;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-top: 25px;
}
#chara .character ul li a .image {
  height: 100%;
  margin: 0 25px 25px 25px;
}
#chara .character ul li a .image .tone {
  height: 100%;
  position: relative;
  z-index: 10;
  opacity: 0;
}
#chara .character ul li a .over {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 90px;
  overflow: hidden;
}
#chara .character ul li a .over span {
  display: block;
  line-height: 90px;
  margin-top: 90px;
  font-size: 21px;
  text-align: center;
  color: #777777;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.9);
  --webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#chara .character ul li a::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/chara/h.jpg') 50% 50% repeat;
  opacity: 0;
}
#chara .character ul li a:hover {
  current: pointer;
}
#chara .character ul li a:hover .image .tone {
  opacity: 1;
}
#chara .character ul li a:hover .over span {
  margin-top: 0;
}
#chara .character ul li a:hover::before {
  opacity: 1;
}
#chara .character ul:before,
#chara .character ul:after {
  content: ' ';
  display: table;
}
#chara .character ul:after {
  clear: both;
}
@media screen and (max-width: 740px) {
  #chara .character ul {
    *zoom: 1;
  }
  #chara .character ul li {
    width: auto;
    float: none;
    height: 400px;
    overflow: hidden;
  }
  #chara .character ul li.top {
    border-bottom: none;
  }
  #chara .character ul li + li {
    border-top: 1px solid #c1b882;
  }
  #chara .character ul li a {
    display: block;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding-top: 0;
  }
  #chara .character ul li a .image {
    height: 100%;
    margin: 0 25px;
    padding: 25px 0;
  }
  #chara .character ul li a .image .tone {
    height: 100%;
    position: relative;
    z-index: 10;
    opacity: 0;
  }
  #chara .character ul li a .over {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 70px;
    overflow: hidden;
  }
  #chara .character ul li a .over span {
    display: block;
    line-height: 70px;
    margin-top: 0;
    font-size: 21px;
    text-align: center;
    color: #777777;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.9);
    --webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #chara .character ul li a::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/chara/h.jpg') 50% 50% repeat;
    opacity: 0;
  }
  #chara .character ul li a:hover {
    current: pointer;
  }
  #chara .character ul li a:hover .image .tone {
    opacity: 1;
  }
  #chara .character ul li a:hover .over span {
    margin-top: 0;
  }
  #chara .character ul li a:hover::before {
    opacity: 1;
  }
  #chara .character ul:before,
  #chara .character ul:after {
    content: ' ';
    display: table;
  }
  #chara .character ul:after {
    clear: both;
  }
}
#gallery .inner {
  width: 1260px;
  margin: 0 auto;
  font-size: 0;
  padding-top: 60px;
}
#gallery .inner .post {
  display: inline-block;
  width: 360px;
  margin: 0 30px 60px 30px;
}
#gallery .inner .post a {
  display: block;
  cursor: pointer;
}
#gallery .inner .post a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#gallery .inner .post .image {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#gallery .inner .post .video-link .image::after {
  content: ' ';
  z-index: 100;
  position: absolute;
  background: url('../images/movie.png') center center / 74px 42px no-repeat;
  width: 74px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -37px;
  margin-top: -21px;
}
@media screen and (max-width: 1200px) {
  #gallery .inner {
    width: 840px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 60px;
  }
  #gallery .inner .post {
    display: inline-block;
    width: 360px;
    margin: 0 30px 60px 30px;
  }
  #gallery .inner .post .movie {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 5px;
  }
  #gallery .inner .post .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #gallery .inner .post p {
    font-size: 14px;
    height: 2.8em;
    overflow: hidden;
  }
}
@media screen and (max-width: 740px) {
  #gallery .inner {
    width: auto;
    margin: 0 20px;
    font-size: 0;
    padding-top: 20px;
  }
  #gallery .inner .post {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #gallery .inner .post .movie {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 5px;
  }
  #gallery .inner .post .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #gallery .inner .post p {
    font-size: 14px;
    height: 2.8em;
    overflow: hidden;
  }
}
#pjax {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  z-index: 1000000;
}
#element {
  position: absolute;
  opacity: 0.3;
  z-index: 1000000;
  background-color: #e0e0e0;
}
#memberDetail {
  position: relative;
  z-index: 200000;
  padding-top: 0;
  height: 100%;
  overflow: hidden;
}
#memberDetail .detail {
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
#memberDetail .detail.current {
  opacity: 1;
}
#memberDetail .detail .bgImage {
  position: fixed;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  height: 100%;
}
#memberDetail .detail .profile {
  position: relative;
  overflow-x: hidden;
  width: 400px;
  height: 100%;
  padding-left: -webkit-calc(100% - 400px);
  padding-left: -moz-calc(100% - 400px);
  padding-left: calc(100% - 400px);
  overflow-y: scroll;
}
#memberDetail .detail .profile .inner {
  padding: 0 26px;
  padding-bottom: 40px;
  height: auto;
}
#memberDetail .detail .profile .inner .name {
  position: relative;
  padding-top: 120px;
  margin-bottom: 44px;
}
#memberDetail .detail .profile .inner .name h2 {
  font-size: 30px;
  font-family: 'Noto Sans Japanese', serif;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 3px;
  border-bottom: none;
  color: #333333;
}
#memberDetail .detail .profile .inner .name .jp {
  font-size: 13px;
  padding-left: 2px;
  letter-spacing: 4px;
  color: #333333;
}
#memberDetail .detail .profile .inner .name .close {
  position: absolute;
  right: 14px;
  top: 40px;
}
#memberDetail .detail .profile .inner .name .close a {
  display: block;
  cursor: pointer;
}
#memberDetail .detail .profile .inner .name .close a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#memberDetail .detail .profile .inner .name .border {
  position: absolute;
  width: 420px;
  height: 3px;
  left: -46px;
  bottom: -30px;
}
#memberDetail .detail .profile .inner .sns {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}
#memberDetail .detail .profile .inner .sns ul {
  *zoom: 1;
}
#memberDetail .detail .profile .inner .sns ul li {
  float: left;
  padding-right: 20px;
}
#memberDetail .detail .profile .inner .sns ul li a {
  color: #666666;
  cursor: pointer;
}
#memberDetail .detail .profile .inner .sns ul li a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#memberDetail .detail .profile .inner .sns ul:before,
#memberDetail .detail .profile .inner .sns ul:after {
  content: ' ';
  display: table;
}
#memberDetail .detail .profile .inner .sns ul:after {
  clear: both;
}
#memberDetail .detail .profile .inner .block {
  width: auto;
  padding: 30px 0;
  border-bottom: 1px dashed #dadada;
}
#memberDetail .detail .profile .inner .block:first-child {
  border-top: 1px dashed #dadada;
}
#memberDetail .detail .profile .inner .block .intro {
  line-height: 1.75;
  font-size: 15px;
  color: #666666;
}
#memberDetail .detail #pageNavi {
  position: fixed;
  z-index: 10000;
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  height: 38px;
  top: 50%;
  margin-top: -19px;
  *zoom: 1;
}
#memberDetail .detail #pageNavi a {
  display: block;
  width: 20px;
  height: 38px;
  margin: 0 30px;
  cursor: pointer;
}
#memberDetail .detail #pageNavi a:first-child {
  background: url('../images/chara/data/ar.png') 0px 0px no-repeat;
  background-size: 40px 38px;
  float: left;
}
#memberDetail .detail #pageNavi a:last-child {
  background: url('../images/chara/data/ar.png') -20px 0px no-repeat;
  background-size: 40px 38px;
  float: right;
}
#memberDetail .detail #pageNavi a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#memberDetail .detail #pageNavi:before,
#memberDetail .detail #pageNavi:after {
  content: ' ';
  display: table;
}
#memberDetail .detail #pageNavi:after {
  clear: both;
}
#single .back a {
  display: block;
  line-height: 80px;
  margin-left: 30px;
  font-size: 15px;
  color: #c1b882;
}
#single .main {
  background-color: #efead9;
  height: 500px;
}
#single .main .inner {
  width: 740px;
  margin: 0 auto;
  text-align: center;
  height: 500px;
  position: relative;
}
#single .main .inner img {
  display: none;
}
#single .main .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#single .main .sp {
  display: none;
}
#single .content .inner {
  width: 740px;
  margin: 0 auto;
  padding: 30px 0 100px 0;
}
#single .content .inner .head {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: #c1b882;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
#single .content .inner .title {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 25px;
}
#single .content .inner p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 25px;
}
#single .content .inner p a {
  text-decoration: underline;
  color: #c1b882;
  cursor: pointer;
}
#single .content .inner p a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#single .content .inner h4 {
  font-size: 21px;
  font-weight: bold;
  margin: 25px 0 15px 0;
}
#single .content .inner img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#single .content .inner img.logo {
  height: 60px;
  width: auto;
}
#single .content .navi {
  margin-top: 60px;
  position: relative;
  text-align: center;
  *zoom: 1;
}
#single .content .navi a {
  font-size: 18px;
  color: #333333;
  display: block;
  text-decoration: none;
}
#single .content .navi a.prev {
  float: left;
}
#single .content .navi a.next {
  float: right;
}
#single .content .navi a.back {
  display: inline-block;
}
#single .content .navi:before,
#single .content .navi:after {
  content: ' ';
  display: table;
}
#single .content .navi:after {
  clear: both;
}
#single .content .rel {
  margin-top: 40px;
}
#single .content .rel h3 {
  font-size: 21px;
  border-bottom: 1px solid #c1b882;
  color: #c1b882;
  padding-bottom: 10px;
}
#single .content .rel .post {
  padding: 20px 0;
  border-bottom: 1px solid #c1b882;
  *zoom: 1;
}
#single .content .rel .post .image {
  width: 150px;
  float: left;
  height: 100px;
  border: 1px solid #c1b882;
  overflow: hidden;
}
#single .content .rel .post .image img {
  width: 100%;
  height: auto;
}
#single .content .rel .post .right {
  margin-left: 170px;
}
#single .content .rel .post .right .head {
  margin-bottom: 5px;
}
#single .content .rel .post .right .title {
  font-size: 18px;
  margin-bottom: 5px;
}
#single .content .rel .post .right p {
  font-size: 15px;
  margin-bottom: 0;
}
#single .content .rel .post:before,
#single .content .rel .post:after {
  content: ' ';
  display: table;
}
#single .content .rel .post:after {
  clear: both;
}
@media screen and (max-width: 740px) {
  #single .back a {
    display: block;
    line-height: 40px;
    margin-left: 20px;
    font-size: 14px;
    color: #c1b882;
  }
  #single .main {
    background-color: #efead9;
    height: auto;
  }
  #single .main .inner {
    width: auto;
    margin: 0;
    text-align: center;
    display: none;
  }
  #single .main .inner img {
    height: auto;
    width: 100%;
  }
  #single .main .inner.v {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
  }
  #single .main .sp {
    display: block;
    width: 100%;
    height: auto;
  }
  #single .content .inner {
    width: auto;
    margin: 0 20px;
    padding: 20px 0 50px 0;
  }
  #single .content .inner .head {
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #c1b882;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  #single .content .inner .title {
    font-size: 19px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #single .content .inner p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  #single .content .inner p a {
    text-decoration: underline;
    color: #c1b882;
    cursor: pointer;
  }
  #single .content .inner p a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #single .content .inner h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 25px 0 15px 0;
  }
  #single .content .inner img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #single .content .navi {
    margin-top: 40px;
    position: relative;
    text-align: center;
    *zoom: 1;
  }
  #single .content .navi a {
    font-size: 14px;
    color: #333333;
    display: block;
    text-decoration: none;
  }
  #single .content .navi a.prev {
    float: left;
  }
  #single .content .navi a.next {
    float: right;
  }
  #single .content .navi a.back {
    display: inline-block;
  }
  #single .content .navi:before,
  #single .content .navi:after {
    content: ' ';
    display: table;
  }
  #single .content .navi:after {
    clear: both;
  }
  #single .content .rel {
    margin-top: 40px;
  }
  #single .content .rel h3 {
    font-size: 19px;
    border-bottom: 1px solid #c1b882;
    color: #c1b882;
    padding-bottom: 5px;
  }
  #single .content .rel .post {
    padding: 10px 0;
    border-bottom: 1px solid #c1b882;
    *zoom: 1;
  }
  #single .content .rel .post .image {
    width: 100px;
    float: left;
    height: 60px;
    border: 1px solid #c1b882;
    overflow: hidden;
  }
  #single .content .rel .post .image img {
    width: 100%;
    height: auto;
  }
  #single .content .rel .post .right {
    margin-left: 110px;
  }
  #single .content .rel .post .right .head {
    margin-bottom: 5px;
    font-size: 13px;
  }
  #single .content .rel .post .right .title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #single .content .rel .post .right p {
    font-size: 13px;
    margin-bottom: 0;
  }
  #single .content .rel .post:before,
  #single .content .rel .post:after {
    content: ' ';
    display: table;
  }
  #single .content .rel .post:after {
    clear: both;
  }
}
#contents {
  position: relative;
  z-index: 300000;
  background-color: #FFFFFF;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
#contents .close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 20000;
}
#contents .members {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
#contents .members .member {
  position: absolute;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#contents .members .member .inner {
  height: 100%;
}
#contents .members .member .inner .image {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}
#contents .members .member .inner .image .name {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 50px;
  width: 100%;
  text-align: center;
}
#contents .members .member .inner .image .social {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#contents .members .member .inner .image .social li {
  margin-bottom: 4px;
}
#contents .members .member .inner .image .social li a {
  color: #333333;
}
#contents .members .member .inner .body {
  padding: 0 20px;
  background-color: #FFFFFF;
}
#contents .members .member .inner .body .block {
  padding: 20px 0;
  font-size: 15px;
  border-bottom: 1px dashed #dadada;
}
#contents .members .member .inner .body .block .jp {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#contents .members .member .inner .body .block .intro {
  line-height: 1.75;
  color: #666666;
  background-color: #FFFFFF;
}
#intro p + p,
#history p + p {
  margin-top: 20px;
}
.video-wrapper {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.video-wrapper .video-frame,
.video-wrapper .video-close {
  box-shadow: none !important;
}
.wp-pagenavi {
  padding-top: 50px;
  text-align: center;
  width: 80%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0 !important;
  display: inline-block;
  width: 26px;
  line-height: 26px;
  margin: 0 5px !important;
  text-align: center;
  border: 1px solid #c1b882 !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background-color: #c1b882;
  color: #FFFFFF;
  border-color: #c1b882 !important;
}
