@charset "UTF-8";
/*////////COMMON.CSS/////////
 *
 * 1. GENERAL
 *   1.1 Headings
 *   1.2 Buttons
 * 2. HEADER
 * 3. FOOTER


*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*--------------------------------------------
 * 1. GENERAL
 * ----------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Noto Sans Japanese", "Noto Sans CJK JP", "Noto Sans", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif, sans-serif;
  color: #333;
  background: #faf7f0;
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

section {
  margin: 0 auto 57.6px;
}

@media only screen and (max-width: 767px) {
  section {
    margin: 0 auto 46.8px;
  }
}

.wrapper {
  padding: 43.2px 0 14.4px;
}

.blue-wrapper {
  color: #fff;
  font-weight: 200;
  background-color: #FF4C4C;
}

.blue-wrapper p {
  font-size: 20px;
  line-height: 43.2px;
}

@media only screen and (max-width: 767px) {
  .blue-wrapper p {
    font-size: 16px;
    line-height: 23.4px;
  }
}

a,
a:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}

a,
a:hover {
  transition: 0.7s;
}

a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.opacity:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition: 0.7s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  ul {
    margin-left: 20px;
  }
}

ul li {
  margin: 7px 0 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  ul li {
    margin: 0 0 5px;
  }
}

p {
  margin: 0 0 28.8px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 23.4px;
  }
}

hr {
  clear: both;
  width: auto;
  margin: 10px 15px;
  padding: 0 0 10px;
  border-top: none;
  border-bottom: 1px dashed #999;
}

hr.black {
  border-bottom: 1px solid #333;
}

.txt-min {
  font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.1em;
}

.cRed {
  color: #c00;
}

.cGray {
  color: #999;
}

.u {
  text-decoration: underline;
}

.icon {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.tl {
  text-align: left;
}

@media (max-width: 767px) {
  .tl-xs {
    text-align: left;
  }
}

.small {
  font-size: 85%;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f20 {
  font-size: 20px;
}

.f26 {
  font-size: 26px;
}

@media (max-width: 991px) {
  .f14 {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .f20 {
    font-size: 16px;
  }
  .f26 {
    font-size: 18px;
  }
  .f15 {
    font-size: 13px;
  }
  .f14 {
    font-size: 12px;
  }
  .f12 {
    font-size: 11px;
  }
}

/* Heading
------------------------------------------------------------------ */
h2,
h3 {
  font-family: "Noto Sans Japanese", "Noto Sans CJK JP", "Noto Sans", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  margin: 0 0 20px;
  font-weight: bold;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h2.lead {
  margin: 0 auto 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}

@media (max-width: 991px) {
  h2.lead {
    margin: 10px auto;
    text-align: left;
    font-size: 17px;
  }
  h2 {
    font-size: 17px;
  }
  h3 {
    font-size: 16px;
  }
}

.sub {
  width: auto;
  margin: 0 0 28.8px;
  padding: 14.4px 20px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 28.8px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .sub {
    margin: 0 0 23.4px;
    padding: 11.7px 20px;
    line-height: 23.4px;
  }
}

.sub.red {
  background-color: #cc0235;
  font-size: 19px;
}

.sub.biege {
  background-color: #f3ede3;
  border: 2px solid #b49151;
  color: #b49151;
}

.sub.blue {
  background-color: #185ec5;
}

@media (max-width: 767px) {
  .sub.red {
    font-size: 16px;
    line-height: 1.4;
  }
}

.subLine {
  width: auto;
  margin: 0 auto 28.8px;
  padding: 0;
  background: url("../image/subLine.png") center left repeat-x;
  text-align: center;
}

.subLine span {
  padding: 0 40px;
  font-weight: bold;
  background-color: #faf7f0;
  text-align: center;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

@media (max-width: 991px) {
  .subLine span {
    padding: 6px 20px 0;
    font-size: 16px;
  }
}

.subPattern {
  width: auto;
  height: 56px;
  margin: 20px auto;
  padding: 0;
  background: url(../image/subPattern.png) top left repeat-x;
  text-align: center;
}

.subPattern span {
  display: inline-block;
  width: auto;
  height: 56px;
  padding: 0 40px;
  background: #faf7f0;
  text-align: center;
  background-color: #faf7f0;
}

.subPattern span img {
  display: inline-block;
  background-color: #faf7f0;
}

@media (max-width: 991px) {
  .subPattern span {
    padding: 0 10px;
    font-size: 16px;
  }
}

.boxed-titular {
  text-align: center;
  line-height: 1;
  margin-bottom: 32px;
}

.boxed-titular span {
  font-size: 23px;
  display: inline;
  color: #FF4C4C;
  font-weight: 300;
  padding: 6px 19px 8px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .boxed-titular span {
    font-size: 16px;
  }
}

/* BUTTON
------------------------------------------------------------------ */
.btn.btn-pagetop {
  color: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  background-color: #000;
  border-color: #222;
}

.btnLogin,
.btnBuy {
  width: 146px;
  height: 52px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 15px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

.btnLogin {
  background: url("../image/btnLogin.png") no-repeat 0 0;
}

.btnBuy {
  background: url("../image/btnBuy.png") no-repeat 0 0;
}

@media (max-width: 991px) {
  .btnLogin,
  .btnBuy {
    margin: 10px auto;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
}

.zouhan,
.soldout {
  width: 146px;
  height: 52px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 15px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  cursor: default;
}

.zouhan {
  background: url("../image/zouhan.png") no-repeat 0 0;
}

.soldout {
  background: url("../image/soldout.png") no-repeat 0 0;
}

.btnSet,
.btnShop,
.btnRanking01,
.btnRanking02 {
  width: 249px;
  height: 53px;
  margin: 0 auto -71px;
  position: relative;
  top: -71px;
  left: 5px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

.btnShop {
  overflow: visible;
}

.btnShop #canCard {
  width: 82px;
  height: 55px;
  display: block;
  position: absolute;
  top: -46px;
  right: -49px;
}

.btnSet {
  background: url("../image/btnSet.png") no-repeat 0 0;
}

.btnShop {
  background: url("../image/btnShop.png") no-repeat 0 0;
}

.btnRanking01 {
  background: url("../image/btnRanking01.png") no-repeat 0 0;
}

.btnRanking02 {
  background: url("../image/btnRanking02.png") no-repeat 0 0;
}

@media (max-width: 991px) {
  .btnSet,
  .btnShop,
  .btnRanking01,
  .btnRanking02 {
    width: 175px;
    height: 37px;
    margin-bottom: -52px;
    top: -52px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .btnSet,
  .btnShop,
  .btnRanking01,
  .btnRanking02 {
    width: 249px;
    height: 53px;
    margin-bottom: -60px;
    top: -71px;
  }
}

.btnShopL {
  width: 811px;
  height: 130px;
  margin: 0 auto;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url("../image/btnShopL.png") no-repeat right bottom;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.btnShopL img {
  margin-top: 59px;
  margin-left: 40px;
}

@media (max-width: 991px) {
  .btnShopL {
    width: auto;
  }
  .btnShopL img {
    width: 74%;
    margin-top: 61px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .btnShopL {
    width: auto;
    height: 100px;
    margin: 0 auto 20px;
    background: url("../image/btnShopL_xs.png") no-repeat right bottom;
  }
  .btnShopL img {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 63px;
  }
}

@media (max-width: 380px) {
  .btnShopL img {
    width: 280px;
  }
}

.btnRed {
  display: block;
  width: auto;
  margin: 0 auto 57.6px;
  padding: 28.8px 20px;
  background: #c00;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  line-height: 28.8px;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.btnRed:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .btnRed {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .btnRed {
    font-size: 16px;
    line-height: 23.4px;
    margin: 0 auto 46.8px;
    padding: 23.4px 20px;
  }
}

/* TABLE
------------------------------------------------------------------ */
/* MAIN CONT
------------------------------------------------------------------ */
#mainCont {
  padding-top: 86.4px;
  padding-bottom: 28.8px;
}

@media only screen and (max-width: 767px) {
  #mainCont {
    padding-top: 46.8px;
    padding-bottom: 23.4px;
  }
}

.wbox {
  width: auto;
  margin: 0 0 30px;
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(153, 153, 153, 0.207031) 2px 2px 3px 0px inset;
  position: relative;
  overflow: hidden;
  border: 1px solid #c9c9c9;
}

.wbox h3 {
  margin: 10px 10px 10px 80px;
  font-size: 20px;
  line-height: 1.6;
  color: #1b4390;
}

.wbox p {
  margin: 10px 0;
}

.wbox .txtPrice {
  margin: 0;
  position: absolute;
  top: 0;
  right: 200px;
  line-height: 1.5;
}

.wbox .iconOff {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.wbox .iconOff_right {
  margin: 0;
  position: absolute;
  top: -18px;
  left: 470px;
}

.wbox .iconRanking {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (max-width: 991px) {
  .wbox {
    margin-bottom: 20px;
  }
  .wbox h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wbox .txtPrice {
    margin: 0 0 10px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
  .wbox .iconOff_right {
    top: 50px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .wbox .txtPrice.txt-ranking {
    margin: 0 0 10px 40px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
}

/*----- saishinkan box -----*/
.bookBox {
  vertical-align: top;
  text-align: center;
  margin: 0 0 28.8px;
  padding: 14.4px 10px 70px;
  background-color: #fff;
  box-shadow: rgba(153, 153, 153, 0.207031) 2px 2px 3px 0px inset;
  position: relative;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .bookBox {
    margin: 0 0 23.4px;
    height: auto;
    padding: 20px 10px 10px;
  }
}

.bookBox .amazon {
  width: 89px;
  height: 89px;
  display: block;
  background: url(../image/amazon1.png) no-repeat;
  position: absolute;
  top: -10px;
  right: -25px;
}

.bookBox.cols01 {
  height: 335px;
}

@media only screen and (max-width: 1199px) {
  .bookBox.cols01 {
    height: 360px;
  }
}

@media only screen and (max-width: 991px) {
  .bookBox.cols01 {
    height: 335px;
  }
}

@media only screen and (max-width: 767px) {
  .bookBox.cols01 {
    height: auto;
  }
}

.bookBox.cols02 {
  height: 385px;
}

@media only screen and (max-width: 991px) {
  .bookBox.cols02 {
    height: 460px;
  }
}

@media only screen and (max-width: 767px) {
  .bookBox.cols02 {
    height: auto;
  }
}

.bookBox h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: underline;
  margin: 11px 0 5px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .bookBox h3 {
    font-size: 13px;
  }
}

.bookBox p {
  margin: 0;
  font-size: 16px;
}

.bookBox .btnBuy_bottom {
  width: 110px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 13px;
  padding-top: 7.2px;
  padding-bottom: 7.2px;
  line-height: 1.8;
  font-weight: 500;
  display: block;
  background-color: #FF4C4C;
  border-radius: 5px;
  box-shadow: 1px 2px 1px rgba(153, 153, 153, 0.207031);
}

.bookBox .btnBuy_bottom .glyphicon {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .bookBox .btnBuy_bottom {
    margin: 10px auto;
    position: relative;
    top: 0;
  }
}

.bookBox .bookBox-img {
  width: auto;
  height: 123px;
  margin: 0 auto;
  display: block;
  box-shadow: 2px 2px 5px #c9c9c9;
}

/*----- ranking list -----*/
ul.rankingList {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 15px 15px;
  margin: 0;
  list-style: none;
}

ul.rankingList li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  margin: 0;
  padding: 10px 10px 70px;
  background-color: #fff;
  box-shadow: rgba(153, 153, 153, 0.207031) 2px 2px 3px 0px inset;
  -webkit-box-shadow: rgba(153, 153, 153, 0.207031) 2px 2px 3px 0px inset;
  -moz-box-shadow: rgba(153, 153, 153, 0.207031) 2px 2px 3px 0px inset;
  position: relative;
  border: 1px solid #c9c9c9;
}

ul.rankingList li h3 {
  font-weight: normal;
  font-size: 15px;
  text-decoration: underline;
  margin: 8px 0 5px;
  padding: 0;
}

ul.rankingList li p {
  margin: 0;
  line-height: 1.5;
}

ul.rankingList li .iconRanking_s {
  width: 68px;
  height: 43px;
  margin: 0 auto -25px;
  position: relative;
  top: -35px;
}

ul.rankingList li .btnBuy_bottom {
  width: 146px;
  height: 52px;
  margin: 0 auto;
  position: absolute;
  bottom: 13px;
  right: 18px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url("../image/btnBuy.png") no-repeat 0 0;
}

ul.rankingList li .btnBuy_bottom:hover {
  opacity: 0.7;
  filter: alpha(opacity=7);
  -ms-filter: "alpha( opacity=7 )";
}

@media (max-width: 991px) {
  ul.rankingList li .btnBuy_bottom {
    width: 120px;
    height: 43px;
    background-size: contain;
    right: 4px;
  }
}

@media (max-width: 767px) {
  ul.rankingList {
    width: auto;
    margin: 0 15px;
    display: block;
  }
  ul.rankingList li {
    display: block;
    margin-bottom: 20px;
    padding: 20px 10px 10px;
  }
  ul.rankingList li .btnBuy_bottom {
    width: 146px;
    height: 52px;
    margin: 10px auto;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
  ul.rankingList li .iconRanking_s {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}

/*----- otokuset list -----*/
#otokuset ul {
  margin: 15px 40px;
}

#otokuset .ichioshi ul {
  margin: 15px 0;
}

#otokuset ul.fl {
  float: left;
  margin: 5px 0 15px 40px;
}

#otokuset .wbox .txtPrice {
  position: relative;
  top: 0;
  left: 10px;
}

#otokuset .wbox.ichioshi .txtPrice {
  left: 0;
}

#otokuset hr {
  margin: 15px 0;
}

#otokuset .ichioshi hr {
  margin: 15px;
}

#otokuset .btnBuy {
  top: 7px;
  right: 15px;
}

#otokuset .wbox .cols01 {
  height: 370px;
}

