@charset "UTF-8";
/*---------------------------------------------------------------
  link
----------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #999;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*---------------------------------------------------------------
  base
----------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*10px*/
}

html, body {
  height: 100%;
}

body {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  background: #FFF;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/*---------------------------------------------------------------
  spacing
----------------------------------------------------------------*/
.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

/*---------------------------------------------------------------
  clear
----------------------------------------------------------------*/
.clr {
  clear: both;
}

.clrfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clrfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clrfix {
  height: 1%;
}

.clrfix {
  display: block;
}

/* End Hack */
.hide {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Raleway', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-y: scroll;
}

input[type=text], textarea, input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

#wrapper {
  padding-top: 90px;
}
@media screen and (max-width: 700px) {
  #wrapper {
    padding-top: 45px;
  }
}

@media screen and (min-width: 701px) {
  #spBtn {
    display: none !important;
  }
}

#spNav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  z-index: 99999;
  font-size: 4.8vw;
  line-height: 1;
}
@media screen and (min-width: 701px) {
  #spNav {
    display: none !important;
  }
}
#spNav .main, #spNav .sub {
  margin-top: -3%;
}
#spNav .main li, #spNav .sub li {
  margin-bottom: 6%;
}
#spNav .main li a, #spNav .sub li a {
  display: block;
  padding: 3% 0;
}

#spNav .main li dl a::before {
  display: inline-block;
  content: '-';
  font-size: 6vw;
  margin: 0 1vw 0 1vw;
}
#spNav .wrap {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#spNav .wrap > div {
  margin: 13.33333vw;
}
#spNav .main {
  margin-bottom: 29.3333%;
}
#spNav .sub {
  margin-bottom: 21.3333%;
}
#spNav .sns {
  margin: 0 -5vw;
  text-align: center;
}
#spNav .sns::after {
  content: "";
  display: block;
  clear: both;
}
#spNav .sns li {
  width: 25%;
  display: inline-block;
  padding: 0 5vw;
}
#spNav .sns li a {
  display: block;
  border-radius: 50%;
  background: #66645e;
}
#spNav .sns li img {
  width: 100%;
  height: auto;
}

#spBtn {
  display: block;
  width: 28px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
}
#spBtn span {
  display: block;
  height: 100%;
}
#spBtn::before, #spBtn::after, #spBtn span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B28E6E;
}
#spBtn::before {
  top: 0;
}
#spBtn::after {
  top: 50%;
  margin-top: -1px;
}
#spBtn span::after {
  bottom: 0;
}

#spClose {
  width: 5.3vw;
  height: 5.3vw;
  position: absolute;
  top: 4vw;
  right: 4vw;
  cursor: pointer;
}
#spClose::before, #spClose::after {
  content: "";
  display: block;
  height: 7.5vw;
  width: 1px;
  background: #B28E6E;
  position: absolute;
  top: 0;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
#spClose::before {
  transform: rotate(-45deg);
  left: 0;
}
#spClose::after {
  transform: rotate(45deg);
  -ms-transform-origin: rigt top;
  transform-origin: right top;
  right: 0;
}

#header {
  height: 90px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0px 0px 10px 0px #1e1e1e;
}
@media screen and (max-width: 700px) {
  #header {
    height: 45px;
    box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.5);
  }
}
#header .headWrap {
  height: 100%;
  position: relative;
}
#header h1 {
  position: absolute;
  top: 12px;
  left: 30px;
}
@media screen and (max-width: 700px) {
  #header h1 {
    width: 29px;
    top: 6px;
    left: 15px;
  }
  #header h1 img {
    width: 100%;
    height: auto;
  }
}

#gnav {
  float: right;
}
#gnav .main {
  float: left;
  margin-left: 2.6vw;
  margin-right: 20.68vw;
}
#gnav .main li {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  line-height: 90px;
  /* margin-left: 5.2vw; */
  padding: 0 2.6vw;
}
#gnav .main li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
#gnav .main {
  margin-right: 14.68vw;
}
}
#gnav .main li a {
  display: block;
  color: inherit;
  font-size: 1.4rem;
  position: relative;
}
#gnav .main li div {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  width: auto;
  height: 0;
  overflow: hidden;
    -webkit-transition: 0.30s;
       -moz-transition: 0.30s;
        -ms-transition: 0.30s;
         -o-transition: 0.30s;
            transition: 0.30s;
}
#gnav .main li div.on {

}
#gnav .main li dl {
  box-shadow: 0px 0px 10px 0px #1e1e1e;
}
#gnav .main li dl a {
  display: block;
  line-height: 2.8;
  width: 124px;
  text-align: center;
}
#gnav .main li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #B28E6E;
  height: 0;
  transition: .2s;
}
#gnav .main li a:hover::before, #gnav .main li a.on::before {
  height: 2px;
}
#gnav .sub {
  display: none;
}
#gnav .sns {
  position: absolute;
  top: 0;
  right: 85px;
}
#gnav .sns li {
  width: 1.93103vw;
  margin: 0.82759vw 0 0 0;
}
#gnav .sns li a {
  display: block;
  border-radius: 0.96552vw;
  background: #66645e;
  width: 1.93103vw;
  height: 1.93103vw;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;
}
#gnav .sns li a:hover {
  background: #af9464;
}
#gnav .sns li a img {
  display: block;
  width: 100%;
  height: auto;
}
#gnav ol {
  float: left;
  margin: 12px 30px 0 0;
}
#gnav ol li {
  margin: 0 0 3px 0;
}
#gnav ol li:last-child {
  margin: 0;
}
#gnav ol li a {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
#gnav ol li.lang-ja a {
  letter-spacing: 0.2em;
}
#gnav ol li a.active {
  opacity: 0.7;
  font-weight: bold;
}
#spNav ol {
  text-align: center;
  margin: 10% 0 0 0;
}
#spNav ol li {
  display: inline-block;
}
#spNav ol li a {
  display: block;
  padding: 2vw 7vw;
}
#spNav ol li a.active {
  opacity: 0.7;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #gnav .sns {
    margin-left: 3vw;
  }
}
#gnav .sns li {
  margin: 30px 0 0 20px;
  float: left;
}
@media screen and (max-width: 768px) {
  #gnav .sns li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 700px) {
  #gnav {
    display: none;
  }
}

