@charset "utf-8";

/* wedge共通 ======================================================= */
.wedge-wrap {
  background: rgba(0, 0, 0, 0) url("/common/images/v1/wedge/wedge-wrapper-bg.gif") repeat-x scroll 0 0;
  margin: 10px auto;
  padding-bottom: 15px;
  width: 1000px;
}
.wedge-wrap a {text-decoration:none;}
.wedge-wrap a:hover {text-decoration:underline;}
/* ヘッダ */
#header {margin:20px auto 0;padding: 20px 0;width: 980px;}
#header::after {content:"";display:block;clear:both;}
#media-name {float:left;width:229px;margin-top:5px;}
#media-name img {width:200px;}
#header-info {float:left;width:300px;height:67px;margin:0px 0px 0px 107px;font-size:12px;line-height:20px;}
#header-info img {float:left;border:0;width:35px;}
#header-info ul {width:255px;float:right;}
#header-info ul li {border-bottom:dotted 1px #666;height:20px;display:block;}
#header-info ul li a {text-decoration:none;display:block;color:#000;height:20px;}
#header-info ul li a:hover {background: url("/common/images/v1/header-info-link.gif") no-repeat;}
#header-search {float:right;margin:0px;padding-top:10px;width:240px;}
#header-search form::after {content:"";display:block;clear:both;}
#header-search p {font-size:12px;margin-top:10px;background: url("/common/images/v1/wedge/icon-y.gif") no-repeat 0 0;padding-left:15px;clear:left;}
input[type="text"].inputtext {
  font-family: 'Meiryo', 'メイリオ','平成明朝','Lucida Grande', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
  width:155px;
  font-size:12px;
  color:#888;
  padding:1px 4px 1px 25px;
  float:left;
  margin-right:4px;
}
#header-search p a {color:#000;text-decoration:none;}
#header-search p a:hover {text-decoration:underline;color:#a90707;}
.search-details {float:left;width:70px;margin:0 4px;}
.searchbtn {cursor: pointer;float:left;border-radius:4px;color:#fff;background:#000;border:solid 1px #000;line-height:19px;}

p.store-attention{margin:0 20px 20px;text-align:right;font-size:12px;}

/* サブカラム ======================================================= */
/* 初めての方 */
.beginner {
  border-width: 2px;
  border-color:  #004097;
  border-style: solid;
  background-color:  #e5e5e5;
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.25);
  height: 149px;
}
.beginner .beginner-title {
  background-color: #004097;
  color:  #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.beginner .beginner-title::before {
  content: "";
  border-top: 40px solid transparent;
  border-left: 21px solid #e5e5e5;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.beginner .beginner-title::after {
  content: "";
  border-top: 40px solid transparent;
  border-right: 21px solid #e5e5e5;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.beginner .beginner-title span::before {
  content: "";
  background: url("/common/wedge/images/v1/wedge/wakaba-mark.png") no-repeat 0 0;
  display:  inline-block;
  width: 18px;
  height: 26px;
  position: relative;
  top: 5px;
  left: -10px;
  bottom: 0;
  right: 0
}
.beginner p {
  color:  #231816;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}
.beginner p span {
  font-size: 1.8rem;
  padding-left: 8px;
}
.beginner img {
  max-width: 160px;
}
/* ranking */
.ranking.sub-content {
  padding-bottom: 0;
}
.ranking-title {
  color: #231816;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
.ranking-title span {
  font-size: 1.6rem;
  padding: 0 10px;
}
.ranking .ranking-title img {
  max-width: 170px;
}
.ranking .rank-tabcontent .content {
  background: none;
}
/* Wedgeセレクション*/
.wedge-selection.sub-content .content-title {
  color: #5a4936;
}
.wedge-selection .wedge-selection-content {
  background-color: rgba(90, 73, 54, 0.15);
  padding:18px 22px;
}
.wedge-selection-content p {
  color:  #231816;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom:15px;
}
.wedge-selection-content .image {
  max-width: 260px;
  margin: auto;
}
.wedge-selection-link:hover {
  opacity: 0.7;
}
/* ひととき */
.sub-hitotoki.sub-content .content-title {
  color: #b5222f;
}
.sub-hitotoki .sub-hitotoki-link:hover {
  color: #fff;
}
.sub-hitotoki .sub-hitotoki-content {
  height: 160px;
  padding: 20px;
}
.sub-hitotoki-content .image {
  float: left;
  width: 100px;
  height: 123px;
  position: relative;
}
.sub-hitotoki-content .image img {
  position:  absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width:  100%;
  max-height:  100%;
  margin: auto;
}
.sub-hitotoki-content .content-info {
  padding-left: 110px;
}
.sub-hitotoki-content p {
  color:  #ffffff;
}
.sub-hitotoki-content p:first-child {
  padding-bottom: 50px;
  font-size: 1.5rem;
}
.sub-hitotoki-content p:last-child {
  font-size: 1.4rem;
}
.sub-hitotoki-content p span {
  font-size: 1.8rem;
  font-weight: 700;
}

.top-content .notice span {position:static;}

/* TOPページ ======================================================*/
/* slider */
.top-slider {
  height: 400px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.top-slider .wedge_img_wrapper {
  width: 1000px;
}
.top-slider .bx-wrapper {
  width: 1000px;
}
.top-slider .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  border-radius: 0;
}
.top-slider .article-box .article-img {
  max-width: 1000px;
}
.top-slider .article-box .article-info {
  min-height: 163px;
  background: rgba( 98, 98, 98, 0.5 );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-slider .article-box .article-info .slider-class {
  display: inline-block;
  color:  #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
  border-bottom: 3px solid #e10015;
  padding-left: 20px;
  margin: 10px 0;
}
.top-slider .article-box .article-info .slider-title {
  display: inline-block;
  color:  #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 20px;
}
.top-slider .bx-wrapper .bx-pager {
  bottom: 10px;
}
.top-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.3);
  width: 90px;
  height: 3px;
}
.top-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(255, 255, 255, 0.7);
}
/* TOP詳細部分 */
.top-content .sub-book-detail {
  display: inline-block;
  width: 235px;
  height: 400px;
  background: #dcdcdc;
  vertical-align: top;
}
.top-content .sub-book-detail .latest-issue {
  color:  #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  background: #e3001c;
  text-align: center;
  box-shadow: 0 3px 4.75px 0.25px rgba(39, 22, 11, 0.3);
}
.top-content .sub-book-detail .book-img {
  height: 296px;
  position: relative;
}
.top-content .sub-book-detail .book-img img {
  max-width: 175px;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
}
.top-content .release-box {
  padding: 0 20px;
}
.top-content .month {
  color:  #231816;
  font-size: 2.1rem;
  font-weight: 700;
  float: left;
}
.top-content .month span {
  color:  #231816;
  font-size: 1.4rem;
  font-weight: 700;
}
.top-content .release-info {
  float: right;
  border-left: 1px solid #999999;
  padding-left: 12px;
}
.top-content .release {
  color:  #231816;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.top-content .release span {
  color:  #231816;
  font-size: 1.4rem;
  font-weight: 700;
}
.top-content .plice {
  color:  #231816;
  font-size: 1.4rem;
  font-weight: 700;
}
/* 最新号 */
.book-detail .top-content {
  margin-bottom: 40px;
}
.book-detail .top-content .left-content,
.book-detail .top-content .right-content {
  width: 300px;
}
.book-detail .top-content .left-content {
  float: left;
}
.book-detail .top-content .right-content {
  float: right;
}
.book-detail .left-content .img-box {
  margin-bottom: 14px;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
}
.book-detail .left-content .sns-icon {
  text-align: center;
}
.book-detail .left-content .sns-icon__notice{
 font-size:12px;
 font-weight:bold;
 margin-bottom:10px;
}
.book-detail .left-content .sns-icon li {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.book-detail .left-content .sns-icon li:not(:last-child) {
  margin-right: 20px;
}
.book-detail .book-detail .right-content .book-date {
  margin-bottom: 10px;
}
.book-detail .right-content .book-date p {
  display: inline-block;
}
.book-detail .right-content .book-date .monthly-issue {
  color:  #231816;
  font-size: 1.4rem;
  font-weight: 700;
}
.book-detail .right-content .book-date .monthly-issue span {
  color:  #231816;
  font-size: 2.4rem;
  font-weight: 700;
}
.book-detail .right-content .book-date .monthly-issue:after {
  content: "";
  display: inline-block;
  height: 22px;
  border-right: 1px solid #726c6b;
  margin: 0 5px;
}
.book-detail .right-content .book-date .release-date {
  color:  #231816;
  font-size: 1.4rem;
  font-weight: 400;
}
.book-detail .right-content .book-date .release-date span {
  color:  #231816;
  font-size: 2rem;
}
.book-detail .right-content .price {
  text-align: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.book-detail .right-content .price p {
  color:  #e3001c;
  font-size: 1.3rem;
  font-weight: 500;
}
.book-detail .right-content .book-info {
  margin-bottom: 25px;
}
.book-detail .right-content .book-info .feature {
  color:  #e3001c;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.book-detail .right-content .book-info .book-title {
  color:  #231816;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.333;
}
.book-detail .right-content .book-info .book-subtitle {
  color:  #231816;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.333;
}
.book-detail .right-content .book-info .author {
  color:  #231816;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 5px;
}
.book-detail .right-content .book-navi {
  text-align: center;
}
.book-detail .right-content .book-navi .buy-navi {
  color:  #e3001c;
  font-size: 1.6rem;
  font-weight: 700;
}
.book-detail .right-content .book-navi img {
  width: 100px;
  margin-bottom: 10px;
}
.book-detail .right-content .book-navi .half-btn .btn {
  width: calc( (100% - 10px) / 2 );
  display: inline-block;
}
.book-detail .right-content .book-navi .half-btn .btn.single_btn {
  margin-right: 0 !important;
  width: 100%;
}
.book-detail .right-content .book-navi .half-btn .btn:first-child {
  margin-right: 10px;
}
.book-detail .right-content .book-navi .half-btn .btn.salesend{
   font-size: 13px;
    height: 50px;
    vertical-align: top;
    border-style: none;
    background: #d1d1d1;
    color: #fefefe;
    box-sizing: border-box;
    padding: 7px;
}
.book-detail .right-content .book-navi a.btn span {
  display: inline-block;
  width: 100px;
  background: #ffffff;
  color: #e3001c;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 35px;
  margin-left: 12px;
}
.book-detail .right-content .book-navi .subscribe-link {
  color: #231816;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 19px;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
  border-bottom: 1px solid #231816;
  padding-right: 2px;
  text-decoration: none;
}
.book-detail .right-content .book-navi .confirmation-link {
  text-decoration: underline;
}
.book-detail .right-content .book-navi .subscribe-link:after,
.book-detail .right-content .book-navi .subscribe-link span:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #231816;
  border-right: 1px solid #231816;
  transform: rotate(45deg);
}
.book-detail .right-content .book-navi .confirmation-link {
  color:  #e3001c;
  font-size: 1.4rem;
  font-weight: 700;
}
.book-detail .description p {
  color:  #231816;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
/* 中吊り広告 */
.advertisement .content-area {
  padding: 0;
}
#modal-poster .content-detail {
  height: 100%;
}
/* top-backnumber */

.top-backnumber .book-content {
  min-height: 220px;
}
.top-backnumber .book-list .book-content:nth-child(n+5) {
  margin-top: 15px;
}
.top-backnumber .more {
  background: url(/common/wedge/images/v1/wedge/more.png) no-repeat 0 0;
  background-size: 13px 13px;
}

/* topお知らせ用 ------------------------------------------ */
.wedge-top-info{background:#e2e9fb;padding:20px;margin-bottom:40px;}
.wedge-top-info a{display:inline;text-decoration:underline;color:#0610e1;}
.wedge-top-info a:hover{text-decoration:none;}
.wedge-top-info h2{font-weight:bold;margin-bottom:1em;font-size:1.8rem;}
.wedge-top-info h3{font-weight:bold;margin-bottom:1em;font-size:1.6rem;}
.wedge-top-info h4{font-weight:bold;margin-bottom:1em;font-size:1.4rem;}
.wedge-top-info p{margin-bottom:.7em;}
.wedge-top-info strong{font-weight:bold;}

/* バックナンバー ======================================================*/
/* list-book */

.book-content .book-img {
  width: 120px;
  height: 170px;
}
.book-content .book-info {
  width: 112px;
}
.book-content .btn.right-arrow {
  width: 118px;
}

/* 定期購読 ======================================================*/
.wedge-subscription .purchase .page-title {
  display: block;
  width: auto;
}

.adress-info{
 text-align:center;
}
.adress-info-btn{
  display:block;
  width:300px;
  margin:10px auto;
  background:#999;
  padding:10px 0;
  line-height:1;
  font-size:16px;
  color:#fff;
  text-decoration:none;
  border-radius:4px;
}
.adress-info-btn:hover{
  opacity:0.8;
  text-decoration:none !important;
}
.adress-info p{
 font-size:11px;
}

/* 定期購読キャンペーンページ ======================================================*/
.wedge-subscription .purchase #campaign .heading {
  display: block;
  margin:0 auto 25px;
  text-align:center;
}
.wedge-subscription .purchase #campaign .heading h2{
 font-weight:bold;
 font-size:28px;
}
.wedge-subscription .purchase #campaign form input.password{
  margin:auto auto 20px;
  width:385px;
  font-size:18px;
  display:block;
  padding:10px 0;
}
.wedge-subscription .purchase #campaign .mag-regist{display:block;}