#otokuset .wbox .cols02 {
  height: 430px;
}

#otokuset .wbox .cols03 {
  height: 330px;
}

#otokuset .wbox .cols04 {
  height: 540px;
}

#otokuset .wbox .cols05 {
  height: 360px;
}

#otokuset .wbox .cols06 {
  height: 330px;
}

#otokuset .wbox .cols07 {
  height: 360px;
}

@media (max-width: 991px) {
  #otokuset ul {
    margin: 15px 20px;
  }
  #otokuset ul.fl {
    float: none;
    margin: 15px 20px;
  }
  #otokuset .btnBuy {
    margin: 10px auto;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
  #otokuset .phBook {
    margin: 40px auto 15px;
  }
  #otokuset .wbox .cols01 {
    height: 420px;
  }
  #otokuset .wbox .cols02 {
    height: 430px;
  }
  #otokuset .wbox .cols03 {
    height: 390px;
  }
  #otokuset .wbox .cols04 {
    height: 590px;
  }
  #otokuset .wbox .cols05 {
    height: 360px;
  }
  #otokuset .wbox .cols06 {
    height: 370px;
  }
  #otokuset .wbox .cols07 {
    height: 350px;
  }
}

@media (max-width: 767px) {
  #otokuset ul.mt-15_xs {
    margin-top: -15px;
  }
  #otokuset .phBook {
    margin: 25px auto 15px;
  }
  #otokuset .wbox .cols01,
  #otokuset .wbox .cols02,
  #otokuset .wbox .cols03,
  #otokuset .wbox .cols04,
  #otokuset .wbox .cols05,
  #otokuset .wbox .cols06,
  #otokuset .wbox .cols07 {
    height: auto;
  }
}