#writeBtn {
  cursor: pointer;
}

#cmnContentsBlock {
  background: #000;
}
#cmnContentsBlock::after {
  content: "";
  display: block;
  clear: both;
}
#cmnContentsBlock .block {
  width: 33.333333%;
  float: left;
  height: 22.9166666vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  #cmnContentsBlock .block {
    width: auto;
    float: none;
    height: 68.7937vw;
  }
}
#cmnContentsBlock .block .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 3.3333vw;
  color: #FFF;
  line-height: 1;
  transform: .2s;
  z-index: 100;
}
@media screen and (max-width: 700px) {
  #cmnContentsBlock .block .cover {
    font-size: 10vw;
  }
}
#cmnContentsBlock .block .cover .coverTitle {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
  transition: .8s;
}
#cmnContentsBlock .block .cover .coverTitle span {
  font-weight: 300;
  transition: .2s;
}
#cmnContentsBlock .block .cover .coverTitle span.on {
  font-weight: 700;
  color: #FFF;
}
#cmnContentsBlock .block .cover .wrap > div:hover .coverTitle {
  color: #FFF;
}
#cmnContentsBlock .block a.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 95;
}
#cmnContentsBlock .block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform-origin: center;
  transform-origin: center;
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}
#cmnContentsBlock .block .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 no-repeat center;
  background-size: cover;
  z-index: 90;
}
#cmnContentsBlock .block .cover-bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
#cmnContentsBlock .block .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cmnContentsBlock .block .slide div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
#cmnContentsBlock .block .slide div:nth-child(1) {
  z-index: 10;
}
#cmnContentsBlock .block .slide div:nth-child(2) {
  z-index: 9;
}
#cmnContentsBlock .block .slide div:nth-child(3) {
  z-index: 8;
}
#cmnContentsBlock .block .slide div:nth-child(4) {
  z-index: 7;
}
#cmnContentsBlock .block .slide div:nth-child(5) {
  z-index: 6;
}
#cmnContentsBlock .block .slide div:nth-child(6) {
  z-index: 5;
}
#cmnContentsBlock .block .slide div:nth-child(7) {
  z-index: 4;
}
#cmnContentsBlock .block .slide div:nth-child(8) {
  z-index: 3;
}
#cmnContentsBlock .block .slide div:nth-child(9) {
  z-index: 2;
}
#cmnContentsBlock .block .slide div:nth-child(10) {
  z-index: 1;
}
#cmnContentsBlock .block .video-thum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
#cmnContentsBlock .block .sub {
  margin-top: 1em;
  font-size: 0.9375vw;
  color: rgba(255, 255, 255, 0.5);
  transition: .2s;
}
@media screen and (max-width: 700px) {
  #cmnContentsBlock .block .cover .coverTitle {
    color: rgba(255, 255, 255, 1);
  }
  #cmnContentsBlock .block .cover .coverTitle span {
    font-weight: 700;
  }
  #cmnContentsBlock .block .sub {
    color: rgba(255, 255, 255, 1);
    font-size: 2.8vw;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
  }
}
#cmnContentsBlock .block:hover .sub {
  color: #FFF;
}
#cmnContentsBlock .block .wrap {
  width: 100%;
  height: 100%;
  display: table;
}
#cmnContentsBlock .block .wrap > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#cmnContentsBlock .block#writeBtn {
  height: calc(22.9166666vw * 2);
}
@media screen and (max-width: 700px) {
  #cmnContentsBlock .block#writeBtn {
    height: auto;
  }
}
#cmnContentsBlock .block:hover .firstBox p {
  font-weight: 700;
}
#cmnContentsBlock .firstBox {
  color: #FFF;
  font-size: 1.4583vw;
  padding: 2.5vw 2.08333vw;
  line-height: 2.6;
  position: relative;
  z-index: 10;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
}
#cmnContentsBlock .firstBox p {
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  #cmnContentsBlock .firstBox {
    font-size: 4.8vw;
    line-height: 2.2;
    padding: .4em .83em .83em;
  }
}
#cmnContentsBlock .firstSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#cmnContentsBlock .firstSlide > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

#page-top .block:nth-child(6), #page-top .block:nth-child(3n+6) {
  clear: both;
}

#footer {
  background: #000;
}
#footer h2 {
  font-size: 2.5vw;
  font-weight: 300;
  color: #FFF;
  padding: 1em 0;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #footer h2 {
    font-size: 6.4vw;
    padding: .8em 0;
  }
}
#footer ul {
  text-align: center;
  font-size: 0rem;
}
#footer ul li {
  display: inline-block;
  min-width: 19.7916vw;
  vertical-align: middle;
  padding: 0 1.5625vw;
}
@media screen and (max-width: 700px) {
  #footer ul li {
    display: block;
    min-width: 0;
    margin-bottom: 4vw;
  }
}
#footer ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #FFF;
  font-size: 2.083333vw;
  color: #FFF;
  font-weight: 300;
  padding: 0 1em;
  line-height: 3.645833vw;
}
#footer ul li a.mail {
  font-size: 1.458333333vw;
}
@media screen and (max-width: 700px) {
  #footer ul li a {
    display: inline-block;
    font-size: 5.333vw;
    line-height: 9.33333vw;
    width: 50.6vw;
    margin: 0 auto;
  }
  #footer ul li a.mail {
    font-size: 3.733333vw;
  }
}

#copyright {
  font-size: 1rem;
  padding: 2.5vw 0 1em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 700px) {
  #copyright {
    font-size: 0.7rem;
    padding-top: 0;
  }
}

