@charset "utf-8";

/* layout
-------------------------------------------------------------*/
.bgWrapper {
  width: 990px;
  margin: 10px auto 0;
  background: #fff;
}
.contentsArea * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentsArea {
  float: right;
  width: 770px;
  padding-bottom: 10px;
  background: #ffc636;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.contentsArea .swiperArea img, .container img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.container {
  position: relative;
  padding: 12px 10px 0;
}
.container + .container {
  margin-top: 12px;
}
.container.cm_area a {
  display: block;
  width: 480px;
  margin: 10px auto 30px;
}

/* common
-------------------------------------------------------------*/
ul, li {
  list-style: none;
}
.contentsArea .underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.contentsArea .indent_1em {
  padding-left: 1em;
  text-indent: -1em;
}
.contentsArea .head_area img {
  width: 770px;
  height: auto;
}

/* swiper
-------------------------------------------------------------*/
.contentsArea .swiperArea {
  position: relative;
  width: 98%;
  margin: 10px auto 0;
  padding-bottom: 15px;
  text-align: center;
}
.contentsArea .swiperArea .swiper-slide {
  padding: 0 3px;
}
.contentsArea .swiperArea .swiper-slide a {
  display: block;
  background: linear-gradient(#645405, #cdc27e, #645405);
  padding: 2px;
}
.contentsArea .swiperArea .swiper-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 10px;
}
.contentsArea .swiperArea .swiper-pagination-bullet {
  margin: 0 6px;
}

/* tabs
-------------------------------------------------------------*/
input[name="tab_item"] {
  display: none;
}
.tabs_wrap {
  display: flex;
  justify-content: space-evenly;
  max-width: 420px;
  margin: 20px auto;
}
.tabs_wrap .tab_item {
  display: flex;
  align-items: center;
  width: 22%;
  height: 48px;
  padding: 0 2%;
  border: 2px #111 solid;
  border-radius: 8px;
  background: #2f75d2;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.tabs_wrap .tab_item:hover {
  opacity: .8;
}
#cat0:checked ~ .tabs_wrap label[for="cat0"],
#cat1:checked ~ .tabs_wrap label[for="cat1"],
#cat2:checked ~ .tabs_wrap label[for="cat2"],
#cat3:checked ~ .tabs_wrap label[for="cat3"],
#cat0:checked ~ .tabs_wrap a[for="cat0"],
#cat1:checked ~ .tabs_wrap a[for="cat1"],
#cat2:checked ~ .tabs_wrap a[for="cat2"],
#cat3:checked ~ .tabs_wrap a[for="cat3"] {
  background: #ffd72c;
  color: #111;
}
.tabs_wrap .tab_item span {
  flex: 1;
}
.tabs_wrap .visible {
  display: none;
}
@media screen and (max-width: 380px) {
  .tabs_wrap .hidden {
    display: none;
  }
  .tabs_wrap .visible {
    display: inline;
  }
}

