@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

p, li{
	text-align: justify;
	line-height: 180%;
}

.MainContainer{
	background-color: #FFF;

}
.PressContainer{
max-width: 900px;
margin: auto;
}
.LogoBar{
background-color: #000;	
}

.LogoBar img{
width: 20%;
min-width: 100px;
margin: 10px;
}

.PressMain{
background-color: #fff;
padding: 64px 40px 64px 40px;
}

.PressMain h3{
text-align: center;
font-size: 20px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
line-height: 1.8;
letter-spacing: 0.2rem;

}

.BookArea{
width: 95%;
padding: 0;
margin: 0px auto 5%;
}

.BookHead{
background-image:url(../img/base_black.svg);
background-size: 40%;
background-repeat: no-repeat;
background-position: left top;
background-color: #a7f2f7;
padding: 20px;
border-radius: 10px 10px 0px 0px;
display: flex;
gap: 3%;
justify-content: space-between;

}


.BookHead::after{
content: "";
clear: both;
display: block;
}
.BookImg{
width: 40%;
float: left;
}
.BookImg a, .BookRead a{
	display: block;
	}

.BookData{
width: 60%;
float: right;
display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.BookData .BookNo {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	font-size: 300%;
	font-weight: bold;
	}

.BookData .BookNo img{
width: 80%;
min-width: 220px;
}

.BookData p.BookTitle{
font-size: 270%;
font-weight: 600;
line-height: 1.4;
margin-bottom: 5px;
color: #1D2334;
text-align: left;
}

.BookData p.Bookinfo{
font-size: 140%;
font-weight: normal;
line-height: 1.4;
margin-bottom: 25px;
word-break: break-all;
color: #888;
}

.BookData .BookRead{
text-align: center;
position: relative;
}

.otherstore{
	text-align: center;
	margin: 20px auto 0px;
	font-size: 160%;
}

.storebutton{
	width: 98%;
	position: relative;
	margin-bottom: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	background-color: #1D2334;
	color: #fff;
	text-align: center;
	letter-spacing: 1em;
	font-size: 14px;
	border-radius: 6px;
	font-weight: bold;
	}
	.storebutton span{
		font-size: 12px;
	}
	.storebutton::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 14px 0 0 16px;
		border-color: #1D2334 transparent transparent;
		translate: calc(-50% + 0.5px) 100%;
	  }


.BookData .BookRead img{
width: 50%;
max-width: 400px;
}

.BookData .BookRead a.trial.rolly img {
	width: 75%;
	max-width: 400px;
}
.BookData .BookRead a.trial.readerstore img {
	width: 85%;
	max-width: 400px;
}

.BookArea .BookComment{
background-color: #edefed;
font-size: 160%;
padding: 3%;
border-radius: 0px 0px 10px 10px;
line-height: 1.4;
}

.BookComment .CommentTtile img{
width: 17%;
min-width: 100px;
}
.BookRecommend{
display: flex;
width: 95%;
margin: 16px auto;
flex-wrap: wrap;
}

.BookArea .BookComment p.catchcopy {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #30CDD7;
	}


.BookRecommend .RecommendBox{
width: 33.3333%;
text-align: center;
display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
	gap: 10px;
	justify-content: space-between;
}
.BookRecommend .RecommendBox:hover{
	opacity: 0.8;
	}

.BookRecommend .RecommendBox.nostreaming:hover{
		opacity: 1 !important;
}

.BookRecommend .RecommendBox img{
width: 90%;
}

.BookRecommend .RecommendBox img.book{
border: 1px solid #ddd;
}

.BookData .BookRead .trial2 {
    display: block;
    width: 100%;
    color: #FFF;
    text-decoration: none;
	box-sizing: border-box;
    background: #000 url(../img/LINEMANGA_Symbol_Green.png) no-repeat 40px center / 60px auto;
    padding: 35px 10px 35px 60px;
    text-align: center;
    border-radius: 1pc;
    transition: 0.2s ease-in-out;
	font-size: 28px;
    font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}

.BookData .BookRead .push::before {
  content: "";
  background: url(../img/push.svg) no-repeat center center;
  background-size: contain;
  width: 24%;
  padding-top: 20%;
  height: auto;
  position: absolute;
  top: -20px;
  right: -10px;
}

.BookData .BookRead a.trial2:last-child {
	margin-bottom: 0px;
}