.listBox {
  height: 100%;
  overflow-y: auto;
}
.listBox h2 {
  text-align: center;
  color: #FFF;
  line-height: 3em;
  padding-top: 1em;
  font-size: 1.6rem;
}
.listBox .boxWrap {
  padding-bottom: 20px;
}
.listBox a {
  display: block;
  font-size: 1.3rem;
  color: #FFF;
  margin: 0 20px;
  border-bottom: 1px dotted #FFF;
  padding: 10px;
  transition: .2s;
}
.listBox a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.listBox a:last-child {
  border: none;
}
.listBox a dt {
  color: rgba(255, 255, 255, 0.65);
}

#topPopupText {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 99999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: calc(100% - 90px);
  background: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 700px) {
  #topPopupText {
    top: 45px;
    height: calc(100% - 45px);
  }
}
#topPopupText .wrap {
  width: 33.33333%;
  min-width: 500px;
  margin: 100px auto 150px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #topPopupText .wrap {
    width: auto;
    min-width: 0;
    margin: 40px 25px 100px;
  }
}
#topPopupText #topPopupClose {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -36px;
  right: calc(-11% - 36px);
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  #topPopupText #topPopupClose {
    top: -15px;
    right: -13px;
    transform: scale(0.8);
  }
}
#topPopupText #topPopupClose::before, #topPopupText #topPopupClose::after {
  content: "";
  display: block;
  height: 48px;
  width: 2px;
  background: #FFF;
  position: absolute;
  top: 0;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
#topPopupText #topPopupClose::before {
  transform: rotate(-45deg);
  left: 0;
}
#topPopupText #topPopupClose::after {
  transform: rotate(45deg);
  -ms-transform-origin: rigt top;
  transform-origin: right top;
  right: 0;
}
#topPopupText .tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
#topPopupText .tbl > div {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  line-height: 2.25;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  #topPopupText .tbl > div {
    font-size: 1.2rem;
  }
}
#topPopupText .tbl > div .fadein {
  text-align: left;
}
#topPopupText .tbl > div .fadein > span {
  display: block;
  margin: 2.5em 0;
  color: #FFF;
}

#writeTextTop {
  background: #FF0;
  height: 28px;
  width: 28px;
  background: url(../images/ic_pagetop01.gif) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -13px;
  bottom: -50px;
}
@media screen and (min-width: 701px) {
  #writeTextTop {
    display: none !important;
  }
}

#container {
  display: table;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #container {
    min-height: 0 !important;
  }
}
#container > div {
  display: table-cell;
  padding: 8.85416vw 0;
}
@media screen and (max-width: 700px) {
  #container > div {
    padding: 8.85416vw 30px;
  }
}
#container.middle > div {
  padding: 5vw 0;
  vertical-align: middle;
}

.base01 {
  max-width: calc(640px + 220px);
  margin: 0 auto;
}
.base01::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1020px) {
  .base01 {
    margin: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .base01 {
    margin: -8.85416vw auto 0;
  }
}
.base01 .contentsNavi {
  width: 220px;
  float: left;
  padding-right: 25px;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi {
    width: auto;
    float: none;
    padding: 0;
    min-height: 0 !important;
  }
}
.base01 .contentsNavi h2 {
  line-height: 1;
  color: #B28E6E;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi h2 {
    border-bottom: 1px solid #B28E6E;
    padding: 6% 0;
    text-align: center;
    margin: 0 -30px;
  }
}
.base01 .contentsNavi h2 span.main {
  margin-top: -.25em;
  display: block;
  letter-spacing: .15em;
  margin-right: -.2em;
  font-size: 3.6rem;
  font-weight: 200;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi h2 span.main {
    font-size: 9.6vw;
    margin: 0;
  }
}
.base01 .contentsNavi h2 span.sub {
  display: block;
  margin-top: 2em;
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
  letter-spacing: .1em;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi h2 span.sub {
    font-size: 1.2rem;
    margin-top: 1em;
  }
}
.base01 .contentsNavi .nav01,
.base01 .contentsNavi .nav02 {
  font-size: 1.4rem;
}
.base01 .contentsNavi .nav01::after,
.base01 .contentsNavi .nav02::after {
  content: "";
  display: block;
  clear: both;
}
#page-members .member-nav {
  margin: 26px 10% 24px 10%;
}
@media screen and (max-width: 700px) {
  #page-members .member-nav::after {
    content: "";
    display: block;
    clear: both;
  }
  .base01 .contentsNavi .nav01,
  .base01 .contentsNavi .nav02,
  #page-members .member-nav {
    margin: 2% 10% 4% 10%;
    text-align: left;
  }
}
@media screen and (min-width: 700px) {
  #page-members .member-nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #page-members .member-nav li a {
    font-size: 1.8rem;
  }
}
#page-members .member-nav li a.current {
  font-weight: bold !important;
  color: #B28E6E;
}
.base01 .contentsNavi .nav01 li,
.base01 .contentsNavi .nav02 li {
  margin: 1.2em 0;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi .nav01 li,
  .base01 .contentsNavi .nav02 li,
  #page-members .member-nav li {
    margin: .7em 0 0;
    width: 60%;
    float: left;
  }
  .base01 .contentsNavi .nav01 li:nth-child(even),
  .base01 .contentsNavi .nav02 li:nth-child(even),
  #page-members .member-nav li:nth-child(even) {
    width: 40%;
  }
  .base01 .contentsNavi .nav01 li:nth-child(2n+1),
  .base01 .contentsNavi .nav02 li:nth-child(2n+1),
  #page-members .member-nav li:nth-child(2n+1) {
    clear: both;
  }
}
.base01 .contentsNavi .nav01 li a,
.base01 .contentsNavi .nav02 li a,
#page-members .member-nav li a {
  color: #A4A4A4;
  font-weight: 300;
  transition: .2s;
}
.base01 .contentsNavi .nav01 li a::before,
.base01 .contentsNavi .nav02 li a::before,
#page-members .member-nav li a::before {
  content: ">";
  margin-right: .5em;
}
.base01 .contentsNavi .nav01 li a:hover,
.base01 .contentsNavi .nav02 li a:hover,
#page-members .member-nav li a:hover {
  color: #000;
}
.base01 .contentsNavi .nav01 li.current a,
.base01 .contentsNavi .nav02 li.current a,
#page-members .member-nav li.current a {
  color: #B28E6E;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi .nav01 {
    font-size: 5vw;
  }
}
.base01 .contentsNavi .nav02 {
  position: absolute;
  bottom: 0;
  right: 25px;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi .nav02,
  #page-members .member-nav li a {
    position: static;
    font-size: 4vw;
    margin-top: .3em;
  }
}
.base01 .contentsNavi .navBooks {
  margin-top: 70px;
  font-size: 1.1rem;
}
.base01 .contentsNavi .navBooks::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi .navBooks {
    margin: 1em -.5em 16vw;
    font-size: 1.4rem;
  }
}
.base01 .contentsNavi .navBooks li {
  margin: 2.2em 0;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi .navBooks li {
    margin: 0 0 1em;
    width: 33.33333%;
    float: left;
    padding: 0 .5em;
    text-align: left;
  }
}
.base01 .contentsNavi .navBooks li a {
  color: #333;
}
@media screen and (max-width: 700px) {
  .base01 .contentsNavi .navBooks li a {
    color: #A4A4A4;
  }
}
.base01 .contentsNavi .navBooks li a:hover {
  color: #B28E6E;
  font-weight: bold;
}
.base01 .contentsNavi .navBooks li a::before {
  content: ">";
  margin-right: .5em;
}
.base01 .contentsMain {
  width: calc(100% - 220px);
  float: right;
  padding-left: 25px;
  font-size: 1.1rem;
  border-left: 3px solid #B28E6E;
}
@media screen and (max-width: 700px) {
  .base01 .contentsMain {
    clear: both;
    width: auto;
    float: none;
    padding: 0;
    border: none;
    margin: 14.5% 0;
    min-height: 0 !important;
  }
}

