@charset "UTF-8";

/* layout
----------------------------- */
.co_container_box_inner {
width: 965px;
margin: 0 auto;
}
.contents_right {
width: 770px;
float: right;
padding-bottom: 15px;
background: #fffddb;
}
.contents_right * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* common
----------------------------- */
.underline {
text-decoration: underline;
text-underline-position: under;
text-decoration-line: underline;
text-decoration-skip-ink: none;
}
.indent_1em {
padding-left: 1em;
text-indent: -1em;
}
.y_marker {
display: inline-block;
margin-bottom: 2px;
background: linear-gradient(transparent 60%, #ffeb3b 40%);
}
.dispPC {
display: block;
}
.dispSP {
display: none;
}
/* imgBlock
----------------------------- */
.imgBlock {
width: 100%;
margin: 0 auto;
text-align: center;
}
.imgBlock a {
display: block;
}
.imgBlock img {
width: 100%;
max-width: 770px;
height:auto;
}
.imgBlock a img:hover {
opacity: 1;
}
/* header
----------------------------- */
.headArea img {
width: 100%;
max-width: 770px;
height: auto;
}
/* camTerm
----------------------------- */
.camTerm {
margin: 0 auto;
padding: 10px 0 10px;
background: #110503;
line-height: 1.2;
text-align: center;
font-weight: bold;
font-size: 18px;
color: #fff;
}
.camTerm .label:after {
content: '：';
}
/* appealTxt02/03/04/05
----------------------------- */
.appealTxt02,
.appealTxt03,
.appealTxt04,
.appealTxt05 {
padding:0 35px 0 45px;
line-height:18px;
text-align:left;
}
.appealTxt02 p,
.appealTxt03 p,
.appealTxt04 p,
.appealTxt05 p {
font-size: 13px;
color: #333;
}
.appealTxt02 p a,
.appealTxt03 p a,
.appealTxt04 p a,
.appealTxt05 p a {
display:inline;
}
/* couponArea2022
----------------------------- */
.couponArea2022 .login {
display: none;
}
/* entryArea
----------------------------- */
.entryArea {
margin:30px auto;
}
.entryArea a {
display: block;
margin-bottom: 8px;
}
.entryArea img.entryBtn {
width: 100%;
max-width: 770px;
height:auto;
}
.entryArea .entryTxt {
line-height:18px;
text-align:center;
font-size: 16px;
color: #333;
}
/* loginArea
----------------------------- */
.contents_right .loginArea {
margin: 30px 60px;
padding: 30px;
border-radius: 8px;
text-align: center;
}
.contents_right .loginArea .message {
margin-bottom: 10px;
font-size: 16px;
}
.width350 {
display: none;
}
.contents_right .loginArea a {
display: inline-block;
width: 240px;
height: 46px;
margin: 0 10px;
background: #ff8e00;
border-radius: 6px;
line-height: 48px;
font-size: 24px;
color: #fff;
text-decoration: none;
}
.contents_right .loginArea a:hover {
opacity: 0.8;
}
/* mainArea
----------------------------- */
.mainArea {
margin-bottom:30px;
}
.mainArea a:hover img {
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
}
.mainArea .to_detail {
margin:5px auto;
text-align: right;
}
.mainArea .to_detail a {
position:relative;
padding-right: 15px;
font-size: 16px;
color: #f60;
}
.mainArea .to_detail a:after {
content: '';
display: block;
clear: both;
position: absolute;
top: 50%;
right: 8px;
width: 8px;
height: 8px;
margin-top: -5px;
border-top: 2px solid #f60;
border-right: 2px solid #f60;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
/* titleArea
----------------------------- */
.titleArea {
margin: 30px auto 0;
}
.titleArea .contents {
margin: 0 60px 40px;
padding: 20px;
background: #fff;
border: 2px solid #110503;
}
.titleArea .contents.end {
margin: 0 60px 15px;
}
.titleArea .title_box {
text-align: left;
}
.titleArea .title_name {
padding: 8px 7px;
background: #110503;
line-height: 30px;
text-align: left;
font-size: 22px;
font-weight: bold;
color: #fff;
}
.titleArea .title_name a {
color: #fff;
}
.titleArea .title_name .chara_name {
display: block;
margin-top: 4px;
padding-top: 6px;
border-top: 1px solid #fff;
font-size: 22px;
}
.titleArea .coupon {
display: inline-block;
height: 35px;
padding: 0 16px 0 7px;
background: #eca98a;
line-height: 35px;
overflow: hidden;
}
.titleArea .coupon p {
position: relative;
font-size: 20px;
font-weight: bold;
color: #110503;
}
.titleArea .coupon p:after {
content: '';
position: absolute;
right: -16px;
bottom: 0;
border-top: 35px solid transparent;
border-right: 16px solid #fff;
}
.titleArea .thum_box_inner {
display: flex;
justify-content: space-between;
width: 100%;
margin: 15px auto 8px;
text-align: center;
}
.titleArea .thum_box_inner.koma .thum_box {
width: 32%;
}
.titleArea .thum_box_inner.nokoma .thum_box:nth-child(1) {
width: 32%;
}
.titleArea .thum_box_inner.nokoma .thum_box:nth-child(2) {
width: 64%;
}
.titleArea .thum_box a {
display: block;
}
.titleArea .thum_box img {
width: 100%;
max-width: 180px;
border: 1px solid #ccc;
}
.titleArea .comment {
margin-bottom: 30px;
line-height: 1.3;
text-align: left;
font-size: 16px;
}
.titleArea .comment a {
display: inline;
}
.titleArea .comment_title {
display: block;
font-weight: bold;
}
.titleArea .btn_box .free_btn {
width: 183px;
height: 56px;
background: #fff;
border: 3px solid #110503;
box-sizing: border-box;
box-shadow: 5px 5px 0px 0 #110503;
}
.titleArea .btn_box .free_btn a {
display: block;
padding: 0 5px;
line-height: 56px;
text-align: center;
font-size: 24px;
font-weight: bold;
color: #110503;
text-decoration: none;
}
.titleArea .text_box {
width: 100%;
}
.titleArea .copy_title {
text-align: left;
font-size: 11px;
}
.titleArea .addmanga_text {
margin-bottom: 40px;
padding: 28px 6px;
background: #110503;
text-align: center;
font-size: 30px;
font-weight: bold;
color: #fff;
letter-spacing: 1px;
}
.titleArea .attention_text {
margin: 0 60px 30px;
line-height: 1.4;
font-size: 14px;
}
/* questionnaireArea
----------------------------- */
.questionnaireArea {
margin: 0 auto 40px;
padding: 40px;
background: #f5ed92;
}
.questionnaireArea .questionnaire_title {
position: relative;
margin-bottom: 20px;
padding: 13px 6px;
background: #110503;
text-align: center;
font-size: 28px;
font-weight: bold;
color: #fff;
}
.questionnaireArea .questionnaire_title:after {
content: "";
position: absolute;
width: 0;
height: 0;
bottom: -15px;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
}
.questionnaireArea .questionnaire_bnrarea {
display: flex;
margin-top: 12px;
}
.questionnaireArea .questionnaire_bnrarea a {
width: 220px;
height: auto;
margin-right: 15px;
}
.questionnaireArea .questionnaire_bnrarea a:nth-of-type(3n) {
margin-right: 0;
}
.questionnaireArea .questionnaire_bnrarea img {
width: 100%;
height: auto;
}
/* detailArea
----------------------------- */
.detailArea {
margin: 0 40px;
background: #fff;
line-height: 1.4;
text-align: left;
}
.detailArea .detailTitle {
height: auto;
padding: 8px 5px;
background: #110503;
line-height: 32px;
text-align: center;
font-size: 24px;
font-weight: bold;
color: #fff;
}
.detailArea .detail_box {
padding: 15px 15px 25px;
text-align: left;
}
.detailArea .detail_blocktitle {
margin-bottom: 5px;
font-size: 18px;
font-weight: bold;
}
.detailArea .detail_box p {
font-size: 16px;
color: #333;
}
.detailArea .detail_box a {
font-size: 16px;
color: #06f;
text-decoration: underline;
}
.detailArea dl {
text-align: left;
}
.detailArea dt {
font-size: 18px;
font-weight:bold;
color: #333;
}
.detailArea dd + dt {
margin:10px 0 0;
}
.detailArea dt:before {
display: inline;
content: "■";
}
.detailArea dd {
font-size: 16px;
color: #333;
}
.detailArea .detail_scroll {
margin: 0 16px;
padding: 0 10px;
border: 1px solid #333;
height: 120px;
overflow: scroll;
overflow-x: hidden;
}
.detailArea .detail_scroll dt {
font-size: 13px;
font-weight: bold;
margin: 8px 0 0;
}
.detailArea .detail_scroll dt:before {
content: none;
}
.detailArea .detail_scroll dd,
.detailArea .detail_scroll a {
font-size: 13px;
}
.detailArea hr.separator {
height: 2px;
margin: 25px auto;
background-color: #333;
border: none;
}
/* btn_areas(sns)
----------------------------- */
.btn_areas {
margin: 15px 10px 0;
}
.btn_areas img:hover {
opacity:0.7;
}
/* endArea
----------------------------- */
.endArea {
margin: 40px auto;
text-align: center;
}
.endArea p {
font-size: 30px;
color: #333;
}
/* notargetArea
----------------------------- */
.notargetArea {
padding: 30px 20px 20px;
}
.notargetArea .messeageBox {
padding: 10px 20px 15px;
background: #fff;
border: 1px solid #ccc;
}
.notargetArea .main {
margin-bottom: 15px;
}
.notargetArea .main.center p {
text-align: center;
font-size: 20px;
}
.notargetArea .main.left p {
text-align: left;
font-size: 18px;
}
.notargetArea .sub {
margin-bottom: 15px;
text-align: left;
}
.notargetArea .sub p {
line-height: 1.4;
font-size: 16px;
}
.notargetArea .loginBtnArea a {
display: block;
width: 300px;
height: 45px;
margin: 0 auto;
background: #d00;
border-left: 2px solid #a60000;
border-bottom: 3px solid #a60000;
border-radius: 4px;
line-height: 47px;
font-size: 22px;
color: #fff;
text-decoration: none;
}
.notargetArea .loginBtnArea a:hover {
opacity: 0.7;
}