/* contents
-------------------------------------------------------------*/
.tab_inner {
  display: none;
}
#cat0:checked ~ .signcard_area .tab_inner.cat0,
#cat1:checked ~ .signcard_area .tab_inner.cat1,
#cat2:checked ~ .signcard_area .tab_inner.cat2,
#cat3:checked ~ .signcard_area .tab_inner.cat3 {
  display: block;
}
.signcard_area a {
  color: #2763ac;
  font-weight: bold;
}
.signcard_area ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 auto 12px;
  text-align: left;
}
.signcard_area li {
  display: table-cell;
  padding: 8px 8px 10px;
  border: 4px #2e73a5 solid;
  background: #fff;
}
.signcard_area li:first-child {
  border-right: 3px #2e73a5 solid;
}
.signcard_area li:last-child {
  border-left: 2px #2e73a5 solid;
}
.signcard_area li.blankBlock {
  border: none;
  border-left: 2px #2e73a5 solid;
  background: transparent;
}
.signcard_area li .art_collection a {
  display: block;
  background: linear-gradient(#645405, #cdc27e, #645405);
  padding: 4px;
}
.signcard_area li .art_collection .copyright {
  margin-top: 3px;
  font-size: 9px;
}
.signcard_area .message {
  margin: 3px 0 10px;
  font-size: 14px;
}
.art_collection + .info_box {
  margin-top: 10px;
}
.signcard_area .info_box .thumbnail {
  width: 32%;
  float: left;
}
.signcard_area .info_box .thumbnail a {
  display: block;
}
.thumbnail img {
  border: 1px #e0e0e0 solid;
}
.signcard_area .info_box .information {
  width: 66%;
  float: right;
}
.signcard_area .info_box .title a {
  display: block;
  max-height: 40px;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
}
.signcard_area .info_box .author {
  height: 20px;
  overflow: hidden;
  color: #9f9f9f;
  font-size: 12px;
  line-height: 20px;
}
.signcard_area .info_box .author a {
  color: #9f9f9f;
  font-weight: normal;
}
.signcard_area .info_box .mark .campaignMark {
  display: inline-block;
  line-height: 17px;
  height: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 3px;
  background: #fff;
  border: 1px solid #ff5722;
  color: #ff5722;
  margin: 0 4px 0 0;
}
.signcard_area .info_box .text {/* 横幅変動 */
  height: 72px;
  margin-top: 3px;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
}
.signcard_area .btn_area {
  width: 100%;
  margin: 7px auto 0;
  text-align: right;
}
.signcard_area .btn_area a {
  display: block;
  float: right;
  width: 48%;
  height: 35px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
.signcard_area .btn_area a:hover {
  opacity: .8;
}
.signcard_area .btn_area a + a {
  margin-right: 3%;
}
.btn_area a.btn.typea {
  border: 1px solid #b8a98f;
  border-right: 1px solid #bdb29e;
  border-bottom: 2px solid #bdb29e;
  background: #fff;
  color: #6e5b39;
}
.signcard_area .aut_search {
  display: table;
  margin: 0 auto;
  padding-top: 8px;
  text-align: left;
}
.signcard_area .aut_search a {
  display: block;
  position: relative;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
}
.signcard_area .aut_search a:before {
  content: "\e854";
  display: inline-block;
  width: 1em;
  margin-right: .2em;
  margin-left: .2em;
  font-family: "fontello";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
}
.signcard_area .aut_search a:after {
  content: "先生の作品をさがす";
  display: inline;
}
li.change .aut_search a + a:after {
  content: "の作品をさがす";
  display: inline;
}
.doubles .info_box .title a {
  height: 20px;
}
.doubles .info_box .text {
  height: 54px;
}
.signcard_area .info_box + .info_box {
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px #ccc dotted;
}

/* w書影 */
.signcard_area .info_box .item {
  display: block;
  float: left;
  width: 50%;
}
.signcard_area .info_box .item.one {
  padding-right: 5px;
}
.signcard_area .info_box .item.two {
  padding-left: 5px;
}
.signcard_area .info_box .item .thumBox {
  margin-bottom: 4px;
  text-align: center;
}
.signcard_area .info_box .item .thumBox a {
  display: inline-block;
  position: relative;
}
.signcard_area .info_box .item .thumBox img {
  height: 160px;
  width: auto;
}
.signcard_area .info_box .item .title,
.signcard_area .info_box .item .author {
  width: 96%;
  margin: 0 auto;
}
.signcard_area .info_box .item .btn_area a {
  float: left;
}
.signcard_area .info_box .item .btn_area a + a {
  margin-left: 2%;
  margin-right: 0;
}
.signcard_area .info_box .campaignThumMark {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff5722;
  border: 1px solid #ff5722;
  background: #fff;
  text-decoration: none;
  line-height: 16px;
  height: 16px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 0 3px;
}
.signcard_area #cs_1 {
  display: block;
  min-width: 3em;
}
.signcard_area #cs_1:before {
  display: block;
  content: "無料";
}
.signcard_area #cs_2 {
  display: block;
  min-width: 6em;
}
.signcard_area #cs_2:before {
  display: block;
  content: "立読み増量";
}
.signcard_area #cs_3 {
  display: block;
  min-width: 4em;
}
.signcard_area #cs_3:before {
  display: block;
  content: "値引き";
}
.signcard_area #cs_4 {
  display: block;
  min-width: 3em;
}
.signcard_area #cs_4:before {
  display: block;
  content: "還元";
}
.signcard_area #cs_5 {
  display: block;
  min-width: 4em;
}
.signcard_area #cs_5:before {
  display: block;
  content: "パック";
}