#page-about .message p {
  margin-bottom: 2em;
  line-height: 2;
}
#page-about .message p.name {
  text-align: right;
  margin-top: 3em;
}
#page-about .aboutUs dl::after {
  content: "";
  display: block;
  clear: both;
}
#page-about .aboutUs dt {
  clear: both;
  float: left;
  width: 8em;
  position: relative;
  padding: 1em 0;
  line-height: 2;
}
#page-about.en_about .aboutUs dt {
  width: 15em;
}
#page-about .aboutUs dt span {
  display: block;
}
#page-about .aboutUs dt:first-child {
  padding-top: 0;
}
#page-about .aboutUs dt:first-child + dd {
  padding-top: 0;
}
#page-about .aboutUs dd {
  float: left;
  width: 100%;
  margin: 0 0 0 -8em;
  padding: 1em 0 1em 8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 2;
}
#page-about.en_about .aboutUs dd {
  margin: 0 0 0 -15em;
  padding: 1em 0 1em 16em;
}
#page-about .aboutUs dd::after {
  content: "";
  display: block;
  clear: both;
}
#page-about .aboutUs dd:last-child {
  border: none;
}
#page-about .aboutUs .result ul {
  width: 60%;
  float: left;
  padding-left: 1.5em;
}
@media screen and (max-width: 700px) {
  #page-about .aboutUs .result ul {
    width: auto !important;
    float: none;
  }
  #page-about.en_about .aboutUs dt {
    float: none;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0;
  }
  #page-about.en_about .aboutUs dd {
    float: none;
    margin: 0;
    padding: 1em 0;
  }
}
#page-about .aboutUs .result ul li {
  list-style: disc;
  line-height: 1.4;
  margin-bottom: .8em;
}
#page-about .aboutUs .result ul + ul {
  width: 40%;
}
#page-about .aboutUs .result ul + p {
  clear: both;
  padding-top: 1.5em;
}

#horizon {
  position: relative;
}
#horizon .paging {
  position: absolute;
  width: 100%;
  height: 11px;
  bottom: -40px;
  text-align: center;
  font-size: 0rem;
}
@media screen and (max-width: 700px) {
  #horizon .paging {
    position: fixed;
    width: auto !important;
    height: calc(100% - 45px);
    bottom: auto;
    top: 45px;
    right: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 1rem;
  }
}
#horizon .paging ol {
  width: 100%;
}
@media screen and (max-width: 700px) {
  #horizon .paging ol {
    padding: 30px 0;
  }
}
#horizon .paging li {
  display: inline-block;
  margin: 0 7px;
  counter-increment: works;
}
@media screen and (max-width: 700px) {
  #horizon .paging li {
    display: block;
    margin: auto;
    line-height: 1;
    margin-bottom: .8em;
  }
}
#horizon .paging li span::before {
  content: counter(works);
  font-size: 1.2rem;
  color: #999;
  cursor: pointer;
}
#horizon .paging li.on span {
  text-decoration: underline;
}
#horizon .paging li.on span::before {
  color: #333;
  cursor: default;
}
#horizon .arrow {
  width: 38px;
  height: 73px;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: no-repeat center;
  cursor: pointer;
  transition: .2s;
}
#horizon .arrow.prev {
  left: 30px;
  background-image: url(../images/ic_arrow_prev01.png);
}
#horizon .arrow.next {
  right: 30px;
  background-image: url(../images/ic_arrow_next01.png);
}
#horizon .arrow.disable {
  opacity: .3;
  cursor: default;
}
@media screen and (max-width: 700px) {
  #horizon .arrow {
    display: none;
  }
}