.BookData .BookRead a.trial2:hover {
	box-shadow: -3px -2px 2px 0px rgba(255, 255, 255, 0.3), 3px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

   .BookData .BookRead a.trial {
    display:inline-block;
    width: 47%;
    color: rgb(48, 205, 215);
    background: rgb(255, 255, 255);
    text-decoration: none;
	padding: 16px;
    border-radius: 2pc;
    transition: 0.2s ease-in-out;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(48, 205, 215);
    border-image: initial;
	font-size: 21px;
    font-weight: bold;
	margin: 12px 3px;
}
.BookData .BookRead a.trial:last-child {
	margin-bottom: 0px;
}

.BookData .BookRead a.trial.rolly {
	padding: 0px;
}

.BookData .BookRead a.trial.readerstore {
	padding: 0px;
	border-radius: 3pc;
}

.BookData .BookRead a.trial:hover {
	color: #AB8E48;
	box-shadow: -3px -2px 2px 0px rgba(255, 255, 255, 0.3), 3px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

        /* スライダーのスタイル */
        .slider {
            width: 90%;
            margin: 30px auto;
        }

        .slider img {
            width: 100%;
            border-radius: 10px;
        }
/* 統合案内 */
.news p {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
}

.news a {
	color: #30cdd7;
}

.date {
	padding: 36px 24px 24px 24px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
}
.date .yotei {
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin-bottom: 8px;
}

.date .yotei span {
	font-weight: bold;
}

.date .shosai {
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
}

.date .rl_sche {
	margin-bottom: 24px;
}

.date .rl_sche1 {
	display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
	margin-bottom: 8px;
}

.date .rl_sche2 {
	margin: 0;
	min-width: 160px;
	padding: 0 20px 0 0;
	text-align: left;
}
.date .rl_sche3 {
	margin: 0;
	padding: 0 20px 0 0;
}

.back {
	margin-bottom: 80px;
	text-align: center;
	font-size: 12px;
}
.back a {
	text-decoration: none;
	color: #AAAAAA;
}

@media (max-width:835px){

.BookData p.Bookinfo{
font-size: 120%;
}

.BookData .BookNo {
    font-size: 200%;
}
.BookData .BookNo img{
min-width: 150px;
}

.BookArea .BookComment{
font-size: 140%;
}

.BookData .BookRead img{
	width: 60%;
	max-width: 400px;
}



}
@media (min-width:836px){
.DownloadBox{display:flex!important;text-align:center!important;align-items:center!important;gap:2%!important;justify-content:space-between!important;z-index:3;bottom:0;position:static !important; width:100%!important;height:80px!important;border-top:2px #000 solid;flex-direction:column!important;padding:12px 0}
.DownloadBoxIn{display:flex!important;align-items:center!important;gap:2%!important;justify-content:center!important;z-index:3;bottom:0;width:100%!important;flex-direction:row!important}
.DownloadTxt{font-size:1.5rem;text-align:center;line-height:1.2;font-weight:700}
.TxtMoreBig{font-size:2rem}
.DownloadButton{display:flex !important;flex-direction:row!important;gap:3%!important}
.DownloadButton img{width:auto!important;height:40px;margin-top:2%}
.QrCode{display:none !important}
.RecruitmentSP{display:block;border-radius:10px;border:2px #000 solid;box-shadow:2px 2px 0 0 #000;box-sizing:border-box;text-align:center;color:#000;font-size:1.5rem;font-weight:700;background-color:#fff;width:84%;padding:12px}.RecruitmentSP a{color:#000}
}
.Footer {
    padding: 2%;
    margin: 0 auto;
    background: #f4faf5;
}

@media screen and (max-width: 599px) {
	.LogoBar a{
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		}
	.PressMain h3 {
		width: 90%;
	}
	.BookHead {
		justify-content: space-between;
		flex-direction: column;
		padding-bottom: 36px;
		padding-top: 24px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.BookImg {
		width: 50%;
		margin: 0 auto 16px;
	}
	.BookData {
		width: 95%;
		margin: 0 auto;
	}

.BookData p.BookTitle{
	font-size: 240%;
	text-align: center;
	}
	.BookArea .BookComment {
		margin: 0 auto;
		padding: 16px 6%;
    }
	.BookArea .BookComment p.catchcopy {
		line-height: 160%;
	}
	.Footer {
        padding: 4%;
    }
	
/* 統合案内 */
.PressMain{
background-color: #fff;
padding: 32px 16px 32px 16px;
}

.PressMain h3{
text-align: center;
font-size: 14px;
margin-bottom: 32px;
margin-left: auto;
margin-right: auto;
line-height: 1.8;
letter-spacing: 0.1rem;
}

.news p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
}

.news a {
	color: #30cdd7;
}

.date {
	padding: 36px 16px 16px 16px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
}

.date .rl_sche {
	margin-bottom: 24px;
}
.date .rl_sche1 {
  flex-wrap: wrap;
}

.date .rl_sche2 {
	width: 100%;
	text-align: left;
	font-weight: 600;
}

}


.slick-next:before, .slick-prev:before {
    color: #888;
}