@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:700,amily=Lato);
/***************************/
/* reset css
/***************************/
html, body, div, span, object, iframe, h1, h2, h2, h3, h4, h5, h6, p, a, blockquote, pre  , abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub  , sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,   caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption  , figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio,   video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: Verdana, "ﾃ榲｢ﾂ･ﾂｴﾂ･ﾂｷﾂ･ﾃδ･ﾂｯ", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Oxygen', sans-serif;
  font-weight: normal;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: block;
}

/***************************/
/* my useful tips
/***************************/

/*   float   */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.list-unstyled {
  list-style-type: none;
}

.flex {
  display: -webkit-box;/*--- Android¥Ö¥é¥¦¥¶ÍÑ ---*/
  display: -ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari¡ÊPC¡ËÍÑ ---*/
  display: flex;
  -webkit-box-pack: justify;/*--- Android¥Ö¥é¥¦¥¶ÍÑ ---*/
  -ms-flex-pack: justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between;/*--- safari¡ÊPC¡ËÍÑ ---*/
  justify-content: space-between;
}

.flex1 {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  /*-webkit-box-flex: 1;  Android 2~4
  flex: auto;
  -webkit-flex: auto;
*/}

.flex2 {
  -webkit-flex-grow: 2;
  -webkit-box-flex: 2;
  flex-grow: 2;
}

.flex3 {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}

.flex4 {
  -webkit-flex-grow: 4;
  flex-grow: 4;
}

.flex5 {
  -webkit-flex-grow: 5;
  flex-grow: 5;
}

.flex6 {
  -webkit-flex-grow: 6;
  flex-grow: 6;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/*social plugins*/
.social_box {
  text-align: right;
}

.fb-like,
.hatena-bookmark-button-frame,
.twitter-tweet-button,
.line img {
  display: inline;
  vertical-align: bottom;
}

/***************************/
/* page settings
/***************************/
body {
  color: #221815;
  font-size: 1em;
  letter-spacing: .03em;
  line-height: 1.6em;
  margin: 0;
}

a {
  color: #333;
  font-size: 1em;
  letter-spacing: .03em;
  line-height: 1.6em;
  text-decoration: none;
}

a:active {
  color: #8cd9ec;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::-moz-selection {
  background: #c6eeff;
}

::selection {
  background: #c6eeff;
}

.inner-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1000px;
}

.small {
  font-size: 80%;
}

.section-title {
  color: #63676a;
  font-size: 50px;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1em;
  margin-bottom: 30px;
  text-align: center;
}

.section-title .small {
  font-size: 40%;
  line-height: 3em;
}

.strong {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.bg {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #ddd;
}

.bg-blue {
  background: #77c1e1;
}

.btn {
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  padding: .6em 3em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.btn:hover {
  background: #666;
  border: none;
  color: #fff;
  text-decoration: none;
}

.btn:active {
  color: #fff;
  position: relative;
  top: 1px;
}

.btn-default {
  background-color: #333;
}

.dash {
  letter-spacing: -.2em;
  padding-right: 10px;
}


/***************************/
/* site header
/***************************/

.site-menu {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.site-menu ul {
  margin: 0;
}

.site-menu li {
  display: inline-block;
  margin: 0 2.5%;
  position: relative;
  text-align: center;
}

.site-menu li a,
.site-menu li a:hover,
.site-menu li a:active {
  background: none;
  border: none;
  color: #63676a;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 65px;
  text-decoration: none;
}

.site-menu li a:hover {
  color: #77c1e1;
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.site-menu li:hover .underline {
  opacity: 1;
}

.site-menu li.nav-amazon {
  background: #77c1e1;
  border-bottom: 1px solid #FFF;
  height: 100%;
  margin-right: 20px;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
  width: 200px;
}

.site-menu li.nav-amazon:hover {
  background: #333;
}

.site-menu li.nav-amazon a,
.site-menu li.nav-amazon a:hover,
.site-menu li.nav-amazon a:active {
  background: none;
  color: #fff;
}

.header-image {
  background: url(../../../_images/special/high_brand/header.png);
  background-size: cover;
  padding-top: 65px;
  position: relative;
}

.header-image h1 {
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
  border-top: none;
  border-bottom: none;
  width: 47%;
}

.header-image h1 img {
  padding: 5%;
  vertical-align: bottom;
  width: 100%;
}

.header-image .sub-title {
  position: absolute;
  right: 5%;
  top: 60%;
  width: 22%;
}


/***************************/
/* bookinfo
/***************************/

#book-info .inner-wrapper {
  padding: 6% 0;
}

#book-info a,
#book-info a:hover,
#book-info a:active {
  font-weight: bold;
}

.book-detail,
.author-detail {
  margin-top: 1%;
  padding: 0 2%;
  width: 44%;
}

.book-detail .book {
  border: 1px solid #FFFCE8;
  height: auto;
  vertical-align: bottom;
  width: 150px;
}

.book-detail .book:hover {
  opacity: .8;
}

.book-detail > div {
  margin-left: 170px;
}

.book-detail h3,
.author-detail h3,
.site-footer h3 {
  color: #63676a;
  font-size: 180%;
  line-height: 2em;
  margin-bottom: 10%;
}

.book-detail h3,
.author-detail h3,
.site-footer h3 {
  position: relative;
  padding: 0.3em 0;
}

.book-detail h3::before,
.author-detail h3::before,
.book-detail h3::after,
.author-detail h3::after,
.site-footer h3::before,
.site-footer h3::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.book-detail h3::before,
.author-detail h3::before,
.site-footer h3::before {
  top: 0;
  border-top: 2px solid #63676a;
  border-bottom: 1px solid #63676a;
}

.book-detail h3::after,
.author-detail h3::after,
.site-footer h3::after {
  bottom: 0;
  border-top: 1px solid #63676a;
  border-bottom: 2px solid #63676a;
}

.book-detail h4 {
  margin-bottom: 3%;
}

.book-detail h5 {
  display: inline-block;
}

.author-detail h4 {
  font-size: 140%;
}

.author-detail small {
  letter-spacing: 0;
}

.author-detail .profile {
  margin-top: 3%;
  line-height: 180%;
}


/***************************/
/* contents
/***************************/

#contents {
  padding: 6% 0;
}

#contents .chapter {
  float: left;
  margin-bottom: 30px;
  margin-right: 8%;
  width: 46%;
}