#horizonWrap {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 700px) {
  #horizonWrap {
    width: auto !important;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
  }
  #horizonWrap > div {
    width: auto !important;
  }
}
@media screen and (max-width: 700px) {
  #horizonWrap .horizonList {
    margin: calc(15px - 5vw) 0;
    padding-bottom: 50vh;
  }
}
#horizonWrap .list {
  position: relative;
}
#horizonWrap .list::after {
  content: "";
  display: block;
  clear: both;
}
#horizonWrap .list > li {
  float: left;
  padding: 0 15px;
  width: 545px;
  box-sizing: content-box;
}
#horizonWrap .list > li:first-child {
  padding-left: 100px;
}
#horizonWrap .list > li:last-child {
  padding-right: 100px;
}
#horizonWrap .list > li.addBtn {
  position: relative;
}
#horizonWrap .list > li.addBtn.prev {
  padding-left: 210px;
}
#horizonWrap .list > li.addBtn.next {
  padding-right: 110px;
}
@media screen and (max-width: 700px) {
  #horizonWrap .list > li.addBtn.prev {
    padding-left: 0;
    padding-top: 85px;
  }
  #horizonWrap .list > li.addBtn.next {
    padding-right: 0;
    padding-bottom: 70px;
  }
}
#horizonWrap .list > li.addBtn .btn {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  font-size: 1.5em;
  line-height: 409px;
  text-align: center;
  letter-spacing: .1em;
  font-weight: 400;
  transition: .2s opacity;
}
@media screen and (max-width: 700px) {
  #horizonWrap .list > li.addBtn .btn {
    line-height: 50px;
    width: 100%;
    height: auto;
    top: 15px;
    left: 0;
    margin: 0 !important;
  }
}
#horizonWrap .list > li.addBtn .btn span {
  display: block !important;
}
#horizonWrap .list > li.addBtn.next .btn {
  right: 0;
}
@media screen and (max-width: 700px) {
  #horizonWrap .list > li.addBtn.next .btn {
    right: auto;
    bottom: 0;
    top: auto;
  }
}
#horizonWrap .list > li.addBtn.prev .btn {
  margin-left: -110px;
}
@media screen and (max-width: 700px) {
  #horizonWrap .list > li {
    float: none;
    padding: 15px 0;
    width: auto;
    margin: 0 30px;
  }
  #horizonWrap .list > li:first-child {
    padding-left: 0;
  }
  #horizonWrap .list > li:last-child {
    padding-right: 0;
  }
}
#horizonWrap .list > li a {
  display: block;
}
#horizonWrap .list > li a span {
  display: none !important;
}
#horizonWrap .list > li img {
  width: 100%;
  height: auto;
}
#horizonWrap .list.deshi > li {
  width: 350px;
}
@media screen and (max-width: 700px) {
  #horizonWrap .list.deshi > li {
    width: auto;
    padding: 0;
  }
}
#horizonWrap .list.deshi a {
  display: block;
  border-left: 3px solid #000;
  padding-left: 1em;
  margin: 30px 0;
}
@media screen and (max-width: 700px) {
  #horizonWrap .list.deshi a {
    border-left-width: 1.5px;
    margin: 20px 0;
  }
}
#horizonWrap .list.deshi a h2 {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  #horizonWrap .list.deshi a h2 {
    font-size: 1em;
    margin-bottom: .2em;
  }
}
#horizonWrap .list.deshi a .name {
  line-height: 1.2;
}
#horizonWrap .list.deshi a:hover {
  border-left-color: #B28E6E;
}
#horizonWrap .list.deshi a:hover h2 {
  color: #B28E6E;
}
#horizonWrap .list.deshi article:first-child a, #horizonWrap .list.deshi article:last-child a {
  margin: 0;
}
@media screen and (max-width: 700px) {
  #horizonWrap .list.deshi article:first-child a, #horizonWrap .list.deshi article:last-child a {
    margin: 20px 0;
  }
}

#newsList li a {
  display: block;
  padding: 1em 0;
  border-bottom: 1px dashed #333;
}
#newsList li:first-child a {
  padding-top: 0;
}
#newsList li:last-child a {
  padding-bottom: 0;
  border: none;
}
#newsList li time {
  display: block;
  margin-bottom: .2em;
}
#newsList li h3 {
  line-height: 1.6;
}

#newsDetail time {
  display: block;
  font-size: 1.27em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.2em;
}
#newsDetail .title {
  font-size: 1.45454em;
  padding: 0 0 .8em;
  margin-bottom: 2em;
  border-bottom: 1px dashed #333;
  line-height: 1.6;
}
#newsDetail .textArea p {
  line-height: 2.2;
  word-break: break-all;
}

#page-contact {
  max-width: 380px;
  margin: 0 auto;
}
#page-contact .box {
  position: relative;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 700px) {
  #page-contact .box {
    margin-bottom: 2em !important;
  }
}
#page-contact.input .box {
  margin: 0 0 .8em;
}
#page-contact .title {
  line-height: 40px;
  font-size: 1.6rem;
  width: 7em;
  position: absolute;
  left: -8.5em;
  top: 0;
}

#page-contact.input_em .title {
  width: 14em;
  position: absolute;
  left: -15.5em;
}
@media screen and (max-width: 700px) {
  #page-contact .title {
    line-height: 1;
    position: static;
    margin: 0 0 .5em;
    font-size: 100%;
    letter-spacing: 0 !important;
  }

  #page-contact.input_em .title {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #page-contact.check .title {
    color: #999;
  }
}
#page-contact .contents {
  padding-top: .2em;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-top: .5em;
}
#page-contact.input .contents {
  font-size: 0rem;
}
#page-contact input[type=text],
#page-contact textarea {
  width: 100%;
  border: 1px solid #000;
  line-height: 38px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#page-contact input[type=text] {
  height: 40px;
}
#page-contact textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  height: 10em;
  line-height: 1.6;
}
@media screen and (min-width: 701px) {
  #page-contact textarea {
    font-size: 14px;
  }
}
#page-contact input[type=checkbox] {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
}
#page-contact label {
  display: inline-block;
  cursor: pointer;
  color: #999;
  transition: .2s;
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
}
#page-contact label i {
  display: inline-block;
  border: 1px solid #000;
  background: #FFF;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-right: .8em;
}
#page-contact label:hover {
  color: #333;
}
#page-contact input[type=checkbox]:checked + label i {
  background: #FFF url(../images/ic_check01.png) no-repeat center;
  background-size: 80% auto;
}
#page-contact .btn {
  margin-top: 3em;
}
#page-contact .btn p {
  margin-top: 1em;
}
#page-contact .btn input {
  height: 80px;
  color: #FFF;
  background: #000;
  border: none;
  width: 100%;
  cursor: pointer;
  font-size: 1.8rem;
  transition: .2s;
  padding-left: .1em;
  letter-spacing: .1em;
}
#page-contact .btn input:hover {
  opacity: .85;
}
#page-contact .btn input.re {
  background: #CCC;
  color: #666;
  height: 50px;
}
#page-contact.finish p {
  font-size: 1.3em;
  text-align: center;
}