/* 右カラムWedgeOnline特集の調整 ------------------------------------------------ */

.wedge-online__heading{text-align:center;position:relative;margin-bottom:10px;}
.wedge-online__heading::before{content:"";display:block;width:80px;height:1px;background:#444;position:absolute;top:50%;left:0;}
.wedge-online__heading::after{content:"";display:block;width:80px;height:1px;background:#444;position:absolute;top:50%;right:0;}
.wedge-online__logo{margin-bottom:5px;}
.wedge-online .feature-content{padding:10px;box-sizing:border-box;}
.wedge-online .feature-content .slider{float:none;width:auto;margin:0;height:187px;}
.wedge-online .feature-content .slider .content-img .active-img{width:280px;height:187px;}
.wedge-online .feature-content .slider .content-img{height:187px;margin-left:0;}
.wedge-online .feature-content .slider .content-title{display:none;}
.wedge-online .feature-content .slider .slide-controller{display:none;}
.wedge-online .feature-content .slider .bullets{display:none;}
.wedge-online .feature-content .content-list{float:none;width:auto;height:auto;margin:0;}
.wedge-online .feature-content .content-list .more-load-btn{width:auto;padding:10px;}
.wedge-online .feature-content .content-list ul{height:auto;}
.wedge-online .feature-content .content-list ul li{width:95%;box-sizing:border-box;}