#contents .chapter:nth-last-child(2) {
  margin-right: 0;
}

#contents .chapter:last-child {
  margin-bottom: 0;
}

.contents-lv-01 {
  font-size: 16px;
  margin-bottom: 15px;
}

.contents-lv-01 div:first-child {
  border-bottom: 1px dashed #AEA782;
  color: #AEA782;
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;
}

span.contents-lv-02 {
  color: #333;
  font-size: 12px;
  margin-bottom: 15px;
  padding-left: 10px;
  position: relative;
}

#contents .column div:first-child {
  color: #AEA782;
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;
}

.contents-number {
  color: #AEA782;
  display: inline-block;
  font-family: 'Berkshire Swash', cursive;
  font-size: 20px;
  left: 0;
  position: absolute;
  text-align: right;
  top: -3px;
  width: 20px;
}

#contents .column {
  border-left: 2px dotted #AEA782;
  margin: 30px 0 30px 10px;
  padding-left: 25px;
}

.contents-wrapper {
  width: 45%;
}

.contents-wrapper > ol > li {
  margin: 2% 0;
}


/***************************/
/* bookreview
/***************************/

#bookreview {
  padding: 6% 0;
}

#bookreview .inner-wrapper {
  max-width: 930px;
}

#bookreview .inner-wrapper > div {
  margin-top: 1%;
}

#bookreview p {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 5%;
}

#bookreview b {
  font-size: 105%;
  font-weight: bold;
}

#bookreview .point {
  background: #eee;
  border-radius: 10px;
  padding: 2%;
}

#bookreview h3 {
  border-bottom: 5px double #A09B86;
  font-size: 110%;
  padding-bottom: .5em;
  margin: 30px 0;
  text-align: left;
}


/***************************/
/* interview
/***************************/

#interview {
  padding: 6% 0;
}

#interview .inner-wrapper {
  max-width: 930px;
}

#interview .inner-wrapper > div {
  margin-top: 1%;
}

#interview p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 5%;
}

#interview h3 {
  border-bottom: 5px double #A09B86;
  font-size: 110%;
  padding-bottom: .5em;
  margin: 30px 0;
  text-align: left;
}

#interview .question {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 1%;
  padding: 1.5% 0;
}

#interview .pict {
  float: right;
  padding: 5%;
}

/***************************/
/* footer
/***************************/

.site-footer .book-detail-foot {
  margin: 1% auto 6%;
  padding: 0 2%;
  width: 100%;
}