#post-movie {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  #post-movie {
    margin: 0;
    max-width: none;
  }
}
#post-movie .mediaArea {
  position: relative;
  padding-top: 56.25%;
}
#post-movie .mediaArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#post-movie .mediaArea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#post-movie .release {
  margin: 2.1em 0 3.33333em;
  display: table;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  #post-movie .release {
    margin: 2em 0;
  }
}
#post-movie .release dt {
  display: table-cell;
  color: #A4A4A4;
  padding-right: 1em;
}
#post-movie .release dd {
  display: table-cell;
}
#post-movie h2 {
  font-size: 1.75em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  #post-movie h2 {
    font-size: 1.6rem;
  }
}
#post-movie .textArea, #post-movie .textArea01, #post-movie .textArea02 {
  word-break: break-all;
  line-height: 2;
}
#post-movie .textArea02 table th, #post-movie .textArea02 table td {
  height: 1em;
  vertical-align: top;
  line-height: 1.4;
  padding-bottom: .5em;
}
#post-movie .textArea02 table th {
  padding-right: 1.5em;
}
@media screen and (max-width: 1024px) {
  #post-movie .navi {
    position: absolute;
    padding-top: 56.25%;
    width: 100%;
    top: 0;
  }
}
#post-movie .navi li a {
  width: 38px;
  height: 73px;
  position: fixed;
  top: 50%;
  margin-top: -36px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: no-repeat center;
  cursor: pointer;
  transition: .2s;
}
@media screen and (max-width: 1024px) {
  #post-movie .navi li a {
    width: 19px;
    height: 37px;
    background-size: 100% auto;
    margin-top: -19px;
  }
}
#post-movie .navi li a:hover {
  opacity: .45;
}
#post-movie .navi li.prev a {
  margin-left: -18.2vw;
  background-image: url(../images/ic_arrow_prev01.png);
}
@media screen and (max-width: 1024px) {
  #post-movie .navi li.prev a {
    margin-left: -45px;
  }
}
@media screen and (max-width: 700px) {
  #post-movie .navi li.prev a {
    position: absolute;
    margin-left: 0;
    left: -25px;
  }
}
#post-movie .navi li.next a {
  margin-left: calc(562px + 18.2vw);
  background-image: url(../images/ic_arrow_next01.png);
}
@media screen and (max-width: 1024px) {
  #post-movie .navi li.next a {
    margin-left: 626px;
  }
}
@media screen and (max-width: 700px) {
  #post-movie .navi li.next a {
    position: absolute;
    right: -25px;
    margin-left: 0;
  }
}

#post-lecture {
  min-height: 122vh;
  margin: 0 7.8125vw;
}
#post-lecture_pare p.indextop {
  text-align: center;
  margin: 0 7.8125vw;
}
#post-lecture_pare p.indextop a {
  display: inline-block;
  font-size: 1.0em;
  background: rgba(0, 0, 0, 0.5);
  padding: 1em 3em;
  color: #FFF;
  line-height: 2;
}
@media screen and (max-width: 700px) {
#post-lecture_pare p.indextop {
  margin: 10vw 7.8125vw 0 7.8125vw;
}
}
@media screen and (max-width: 700px) {
  #post-lecture {
    min-height: 0;
    margin: -8.85416vw -30px;
  }
}
#post-lecture .textArea {
  display: inline-block;
  font-size: 1.3em;
  background: rgba(0, 0, 0, 0.5);
  padding: 3.055555em;
  color: #FFF;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  #post-lecture .textArea {
    padding: 30px;
    font-size: 1.1rem;
  }
}
#post-lecture .textArea p {
  word-break: break-all;
}
#post-lecture .textArea p a {
  color: inherit;
}

#post-event {
  background: #000;
}
#post-event .eventWrap {
  min-height: 650px;
  margin: -8.85416vw 0;
}
#post-event .eventWrap::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 700px) {
  #post-event .eventWrap {
    min-height: 0;
    height: auto !important;
    margin-left: -30px;
    margin-right: -30px;
  }
}
#post-event .eventWrap::after {
  content: "";
  display: block;
  clear: both;
}
#post-event .eventWrap .box {
  width: 33.33333%;
  height: 50%;
  float: left;
  background: #000 no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  #post-event .eventWrap .box {
    float: none;
    width: auto;
    height: 56vw;
  }
}
#post-event .eventWrap .box:first-child {
  height: 100%;
}
@media screen and (max-width: 700px) {
  #post-event .eventWrap .box:first-child {
    height: 100vw;
  }
}
#post-event .eventWrap .box > article {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 30px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 700px) {
  #post-event .eventWrap .box > article {
    height: auto;
    padding: 20px;
    overflow-y: visible;
  }
}
@media screen and (max-width: 700px) {
  #post-event .eventWrap .box.data {
    height: auto;
  }
}
#post-event .eventWrap .box .postWrap {
  display: table;
  width: 100%;
  height: 100%;
}
#post-event .eventWrap .box .postWrap .indextop a {
  color: #FFF;
}
@media screen and (max-width: 700px) {
  #post-event .eventWrap .box .postWrap {
    height: auto;
  }
}
#post-event .eventWrap .box h2 {
  display: table-row;
  font-size: 2em;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  #post-event .eventWrap .box h2 {
    font-size: 1.5em;
  }
}
#post-event .eventWrap .box h2 span {
  display: table-cell;
  padding-bottom: 1em;
}
#post-event .eventWrap .box .textArea {
  display: table-row;
  line-height: 1.8;
}
#post-event .eventWrap .box .textArea > div {
  display: table-cell;
  vertical-align: bottom;
}
@media screen and (max-width: 700px) {
  #post-event .eventWrap .box .textArea > div {
    font-size: .92em;
  }
}

