@charset "UTF-8";
/* CSS Document */
/*=======================
■common
========================*/
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');
body {
  font-family: 'Noto Sans JP';
  font-size: 14px;
  color: #1b1b1b;
  line-height: 1.8;
}
a:link {
  color: #ea545d;
}
a:visited {
  color: #ea545d;
}
a:hover {
  color: #FFF300;
}
a:active {
  color: #ea545d;
}
a {
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
}
img {
  width: 100%;
}
h2 {
  font-size: 18px;
  margin: auto auto 5px auto;
}
#buy h3 {
  margin-bottom: 15px;
  border-bottom: solid 1px #262626;
  background: url(../images/midashi.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  padding-left: 10px;
  font-size: 18px;
}
.marker {
  background: linear-gradient(transparent 60%, #fffc00 60%);
}
.btn {
  color: #fff;
  font-size: 12px;
  background: #262626;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  margin: 0 auto 8px auto;
  transition-property: all;
  transition-duration: 0.5s;
  padding: 8px 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.container {
  margin: 0 auto;
}
.titlebox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.title {
  background: #262626;
  color: #ffffff;
  height: 34px;
}
h1 {
  font-size: 12px;
  line-height: 34px;
}
.sns {
  margin-top: 4px;
}
.sns ul {
  display: flex;
  justify-content: flex-end;
}
.sns li {
  width: 30px;
}
.sns li img {
  border-radius: 3px;
}
.company {
  margin: 3px auto 0 auto;
}
.company ul {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: bold;
}
.company li {
  padding-left: 15px;
}
.company li i {
  font-size: 10px;
  padding-right: 3px;
}
.company li img {
  width: 150px;
}
#globalNav ul {
  display: flex;
  justify-content: space-between;
}
main {
  max-width: 1000px;
  margin: 20px auto;
}
/*news*/
.news {
  margin: 30px auto 80px auto ;
  display: flex;
  justify-content: space-between;
}
.news h3 {
  width: 400px;
}
.news dl {
  margin-bottom: 10px;
}
.news dt {
  font-weight: bold;
}
.news dd {
  line-height: 1.5;
}
.newsTxt {
  position: relative;
  margin-bottom: 45px;
}
.moreTxt {
  height: 90px;
  overflow: hidden;
}
.showMore {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  background: none;

}
.moreBtn{
  width:250px;
}
.moreBtn:hover {
  color: #FFF300;
}
.moreBtn:hover {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0);
}
/*youtube*/
.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.att {
  font-size: 12px;
  line-height: 1.5;
  margin: 10px auto 0 auto;
  border: 1px solid #262626;
  display: inline-block;
  width: auto;
}
.attBig {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px auto 30px auto;
  border: 1px solid #262626;
  padding: 10px;
  display: inline-block;
  width: auto;
  font-weight: bold;
  letter-spacing: 2px;
}
/*sample*/
#sample {
  text-align: center;
}
.tameshi {
  display: flex;
  justify-content: space-between;
}
.tameshi div {
  border: 1px solid #262626;
}
.tameshiBtn {
  text-align: center;
  margin: 30px 0;
  height: 60px;
}
.tameshiBtn .btn {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 15px 0px;
}
/*special*/
#special {
  text-align: center;
}
.specialList {
  display: flex;
  justify-content: center;
}
.specialList div {
  padding: 15px;
  max-width: 400px;
}
.specialTxt {
  max-width: 70%;
  margin: 0 auto;
}
.specialList p {
  font-weight: bold;
  text-align: center;
}
.specialList img {
  border: 1px solid #262626;
}
.specialComing {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 100px;
}
.specialComing br {
  display: none;
}
/*buy*/
.book {
  margin-bottom: 30px;
  /*border-bottom: dotted 1px #262626;*/
  padding-bottom: 30px;
}
/*.book:last-child{
border-bottom: dotted 0px #262626;
}*/
.bookTitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.presents {
  font-weight: bold;
  margin-top: 5px;
}
.bookimg img {
  border: 1px solid #262626;
}
.detail table {
  width: 100%;
  font-size: 10px;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 10px 0px;
  line-height: 1.4;
}
.detail table th {
  border-bottom: solid 2px #262626;
  padding: 0 30px;
  text-align: center;
}
.detail table td {
  border-bottom: dotted 1px #262626;
  padding-left: 10px;
}
.buyBtn {
  display: flex;
  flex-wrap: wrap;
}
.empty {
  width: 250px;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}