/* contents
-------------------------------------------------------------*/
.contents li {
  width: 740px;
  margin: 0 auto 15px;
  background: #fff;
  padding: 7px;
  border: 3px #2e73a5 solid;
  text-align: left;
}
.contents .art_collection {
  float: left;
  width: 50%;
}
.contents .art_collection img {
  width: 100%;
}
.contents .info_box {
  float: right;
  width: 48.5%;
  padding-top: 1px;
}
.contents .info_box + .info_box {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px #ccc dotted;
}
.contents .info_box .thumbnail {
  float: left;
  text-align: center;
}
.contents .info_box .thumbnail img {
  max-width: 130px;
  max-height: 185px;
  border: 1px #e0e0e0 solid;
}
.doubles .info_box .thumbnail img {
  max-height: 165px;
}
.contents .info_box .information {
  width: 60%;
  float: left;
  margin-left: 2%;
}
.contents .info_box .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.contents .info_box .author {
  color: #888;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.contents .info_box .author a {
  color: #888;
}
.contents .info_box .mark {
  margin-bottom: 3px;
}
.contents .info_box .text {
  font-size: 14px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.contents .btn_area {
  width: 100%;
  margin: 5px auto 0;
  text-align: right;
}
.doubles .info_box .text {
  height: 40px;
}
.contents .btn_area a {
  display: inline-block;
  width: 48%;
  font-size: 14px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
}
.contents .btn_area a:hover {
  opacity: 0.7;
}
.contents .btn_area a + a {
  margin-left: 2.5%;
}
.btn_area a.btn.typea {
  background: #FFF;
  border: 1px solid #B8A98F;
  border-bottom: 2px solid #BDB29E;
  border-right: 1px solid #BDB29E;
  color: #6E5B39;
}
.contents .aut_search {
  display: table;
  padding-top: 8px;
  margin: 0 auto;
  text-align: left;
  border-spacing: 0;
}
.contents .aut_search a {
  display: table-row;
  position: relative;
  height: 22px;
  line-height: 22px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
}
.contents .aut_search a:before {
  content: '\e854';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.contents .aut_search a:after {
  content: "先生の作品をさがす";
  display: inline;
}
li.change .aut_search a + a:after {
  content: "の作品をさがす";
  display: inline;
}
.doubles .aut_search a {
  text-align: center;
}
.contents .message {
  float: right;
  width: 48.5%;
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.doubles .message {
  float: none;
  width: 100%;
  padding-top: 5px;
}


/* matome_area
------------------------------------------------------------- */
.container.matome_area {
  padding: 12px 20px 0;
}
.contentsArea .matome_area a {
  display: block;
}
.contentsArea .matome_area_title {
  margin: 46px auto 0;
  height: 38px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  background: #2f75d2;
  color: #fff;
}
.contentsArea .matome_area .linkBlock_upper + .linkBlock_upper {
  margin-top: 14px;
}
.contentsArea .matome_area .banner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
.contentsArea .matome_area .banner_wrap > a {
  width: calc(33.333% - 8px);
  margin-bottom: 8px;
}
.contentsArea .matome_area .banner_wrap > a:nth-child(3n+2) {
  margin: 0 8px;
}
.contentsArea .matome_area .camBanner_catch {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 2px 0 8px;
  color: #333;
  font-size: 10px;
  text-align: right;
}
.contentsArea .matome_area .arrow {
  display: inline-block;
  margin-top: -1px;
  margin-left: .5em;
  border-width: .5em 0 .5em .75em;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}
.contentsArea .matome_area .camBanner_img {
  border: 1px solid #333;
}

/* sns_btn(overwrite)
------------------------------------------------------------- */
.btn_areas {
  width: 96% !important;
  margin: 15px auto 0;
}
.btn_areas img:hover {
  opacity: 0.8;
}