@charset "UTF-8";

/* common_setting 共通
-------------------------------------------------------------*/
body, html {
  position: relative;
}
.content_wrapper {
  width: 990px;
  padding: 15px 0 1px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
#navi_left {
  width: 182px;
}
.contentsArea {
  position: relative;
  float: right;
  width: 770px;
  background: #b5bff2;
  background: #6a83e7;
  background: #aaced6;
  background: #EEF6F8;
}
.contentsArea * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentsArea ul,
.contentsArea ol {
  list-style: none;
}
.font_red {
  color: #d00;
}
.underline {
  text-decoration: underline;
}
.inlineBlock {
  display: inline-block;
}
.contentsArea .pos_r {
  position: relative;
}
.contentsArea .pos_a {
  position: absolute;
}
.contentsArea .error_message {
  color: #d00;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.contentsArea .marker {
  display: inline-block;
  background: linear-gradient(transparent 60%, #FFEB3B 40%);
  line-height: 1.2;
  padding: 0 7px 0 4px;
}

/* floatMenuArea
-------------------------------------------------------------*/
.contentsArea .floatMenuArea1 {
  display: block;
  position: absolute;
  top: 15px;
  left: auto;
  z-index: 20;
}
.contentsArea .floatMenuArea1 .imgMenu {
  width: 68px;
  height: auto;
  margin-left: 8px;
  cursor: pointer;
}
.contentsArea .floatMenuArea2 {
  display: block;
  position: absolute;
  width: 600px;
  padding: 5px 10px 12px;
  top: 30px;
  left: auto;
  margin-left: 20px;
  background: #fff;
  border: 1px solid #8ba0a4;
  border-radius: 10px;
  z-index: 19;
}
.contentsArea .floatMenuArea2 img.title {
  width: 100%;
  height: auto;
}
.contentsArea .floatMenuArea2 .link {
  display: block;
  text-align: center;
  cursor: pointer;
}
.contentsArea .floatMenuArea2 .link img {
  width: 100%;
  height: auto;
}
#bgLayer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.9);
  z-index: 11;
}
.contentsArea .rightBottomFloatBanner {
  display: inline-block;
  position: fixed;
  bottom: 5px;
  right: 0;
  z-index: 1;
}
.contentsArea .rightBottomFloatBanner img {
  width: 100%;
  max-width: 630px;
  height: auto;
}
.contentsArea .rightBottomFloatBanner:hover img {
  opacity: 1;
}

/* linkBanner
-------------------------------------------------------------*/
.contentsArea .linkBanner {
  display: block;
  width: 720px;
  margin: 18px auto 10px;
}
.contentsArea .linkBanner img {
  width: 100%;
  height: auto;
}

/* nologinArea.header
-------------------------------------------------------------*/
.contentsArea .nologinArea.header {
  margin: 10px auto 35px;
}
.contentsArea .nologinArea .login_message {
  margin-bottom: 8px;
}
.contentsArea .nologinArea .login_message p {
  font-size: 20px;
}
.contentsArea .nologinArea .login_message p span {
  display: inline-block;
}
.contentsArea .nologinArea .btnArea {
  width: 600px;
  margin: auto;
}
.contentsArea .nologinArea .btnArea a {
  display: block;
  width: 46%;
  margin: 0 2%;
  float: left;
  cursor: pointer;
}
.contentsArea .nologinArea .btnArea img {
  width: 100%;
  height: auto;
}