a.btn:hover {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0);
}
a.btn:link {
  color: #ffffff;
}
a.btn:visited {
  color: #ffffff;
}
a.btn:hover {
  color: #FFF300;
}
a.btn:active {
  color: #ffffff;
}
a.btn {
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
}
a.btn i {
  padding-right: 5px;
}
/*footer*/
footer {
  padding-top: 20px;
  text-align: center;
  background: #262626;
  color: #ffffff;
  padding-bottom: 20px;
}
footer small {
  margin-bottom: 10px;
  display: block;
}
footer small, footer p {
  font-size: 10px;
  line-height: 1.5;
}
footer nav {
  margin: 0 auto;
}
footer nav ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}
footer .customer {
  border: 1px solid #fff;
  margin-bottom: 10px;
  ;
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  font-weight: bold;
}
footer .customer i {
  padding-right: 5px;
}
footer nav ul li {
  border-left: solid 1px #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.0;
  width: 100%;
}
footer nav ul li:first-child {
  border-left: solid 0px #fff;
}
footer a:link {
  color: #fff;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #FFF300;
}
footer a:active {
  color: #fff;
}
@media (min-width:750px) {
  .sp {
    display: none;
  }
  .widthMax {
    max-width: 1280px;
  }
  body {
    min-width: 1100px;
    background: url(../images/bg.jpg);
    background-position: -100px top;
    background-repeat: repeat-y;
  }
  .bg {
    background: url(../images/bg02.jpg);
    background-position: 110% top;
    background-repeat: repeat-y;
  }
  .mainVisual {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/main_visual05.jpg);
    background-position: center center;
    height: 680px;
    background-size: 1280px 680px;
  }
  h2 {
    width: 380px;
  }
  .sns li {
    padding-left: 5px;
  }
  section {
    margin: 60px 0;
  }
  .scrollimg {
    margin-bottom: 50px;
  }
  .tameshiBtn .btn {
    padding: 15px 80px;
  }
  .tameshi div {
    margin-left: 10px;
  }
  .tameshi div:first-child {
    margin-left: 0px;
  }
  .sidebox {
    display: flex;
    justify-content: space-between;
  }
  .book {
    display: flex;
    justify-content: space-between;
  }
  .bookimg {
    width: 200px;
    margin-right: 30px;
  }
  .bookimg img {
    width: 200px;
  }
  .bookinfo {
    padding-right: 60px;
  }
  .detail table td {
    padding-right: 80px;
  }
  footer nav {
    width: 700px;
  }
  #buy .btn {
    width: 250px;
  }
  #sample .btn {
    width: 500px;
  }
}
@media (max-width:744px) {
  .pc {
    display: none;
  }
  .contents {
    margin: 0 15px;
  }
  .sns li {
    margin-left: 10px;
    width: 27px;
  }
  h2 {
    width: 75%;
  }
  #globalNav {
    text-align: center;
  }
  input[type="image"]:focus {
    outline: 0;
  }
  #globalNav input {
    margin-top: 10px;
    width: 100%;
  }
  #globalNav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    display: none;
  }
  #globalNav ul li {
    border-bottom: solid 1px #262626;
    padding-top: 20px;
  }
  #globalNav ul li img {
    width: 60%;
  }
  section {
    margin: 50px 0;
  }
  .att {
    font-size: 10px;
  }
  .widthMax {
    padding: 0 5px;
  }
  .spWrap {
    flex-wrap: wrap;
  }
  .spCenter {
    text-align: center;
  }
  .news h3 {
    width: 60%;
    margin: 0 auto;
  }
  .news .article {
    margin-top: -20px;
  }
  .tameshiBtn {
    margin-top: 10px;
  }
  .tameshiBtn .btn {
    width: 100%;
  }
  .specialComing br {
    display: inline-block;
  }
  .specialList div {
    max-width: 100%;
  }
  .specialTxt {
    max-width: 100%;
    margin: 0 auto;
  }
  .specialList img {
    width: 70%;
  }
  .bookimg {
    width: 100%;
    text-align: center;
  }
  .bookimg img {
    width: 70%;
  }
  .tameshi div {
    flex-basis: 48%;
    margin-bottom: 20px;
  }
  .detail table {
    margin-bottom: 20px;
  }
  .footerAtt {
    margin: 0 15px;
  }
  .book:last-of-type {
    margin-bottom: 0px;
  }
  section#buy {
    margin-bottom: 10px;
  }
}