/* HEADER
------------------------------------------------------------------ */
header {
  width: 100%;
  height: 500px;
  display: block;
  margin: 0;
  padding: 0;
  background: url(../image/headerBg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

@media (min-width: 1270px) {
  header {
    height: 40vw;
  }
}

@media only screen and (max-width: 767px) {
  header {
    background: url(../image/headerBg-xs.png) no-repeat center;
    height: 51.5vw;
    background-size: contain;
  }
}

@media only screen and (max-width: 480px) {
  header {
    height: 68vw;
    background-position: left center;
    background-size: cover;
  }
}

header h1 {
  margin: 0;
}

/* FOOTER
------------------------------------------------------------------ */
footer {
  color: #fff;
  width: 100%;
  height: 150px;
  background: #000 url("../image/header.jpg") repeat-x left bottom;
  padding-top: 50px;
  margin: 0;
}

footer address {
  font-size: 12px;
  text-align: center;
}

/****************** Ranking PAGE 追加 (header) day160107 ******************/
#ranking-page header {
  padding: 0;
  background: none;
  overflow: hidden;
}

#ranking-page header h1 {
  margin: 0;
}

@media (max-width: 767px) {
  #ranking-page header {
    padding: 0;
  }
}

/*# sourceMappingURL=maps/common.css.map */