#post-books .bookList {
  margin: 0 -15px 45px;
}
#post-books .bookList::after {
  content: "";
  display: block;
  clear: both;
}
#post-books .bookList:last-child {
  margin-bottom: 0;
}
#post-books .bookList h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  padding: 0 15px;
  color: #B28E6E;
  font-weight: normal;
  letter-spacing: .1em;
}
@media screen and (max-width: 700px) {
  #post-books .bookList h3 {
    font-size: 2.1rem;
    text-align: center;
  }
}
#post-books .bookList article {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
}
#post-books .bookList article:nth-child(5n+2) {
  clear: both;
}
@media screen and (max-width: 700px) {
  #post-books .bookList article {
    width: 33.33333%;
  }
  #post-books .bookList article:nth-child(5n+2) {
    clear: none;
  }
  #post-books .bookList article:nth-child(3n+2) {
    clear: both;
  }
}
#post-books .bookList article figure {
  display: block;
  text-align: center;
}
#post-books .bookList article figure img {
  max-width: 100%;
  height: auto;
}
#post-books .bookList .book_modal {
  display: none;
  width: 550px;
  background: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 85%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999999;
}
#post-books .bookList .book_modal::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 700px) {
  #post-books .bookList .book_modal {
    left: 15px;
    width: auto;
    right: 15px;
    margin-left: 0;
  }
}
#post-books .bookList .book_modal > div {
  padding: 40px 25px;
}
@media screen and (max-width: 700px) {
  #post-books .bookList .book_modal > div {
    padding: 60px 25px 40px;
  }
}
#post-books .bookList .book_modal h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2em;
  line-height: 1.4;
}
#post-books .bookList .book_modal .bookImg {
  max-width: 100px;
  float: left;
  margin: 0 30px 25px 10px;
}
@media screen and (max-width: 700px) {
  #post-books .bookList .book_modal .bookImg {
    max-width: 65px;
    margin: 0 15px 10px 0;
  }
}
#post-books .bookList .book_modal .bookImg img {
  max-width: 100%;
  height: auto;
}
#post-books .bookList .book_modal .data {
  line-height: 1.8;
}
#post-books .bookList .book_modal .buyBtn {
  clear: both;
  padding-top: 1.5em;
  text-align: right;
}
#post-books .bookList .book_modal .buyBtn img {
  width: 180px;
  height: auto;
}
#post-books .bookList .book_modal .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.65) url(../images/ic_close01.jpg) no-repeat center;
}

#bookLayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.textArea {
  word-break: break-all;
}
.textArea img {
  max-width: 100%;
  height: auto;
}

#page-members .block {
  background: #B28E6E;
}
#page-members .block .cover-bg {
  transition: .2s;
}
#page-members .block:hover .cover-bg {
  opacity: .75;
}

@media screen and (max-width: 700px) {
  #post-member .base01 {
    margin-top: 0;
  }
}
#post-member .contentsNavi {
  padding-top: 8.85416vw;
}
@media screen and (max-width: 700px) {
  #post-member .contentsNavi {
    padding-top: 0;
  }
  #post-member .contentsNavi h2 {
    margin: 0;
  }
}
#post-member .contentsMain {
  padding-bottom: 8.85416vw;
}
@media screen and (max-width: 700px) {
  #post-member .contentsMain {
    padding: 0 30px 30px;
    margin-top: 0;
  }
}
#post-member .contentsMain .name {
  margin-top: 2em;
}
#post-member .contentsMain .name .sub {
  display: block;
  font-size: 1.09em;
}
@media screen and (max-width: 700px) {
  #post-member .contentsMain .name .sub {
    font-size: 1em;
  }
}
#post-member .contentsMain .name .main {
  display: block;
  font-size: 3em;
  letter-spacing: .05em;
  font-weight: 200;
}
@media screen and (max-width: 700px) {
  #post-member .contentsMain .name .main {
    font-size: 1.5em;
    margin-top: .5em;
  }
}
#post-member .contentsMain header {
  display: block;
  border-bottom: 1px dashed #000;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 700px) {
  #post-member .contentsMain header {
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 700px) {
  #post-member .contentsMain figure {
    margin: 0 -30px 30px;
  }
}
#post-member .contentsMain figure img {
  max-width: 100%;
  height: auto;
}
#post-member .contentsMain .title {
  margin-top: 2em;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  #post-member .contentsMain .title {
    margin-top: 1em;
  }
}
#post-member .contentsMain .mainText {
  padding: 1em 0 1.5em;
  border-bottom: 1px dashed #000;
  margin-bottom: 1em;
}
#post-member .contentsMain .mainText p {
  line-height: 2;
  margin-bottom: 1.5em;
}
#post-member .contentsMain .mainText p:last-child {
  margin: 0;
}
#post-member .contentsMain .mainText a {
  text-decoration: underline;
}
#post-member .contentsMain .data {
  line-height: 2;
}
#post-member .contentsMain .data ul {
  margin: 1.5em 0 1.5em 1.5em;
}
#post-member .contentsMain .data ul li {
  line-height: 1.5;
  margin-bottom: .8em;
  list-style: disc;
}
#post-member .contentsMain .data a {
  text-decoration: underline;
}
#post-member .contentsMain h4 {
  font-weight: bold;
  font-size: 1.16666em;
  margin-bottom: 2em;
}
#post-member .contentsMain p + h4,
#post-member .contentsMain ul + h4 {
  margin-top: 3.5em;
}
#post-member .contentsMain h5 {
  font-weight: bold;
  margin-bottom: 1em;
}
#post-member .contentsMain p + h5,
#post-member .contentsMain ul + h5 {
  margin-top: 3em;
}
#post-member .contentsMain .account {
  margin-top: 3em;
  border: 1px solid #D6D6D6;
  padding: 1.5em;
}
#post-member .contentsMain .account dt {
  font-weight: bold;
  color: #666;
  line-height: 1.3;
}
#post-member .contentsMain .account dd + dt {
  margin-top: 1em;
}
#post-member .contentsMain .account dd {
  word-break: break-all;
  line-height: 1.5;
}
#post-member .contentsMain .account dd a {
  text-decoration: underline;
}
#post-member .navMember01 {
  margin-top: 90px;
  font-size: .9166666em;
  line-height: 1;
  letter-spacing: .1em;
}
#post-member .navMember01 li {
  margin: 2.5em 0;
}
#post-member .navMember01 li a::before {
  content: "＞";
  margin: 0 .5em 0 0;
}
#post-member .navMember01 li a:hover {
  color: #B28E6E;
  font-weight: bold;
}
#post-member .navMember01 li.current a {
  color: #B28E6E;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  #post-member .navMember01 {
    display: none;
  }
}
#post-member .navMember02 {
  font-size: .9166666em;
  letter-spacing: .1em;
  line-height: 1;
  padding-bottom: 8.85416vw;
}
#post-member .navMember02 li::before {
  content: "・";
  display: block;
  margin: .2em 0;
  font-size: 2em;
}
#post-member .navMember02 li span {
  display: block;
}
#post-member .navMember02 li .en {
  margin: .7em 0;
}
#post-member .navMember02 li a:hover {
  color: #B28E6E;
  font-weight: bold;
}
#post-member .navMember02 li.current a {
  color: #B28E6E;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  #post-member .navMember02 {
    display: none;
  }
}