/* movie
------------------------------*/
.contentsArea .topMovie {
  margin: 10px auto 40px;
}
.movieArea {
  margin: auto;
  position: relative;
}
.movieArea.lead_area {
  padding: 16px 0 8px;
}
.movieArea .movie_wrap {
  position: relative;
  width: 710px;
  margin: 0 auto;
  padding-top: 51.94%;
}
.movieArea .yt_frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movieArea .about {
  margin-top: 8.75%;
}
.bnr_vote {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
/* gradient */
lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
/* responsive iframe with a 16:9 aspect ratio
  thanks https://css-tricks.com/responsive-iframes/
  */
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
/* play button */
lite-youtube > .lty-playbtn {
  display: block;
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  /*filter: grayscale(100%);*/
  transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}
/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*link*/
.contentsArea .topMovie .link {
  display: block;
  position: relative;
  width: 710px;
  margin: 0 auto;
  text-align: right;
  font-size: 16px;
  padding-right: 15px;
}
.contentsArea .topMovie .link a {
  color: #333;
  text-decoration: underline;
}
.contentsArea .topMovie .link:after {
  content: "";
  display: block;
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* entryArea
-------------------------------------------------------------*/
.contentsArea .entryArea {
  padding: 5px 0 40px;
}

/* navArea
-------------------------------------------------------------*/
.contentsArea .navArea {
  display: flex;
  width: 720px;
  margin: 0 auto;
  text-align: center;
  flex-direction: row;
  align-content: stretch;
}
.contentsArea .navArea li {
  display: flex;
  width: 100%;
  margin-right: 1%;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
.contentsArea .navArea li:last-child {
  margin-right: 0;
}
.contentsArea .navArea li.selected span {
  display: inline-block;
  min-width: 4em;
  height: 40px;
  margin: 0 4px;
  border-bottom: 3px solid #7F9FEC;
}
.contentsArea .navArea li.boy.selected span {
  border-color: #0185E5;
}
.contentsArea .navArea li.girl.selected span {
  border-color: #FF6E78;
}
.contentsArea .navArea li.isekai.selected span {
  border-color: #C476D0;
}
.contentsArea .navArea li.novel.selected span {
  border-color: #35D73D;
}
.contentsArea .navArea li.bl.selected span {
  border-color: #00AAE6;
}
.contentsArea .navArea li.tl.selected span {
  border-color: #FF9600;
}
.contentsArea .navArea li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 41px;
  background: #7C9399;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.contentsArea .navArea li.selected a {
  position: relative;
  background: #fff;
  color: #333;
}
.contentsArea .navArea.bottom {
  margin: 10px auto 25px;
  background: transparent;
}
.contentsArea .navArea.bottom li {
  padding-left: 3px
}
.contentsArea .navArea.bottom li:first-child {
  padding: 0;
}
.contentsArea .navArea.bottom li a {
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contentsArea .navArea.bottom li.selected a {
  border: 2px #fcad06 solid;
}
.contentsArea .navArea li a:hover {
  opacity: .8;
}
/* categoryArea */
.contentsArea .categoryArea {
  width: 720px;
  margin: 0 auto;
  padding-top: 6px;
  background: #fff;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

/* itemArea */
.contentsArea .categoryArea .itemArea {
  display: flex;
  margin: 0 6px;
  overflow-x: auto;
}
.contentsArea .itemArea li {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: center;
  width: 33.333%;
  padding: 14px 6px;
}
.contentsArea .itemArea li .thumBox {
  padding-bottom: 6px;
  width: 100%;
  max-width: 180px;
}
.contentsArea .itemArea li .thumBox a {
  display: block;
  position: relative;
}
.contentsArea .itemArea li .thumBox img {
  width: 100%;
  height: auto;
}
.contentsArea .itemArea li .thumBox .btnBox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d00;
  color: #d00;
  padding: 0 3px;
  font-size: 12px;
}
.contentsArea .itemArea li .infoBox {
  width: 100%;
  max-width: 180px;
  margin-top: auto;
}
.contentsArea .itemArea li .infoBox .campaignBox {
  display: block;
  background: #d00;
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 31px;
  margin-bottom: 8px;
}
.contentsArea .itemArea li .infoBox .titleName {
  display: block;
  font-size: 13px;
  color: #333;
  margin: 0 auto 6px;
  line-height: 16px;
  height: 15px;
  overflow: hidden;
}    
.contentsArea .itemArea li .infoBox .titleName a {
  color: #333;
}
.contentsArea .itemArea .infoBox .btnBox .btn.entry,
.contentsArea .itemArea .infoBox .btnBox .pr,
.contentsArea .itemArea .infoBox .btnBox .end {
  display: block;
  position: relative;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #e8953c;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.contentsArea .itemArea .infoBox .btnBox .entry {
  background: #e8953c;
  color: #fff;
}
.contentsArea .itemArea .infoBox .btnBox .entry:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin-top: -5.5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .itemArea .infoBox .btnBox .pr {
  background: #fff;
  color: #e8953c;
}
.contentsArea .itemArea .infoBox .btnBox .end {
  background: #EEE;
  border: 1px solid #b7b7b7;
  color: #666;
  cursor: default;
}
.contentsArea .itemArea .infoBox .btnBox .btn ~ .btn {
  margin-top: 6px;
}
/* selectWindowArea */
.contentsArea .itemArea .infoBox .selectWindowArea {
  width: 70%;
  position: absolute;
  top: 20%;
  left: calc(50% - 35%);
  background: #eff8f7;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 15px 5px 10px;
  text-align: center;
  z-index: 1002;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contentsArea .itemArea .infoBox .selectWindowArea .box480 {
  max-width: 720px;
  margin: 0 auto;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowB.long {
  position: fixed;
  top: 10px !important;
  bottom: 10px;
  background: #eff8f7;
  padding: 3px 0 18px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.contentsArea .itemArea .infoBox .selectWindowArea .attention {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowA img {
  width: 100%;
  max-width: 180px;
  height: auto;
  max-height: unset;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowA a {
  display: inline-block;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowA .voteBtn {
  display: block;
  width: 80%;
  max-width: 180px;
  position: relative;
  height: 36px;
  line-height: 36px;
  margin: 8px auto 5px;
  font-weight: bold;
  font-size: 19px;
  background: #e8953c;
  color: #fff;
  border: 1px solid #e8953c;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowA .voteBtn:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin-top: -5.5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowA .voteBtn:hover {
  opacity: .8;
}
.contentsArea .itemArea .infoBox .selectWindowArea .note {
  font-size: 12px;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowB img {
  width: 98%;
  height: auto;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowB img.koma {
  max-width: 480px;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowB .comment {
  padding: 0 20px 5px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.contentsArea .itemArea .infoBox .selectWindowArea .share {
  display: block;
}
.contentsArea .itemArea .infoBox .selectWindowArea .authorNameBox {
  font-size: 16px;
}
.contentsArea .itemArea .infoBox .selectWindowArea .authorNameBox a {
  text-decoration: underline;
}
.contentsArea .itemArea .infoBox .selectWindowArea .readMe {
  padding: 6px 0;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowB .note {
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.contentsArea .itemArea .infoBox .selectWindowArea .readMe .free {
  display: block;
}
.contentsArea .itemArea .infoBox .selectWindowArea .close {
  display: block;
  position: absolute;
  top: -8px;
  right: -5px;
  width: 30px;
  height: 30px;
  background: #333;
  border: 1px solid #333;
  margin: 0 0 0 auto;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
}
.contentsArea .itemArea .infoBox .selectWindowArea.windowB.long .close {
  position: fixed;
  top: 20px;
  right: calc(50% - 33%);
}
.contentsArea .itemArea .infoBox .selectWindowArea .close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: #fff;
  transition: all .4s;
  border-radius: 2px;
  transform: rotate(-135deg);
}
.contentsArea .itemArea .infoBox .selectWindowArea .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: #fff;
  transition: all .4s;
  border-radius: 2px;
  transform: rotate(135deg);
}
.contentsArea .itemArea li .prize_logo {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-end;
  align-items: center;
}
.contentsArea .itemArea li .prize_logo img {
  width: 135px;
  height: auto;
}
.contentsArea .categoryArea .termArea {
  display: inline-block;
  min-width: 260px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 18px;
  border: 1px solid #333;
  border-radius: 20px;
  margin: 12px auto 20px;
}

/* historyArea
-------------------------------------------------------------*/
.contentsArea .historyArea {
  margin: 0 auto 40px;
  background: #acd1d9;
  padding: 20px 0 40px;
}
.contentsArea .linkBlock + .historyArea {
  margin: 10px auto 0;
}
.contentsArea .historyArea .areatitle {
  /* background: #f4d631; */
  /* color: #333; */
  /* padding-left: 5px; */
  /* height: 50px; */
  /* line-height: 50px; */
  /* font-size: 20px; */
  /* font-weight: bold; */
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.contentsArea .historyArea .areatitle .top {
  font-size: 20px;
}
.contentsArea .historyArea .areatitle .bottom {
  font-size: 28px;
}
#titleHist.resBox{
  padding: 10px;
/*  background: #fff;*/
}
#titleHist ul{
  width: 100%;
  margin: 0 auto;
}
#titleHist ul + ul{
  margin-top: 23px;
}
#titleHist ul li a{
  display: block;
  width: 100%;
}
#titleHist .thum_box{
  float: left;
  width: 18%;
  margin: 0 1%;
  vertical-align: top;
  text-align: center;
}
#titleHist .thum_box img{
  width: 94%;
  max-width: 180px;
}
#titleHist .thum_box.con img{
  max-width: 125px;
}
#titleHist .text_box{
  float: left;
  width: 18%;
  margin: 0 1%;
  vertical-align: top;
  text-align: left;
}
#titleHist .title_name{
  height: 14px;
  margin: 8px 4px 0;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #626d77;
  overflow: hidden;
}
#titleHist .title_name a{
  width: 100%;
  color: #333;
  overflow: hidden;
}
.contentsArea .historyArea .bottomBtns {
  text-align: center;
/*  padding-bottom: 25px;*/
/*  background: #FFF;*/
}
.contentsArea .historyArea .bottomBtns a,
.contentsArea .historyArea .bottomBtns a:hover {
  position: relative;
  display: inline-block;
  width: 440px;
  margin: 0 auto;
  padding: 8px 5px;
  background: #fff;
/*  border: 1px solid #f60;*/
  border: 1px solid #333;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  font-size: 14px;
/*  color: #f60;*/
  color: #587880;
  text-decoration: none;
}
.contentsArea .historyArea .bottomBtns a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
/*  border-top: 2px solid #f60;*/
/*  border-right: 2px solid #f60;*/
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .historyArea .bottomBtns a:hover {
/*  background: #ffedd2;*/
  background: #fcfcfcf1;
}
.contentsArea .historyAreaAll {
  margin: 0;
  padding: 12px 10px 10px;
}
.contentsArea .historyAreaAll .areatitle {
  position: relative;
  text-align: left;
}
.contentsArea .historyAreaAll .areatitle span {
  font-size: 22px;
  font-weight: bold;
  padding-left: 5px;
}
.contentsArea .historyAreaAll .areatitle a {
  position: absolute;
  display: block;
  padding-right: 8px;
  top: 2px;
  right: 3px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.contentsArea .historyAreaAll .areatitle a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .historyAreaAll #titleHist {
  background: #fff;
  margin: 2px 0;
}

/* couponArea
-------------------------------------------------------------*/
.contentsArea .couponArea {
  background: #f4d631;
  padding: 20px 0 35px;
}
.contentsArea .couponArea .imgBlock {
  text-align: center;
}
.contentsArea .couponArea .imgBlock img {
  width: 100%;
  height: auto;
}
.contentsArea .couponArea .mainBlock {
  width: 720px;
  margin: 0 auto;
  padding: 24px 0 20px;
  text-align: center;
  background: #fff;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.contentsArea .couponArea .mainBlock a {
  display: inline-block;
}
.contentsArea .couponArea .mainBlock img {
  width: 100%;
  max-width: 650px;
  height: auto;
}

/* enteredArea
-------------------------------------------------------------*/
.contentsArea .enteredArea {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 30px;
  background: #eef6f8;
}
.contentsArea .enteredArea .DenComiEntered {
  padding: 15px 10px;
}
.contentsArea .enteredArea .imgBlock {
  text-align: center;
}
.contentsArea .enteredArea .attention {
  font-size: 20px;
}

/* nologin */
.enteredArea .nologinArea.stamp {
  margin: 10px auto 20px;
  text-align: center;
}
.enteredArea .nologinArea.stamp .login_message {
  font-size: 22px;
  color: #d00;
}

/* end_campaign
-------------------------------------------------------------*/
.infoBox .btnBox a.btn_free {
  display: block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  background: #FFF;
  border: 1px solid #B8A98F;
  border-bottom: 2px solid #BDB29E;
  border-right: 1px solid #BDB29E;
  font-size: 12px;
  color: #6E5B39;
}

/* sns btn_areas
-------------------------------------------------------------*/
.btn_areas {
  width: 750px;
  margin: 20px auto 10px;
}

/* topEntryArea
-------------------------------------------------------------*/
.topEntryArea {
  padding-bottom: 50px;
}
.topEntryArea .swiper-wrapper {
  display: table;
  table-layout: fixed;
  width: 750px;
  margin: 0 auto;
}
.topEntryArea .swiper-slide {
  display: table-cell;
  text-align: center;
  padding: 5px 4px;
}
.topEntryArea .swiper-slide .slider_thum {
  height: 180px;
}
.topEntryArea .swiper-slide .slider_thum a {
  display: block;
}
.topEntryArea .swiper-slide img {
  max-width: 100%;
  max-height: 180px;
}
.topEntryArea .swiper-slide .btnBox {
  margin: 6px auto;
  width: 85%;
}
.topEntryArea .swiper-slide .btnBox .btn {
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
}
.topEntryArea .swiper-slide .btnBox .btn.end {
  background: #EEE;
  border: 1px solid #b7b7b7;
  color: #666;
}
.topEntryArea .swiper-slide .btnBox .btn.entry {
  position: relative;
  font-weight: bold;
  background: #e8953c;
  color: #fff;
  border: 1px solid #e8953c;
  padding-right: 6px;
  cursor: pointer;
  text-decoration: none;
}
.topEntryArea .swiper-slide .btnBox .btn.entry:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin-top: -5.5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.topEntryArea .swiper-slide .btnBox .btn.entry:hover {
  opacity: .7;
}
.topEntryArea .att {
  font-size: 12px;
  color: #d00;
  text-align: right;
  margin-right: 20px;
}

/* common_caution
-------------------------------------------------------------*/
.contentsArea .common_caution {
  width: 740px;
  margin: 15px auto;
  padding: 10px;
  text-align: left;
  border: 1px solid #000;
  background: #fff;
}
.contentsArea .common_caution p {
  font-size: 16px;
}

/* enteredTitleArea
-------------------------------------------------------------*/
.contentsArea .enteredTitleArea {
  background: #eff8f7;
  padding: 20px 0 0;
  text-align: center;
}
.contentsArea .enteredTitleArea .thumBox {
  text-align: center;
}
.contentsArea .enteredTitleArea .thumBox a {
  display: inline-block;
}
.contentsArea .enteredTitleArea .thumBox img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.contentsArea .shareBlock a {
  display: block;
}
.contentsArea .linkBlock {
  width: 140px;
  margin: 10px auto;
  text-align: center;
}
.contentsArea .linkBlock a {
  display: block;
  position: relative;
  height: 34px;
  line-height: 34px;
  background: #fff;
  width: 100%;
  border: 1px solid #7b949b;
  border-radius: 3px;
  color: #666;
  font-size: 16px;
  text-decoration: none;
}
.contentsArea .linkBlock a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .linkBlock a:hover {
  background: #fffdf5;
}

/* .contentsArea.first
-------------------------------------------------------------*/
.contentsArea.first .nologinArea.header {
  background: #adced5;
  margin: 0;
  padding: 10px 0 40px;
}
.contentsArea.first .entryArea {
  padding: 0 0 50px;
}
.contentsArea.first .header a:hover img {
  opacity: 1;
}
.contentsArea.first .historyAreaAll {
  background: #acd1d9;
}