.site-footer .book-detail-foot .book-a {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

.site-footer .book-detail-foot .book {
  border: 1px solid #FFFCE8;
  height: auto;
  vertical-align: bottom;
  width: 180px;
}

.site-footer .book-detail-foot .book:hover {
  opacity: .8;
}

.site-footer .book-detail-foot .book-detail-box {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.site-footer .book-detail-foot h3 {
  font-size: 150%;
  margin: 4% 0;
}

.site-footer .book-detail-foot h4 {
  margin-bottom: 3%;
  font-size: 140%;
}

.site-footer .book-detail-foot h4 a {
  font-weight: bold;
}

.site-footer .book-detail-foot h5 {
  display: inline-block;
  margin: 0;
  opacity: .9;
}

.site-footer .book-detail-foot span {
  opacity: .9;
}

.site-footer .btn {
  font-size: 20px;
  margin: 3% 0;
}

.footer-bottom {
  background: #b5babe;
  padding: 3% 0;
}

.footer-bottom a,
.footer-bottom a:active {
  font-size: 14px;
  padding: 10px;
}

.footer-bottom a:hover {
  border: none;
  opacity: .8;
  text-decoration: none;
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom li:before {
  content: "|";
}

.footer-bottom li:first-child:before {
  display: none;
}

.footer-bottom small {
  font-size: 12px;
  letter-spacing: 0;
}

.to-top {
  background: #b5babe;
  border-radius: 50%;
  bottom: 30px;
  display: block;
  height: 105px;
  padding-top: 22px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 105px;
  z-index: 20;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.to-top:hover {
  /*background: transparent;*/
  border: none;
}


@media screen and (max-width: 736px) {

  body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
  }

  .inner-wrapper {
    width: 100%;
  }

  #book-info .inner-wrapper,
  #contents .inner-wrapper,
  #bookreview .inner-wrapper,
  #interview .inner-wrapper,
  #series .inner-wrapper {
    width: 95%;
  }

  #book-info,
  #contents,
  #bookreview,
  #interview,
  #series {
    padding: 14% 0;
    margin-top: -7%;
  }

  .pull-left,
  .pull-right {
    float: none;
  }

  .section-title {
    font-size: 36px;
    letter-spacing: .1em;
  }

  .section-title .small {
    line-height: 1em;
  }

  .mean-container .mean-bar {
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 10;
  }

  .mean-container .mean-nav {
    background: rgba(56, 57, 64, 0.8);
  }

  .mean-container .mean-nav ul li a {
    border-bottom: none;
    font-size: 14px;
    text-align: center;
  }

  .mean-container .mean-bar > a {
    border-bottom: none;
    position: fixed;
  }

  .mean-container .mean-bar > a:hover {
    border-bottom: none;
  }

  .mean-container a.meanmenu-reveal {
    color: #333;
  }

    .mean-container a.meanmenu-reveal span {
    background: #383940;
  }

  /***************************/
  /* site-header
  /***************************/

  .site-header {
    height: auto;
    margin-bottom: 0;
  }

  .header-image {
    padding: 0;
  }

  .header-image h1 {
    text-align: center;
    margin-top: 42px;
    overflow: hidden;
    width: 100%;
  }

  .header-image h1 img {
    margin: 0 auto;
    width: 90%;
  }

  .header-image .sub-title {
    position: absolute;
    right: 2%;
    top: 70%;
    width: 25%;
  }


  /***************************/
  /* book-info
  /***************************/

  #book-info .inner-wrapper {
    padding: 0;
  }

  .book-detail,
  .author-detail {
    float: none;
    font-size: 14px;
    margin: 8% auto;
    width: 90%;
  }

  .book-detail {
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
  }

  .book-detail .strong {
    font-size: 18px;
  }

  .book-detail > a {
    display: none;
  }

  .book-detail > div {
    margin-left: 0;
    overflow: hidden;
  }

  .book-detail h3, .author-detail h3 {
    display: none;
  }


  /***************************/
  /* contents
  /***************************/

  #contents .strong {
    font-size: 90%;
  }

  .contents-wrapper {
    width: 100%;
  }

  #contents .chapter {
    float: none;
    width: 100%;
  }

  #contents .contents-lv-01 div:first-child {
    font-size: 30px;
    border-width: 2px;
    line-height: 1.8em;
  }

  #contents .contents-lv-01 div:last-child {
    color: #434031;
    font-size: 18px;
    font-weight: bold;
  }


  /***************************/
  /* bookreview
  /***************************/

  #bookreview p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 4%;
  }


  /***************************/
  /* intereview
  /***************************/

  #interview p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 7%;
  }

  #interview h3 {
    margin-top: 15%;
    margin-bottom: 10%;
  }

  #interview .question {
    font-size: 95%;
    margin-bottom: 6%;
  }

  #interview .pict {
    float: none;
    padding: 0;
  }

  #interview img {
    width: 100%;
  }


  /***************************/
  /* site-footer
  /***************************/

  .social_box {
    margin-top: 10%;
    text-align: center;
  }

  .site-footer .book-detail-foot {
    padding: 0;
  }

  .site-footer .book-detail-foot .book-a {
    border: none;
        margin-right: 0;
        margin-bottom: 15px;
  }

  .site-footer .book-detail-foot h4 {
    font-size: 20px;
  }

  .site-footer .btn {
    margin-bottom: 5%;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .footer-bottom a,
  .footer-bottom a:active {
    border: none;
    font-size: 11px;
    padding: 0 2px;
  }

  .to-top {
    display: none;
  }
}