a {
  outline: none;
}

a:link, a:visited {
  color: #249489;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  text-decoration: none;
}

a img {
  text-decoration: none;
}

ul {
  list-style-type: none;
  line-height: 180%;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  letter-spacing: .07rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.hover:hover {
  opacity: .7;
}

h1,h2,h3,h4 {
  margin: 0;
}

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

body p {
  line-height: 180%;
  margin: 0 0 2%;
}

.site-menu,
h2,
h3,
h4 {
  font-family: 'Noto Sans Japanese', serif;
}

dl {
  margin: 0;
}

ol {
  list-style:none;
  padding: 0;
}

dt,
dt {
  display: inline;
  margin-right: 5px;
}

dd,
dd {
  display: inline;
  margin: 0;
}

/*----drag------*/

::selection {
  background-color: rgba(0, 0, 0, .06);
}

::-moz-selection {
  background-color: rgba(0, 0, 0, .06);
}

/*----menu------*/
.site-menu {
  background: #fff;
  box-sizing: border-box;
  text-align: right;
  margin: 0 auto;
  padding: .5% 1%;
  font-weight: 400;
  width: 100%;
}

.site-menu ul {
  margin: 0 auto;
  max-width: 1080px;
  text-align: right;
}

.site-menu li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding: 0 1.6%;
}

.site-menu li:last-child a {
  padding-right: 0;
}

.site-menu li a:hover {
  opacity: .7;
}

.site-menu li a:hover {
  text-decoration: none;
}

.site-menu li {
  display: inline;
}

/*----hedaer------*/

h1 img{
  margin: 0 auto 2%;
  max-width: 1080px;
  width: 100%;
}

/*----social------*/

.fb_iframe_widget {
  vertical-align: top;
}

#social_box {
  box-sizing: border-box;
  text-align: left;
  clear: both;
  margin: 0 auto 1%;
  max-width: 950px;
  width: 96%;
}

.hatena-bookmark-button-frame, .twitter-share-button {
  margin-right: 0;
  vertical-align: bottom;
}

/*----header-info------*/

.header-info {
  background: #e7e6e6;
  padding: 2%;
}

.header-info-box {
  background: #fff;
  box-sizing: border-box;
  color: #080a08;
  font-size: 18px;
  max-width: 950px;
  margin: 0 auto;
  padding: 3% 2%;
}

.header-info-box ul {
  max-width: 516px;
  margin: 0 auto;
  text-align: center;
}

.header-info-box ul li {
  border-bottom: solid 1px #d5d5d5;
  padding-top: 2%;
}

.header-info-box ul li:last-child {
  border: none;
}

.header-info-box .amazon-btn {
  max-width: 826px;
  margin: 0 auto;
}

.amazon-btn a {
  background-color: #1b1b1b;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 17px;
  margin: 1% auto 0;
  padding: 1% 0;
  text-align: center;
  text-decoration: none;
  max-width: 360px;
  width: 60%;
}

.header-info-box span {
  font-size: 13px;
}

/*----review------*/

.review {
  padding: 4% 0 2%;
  width: 100%;
}

.title {
  color: #1c1c1c;
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 2%;
}

.title span {
  display: block;
  font-size: 18px;
  font-weight: 100;
}

.main {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.quote {
  color: #868686;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand'
}

.text {
  margin-bottom: 5%;
}

.sub-title {
  background-image:url("../images/title_icon.png");
  background-color: #eaf3f2;
  background-repeat: no-repeat;
  background-position: left;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 15px;
  font-weight: 300;
  padding: 1% 6%;
  margin-bottom: 2%;
}

/*----interview------*/

.interview {
  background: #f8f8f8;
  padding: 4% 0 2%;
  width: 100%;
}

.interviewer {
  background: #fff;
  color: #059183;
  font-size: 14px;
  padding: .3% 2%;
  line-height: 170%;
  letter-spacing: .1em;
}

.interviewer span,
.dash {
  letter-spacing: -4px;
  margin-right: .5em;
}

.photo {
  margin: 0 20% 3%;
  width: 60%;
}

/*----information------*/
.information {
  overflow: hidden;
  padding: 4% 0 2%;
}

.mokuji {
  float: left;
  width: 46%;
}

.profile {
  float: right;
  width: 46%;
}

.mokuji ul {
  clear: both;
}

.mokuji ul li {
  margin-bottom: 4%;
}

.mokuji h4 {
  font-weight: 200;
}

#information h3 {
  border-left: solid 6px #35b0a4;
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 4%;
  padding-left: 3%;
}