#page-privacy main {
  font-size: 1.2em;
}
#page-privacy main ol {
  margin-left: 1.5em;
}
#page-privacy main ol li {
  list-style: decimal;
}
#page-privacy main ol li > div {
  font-weight: bold;
  margin-bottom: .5em;
}
#page-privacy main p {
  margin-bottom: 2em;
  font-weight: normal;
}
#page-privacy main dt {
  margin-bottom: .5em;
}
#page-privacy main dd {
  border: 1px solid #D6D6D6;
  padding: 1.5em;
}

/* member----------------------------- */
.dram {
  height: 85px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #B28E6E;
}
@media screen and (min-width: 701px) {
  .dram {
    overflow: hidden;
    opacity: 0;
    height: 0;
    width: 0;
  }
}

.dram::before,
.dram::after {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
}

.dram::before {
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}

.dram::after {
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

/*
.demo {
	top:-20px;
	position: relative;
	overflow: auto;
}

.demo ul {
	display: block;
	margin: 0;
}

.demo ul li {
	list-style-type: none;
	text-align: center;
}
*/
#spMemberNav {
  width: 100%;
  height: 120px;
  padding: 2px;
  top: -20px;
  position: relative;
  overflow: auto;
}

#spMemberNav ul {
  height: 3000px;
  display: block;
  margin: 0;
}

#spMemberNav ul li {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  list-style-type: none;
  text-align: center;
}

#spMemberNav ul li a {
  display: block;
}

#spMemberNav ul li.current a {
  color: #B28E6E;
  font-weight: bold;
}

#spMemberNav ul li .en,
#spMemberNav ul li .title {
  display: none;
}

/* ----------------------------- */
.history_table {
  width: 100%;
}

.history_table th,
.history_table td {
  line-height: 1.6;
  vertical-align: top;
}

.history_table td {
  padding: 10px;
  border: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
}

.history_table td.td_ctt {
  border-right: 0;
}

.history_table td.td_year {
  font-size: 13px;
  padding-top: 8px;
}

.history_table td p {
  text-align: right;
}

.history_table td .thumbArea {
  padding: 10px 0 0;
}

.history_table td p img {
  height: 100px;
  margin: 0 0 0 10px;
}

.history_table th {
  padding: 5px 10px 4px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
}

.history_table th#th_company {
  background: #cca872;
  border-right: 1px solid #fff;
}

.history_table th#th_contents {
  background: #9f9f9f;
}

.history_table th#th_year {
  background: #241816;
  border-right: 1px solid #fff;
}

/*media queries*/
@media screen and (max-width: 700px) {
  .history_table td .thumbArea p {
    text-align: center;
    letter-spacing: -.40em;
    /* �����Ԃ��l�߂Č��Ԃ��폜���� */
  }

  .history_table td .thumbArea p img {
    max-width: 45%;
    height: auto;
    letter-spacing: normal;
    margin: 0;
    padding: 0 0.5rem 0.5rem 0.5rem;
    vertical-align: bottom;
  }

  .history_table {
    display: block;
  }

  .history_table th {
    display: none;
  }

  .history_table tr {
    margin-right: 100px;
  }

  .history_table tr,
  .history_table td {
    display: block;
    font-size: 13px;
    width: 100%;
    border: none;
  }

  .history_table td {
    position: relative;
    padding-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #aaa;
  }

  .history_table td.td_year {
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 2%;
    border-top: 1px solid #555;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 10px;
  }

  .history_table td:nth-child(2) {
    margin-bottom: 10px;
  }

  .history_table td:nth-child(2):before {
    content: "COMPANY";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 2% 0 2%;
    color: #000;
    font-weight: bold;
    font-size: 12px;
  }

  .history_table td.td_ctt:before {
    content: "CONTENTS";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 2% 0 2%;
    color: #000;
    font-weight: bold;
    font-size: 12px;
  }

  .history_table td.td_ctt {
    border: none;
  }
}
.page-numbers {
  display: none;
}

/* ----------------------------- */
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