.profile h4 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 3%;
}

/*----footer-info------*/

.footer-info {
  background: #f5f5f5;
  clear: both;
  padding: 3% 0;
}

.footer-info-box {
  border: solid 1px #b7b7b7;
  box-sizing: border-box;
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  padding: 2%;
  width: 90%;
}

.footer-info-box img {
  float: left;
  margin-left: 14%;
  width: 24%;
}

.footer-info-main {
  float: right;
  text-align: left;
  width: 54%;
}

.footer-info-main h2 {
  font-size: 18px;
  font-weight: 300;
  margin: 6% 0 3%;
}

.footer-info-main h2 span {
  display: block;
  font-size: 25px;
}

.footer-info-main .amazon-btn a {
  margin: 5% 0 0;
}

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

.footer-menu {
  font-size: 14px;
  border-bottom: solid 1px #f5f5f5;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
}

.footer-menu-list li {
  border-right: 1px solid #000;
  display: inline;
  padding: 0 2%;
}

.footer-menu-list li a {
  color: #000;
  text-decoration: none;
}

.footer-menu-list li a:hover {
  text-decoration: underline;
}

small {
  color: #21201f;
  display: block;
  font-size: 90%;
  padding-top: 20px;
  line-height: 160%;
  font-size: 12px;
}

.footer-box {
  padding: 1% 0;
}

.footer-text a {
  text-decoration: none;
  color: #000;
}

.footer-text li {
  border-right: 1px solid #000;
  display: inline;
  font-size: 13px;
  padding: 0 30px;
}
.footer-text li:last-child,
.footer-menu-list li:last-child {
  border: none;
}

/*----to-top------*/
#page-top {
  background-image: url("../images/to-top.png");
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #49a4a0;
  -moz-background-size: 70% auto;
  background-size: 70% auto; 
  bottom: 20px;
  height: 40px;
  position: fixed;
  right: 20px;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#page-top:hover {
  opacity: .7;
}

@media screen and (max-width: 736px) {
  body p {
    margin: 0 0 4%;
  }
  
  .mean-container .mean-bar {
    position: fixed !important;
    top: 0;
    z-index: 30  !important;
  }

  .text {
    margin-bottom: 9%;
  }
  
  header {
    margin-top: 50px;
  }
  
  #review,
    #interview,
    #information {
      margin-top: -50px;
      padding-top: 50px;
  }
  
  .mokuji,
  .profile {
    float: none;
    width: 100%;
  }
  
  h1 img {
    display: none;
  }
  
  h1 {
    background-image:url("../images/header_sp.png");
    -moz-background-size: 100% auto;
    background-size: 100% auto; 
    padding-top: 49.03%;
    height: 0;
  }
  
  .sub-title {
    -moz-background-size: 3% auto;
    background-size: 3% auto;
  }
  
  .interview-box {
    background: none;
  }
  
  .mean-bar {
    background: #8fd2cf;
  }
  
  .quote {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand'
  }
  
  .site-menu {
    background: none;
  }
  
  #social_box {
    margin: 0;
    padding: 2% 0 4%;
    width: 100%;
    text-align: center;
  }
  
  .footer-menu {
    margin-top: 0;
    font-size: .7rem;
    padding: 10px 0;
  }
  
  .footer-text li {
    font-size: 11px;
    padding: 0 6px;
  }
  
  .footer-info-main {
    width: 66%;
  }
  
  .footer-info-main .amazon-btn a {
    margin: 0 0 6%;
    width: 88%;
  }
  
  .comingsoon {
    font-size: 20px;
  }
  
  #page-top {
    display: none !important;
  }
  
  small {
    font-size: 80%;
  }
  
  .title {
    font-size: 30px;
  }
  
  .title span {
    font-size: 12px;
  }
  
  #information h3 img {
    width: 8%;
  }
  
  .mokuji ul {
    margin-bottom: 8%;
  }
  
  #information h3 span {
    font-size: 26px;
  }
  
  .footer-info-box img {
    margin-left: 3%;
  }
  
  .footer-info-box {
    border: solid 1px #b7b7b7;
    padding-top: 4%;
    width: 96%;
  }
  
  .footer-info-main h2 {
    font-size: 13px;
    margin: 0 0 3%;
  }
  
  .footer-info-main h2 span {
    font-size: 19px;
  }
  
  .footer-info ul {
    margin-bottom: 4%;
  }
  
  .photo {
    margin: 0 0 4%;
    width: 100%;
  }
}
