@charset "utf-8";
.entryDetail,
.entryListBox {
	max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.detailLeftBox {
	width: 73%;
	box-sizing: border-box;
	padding:50px 0;
	border-right: 1px solid #e1e1e1;
}
.detailRightBox {
	width: 27%;
	box-sizing: border-box;
	padding:50px 0 50px 50px;
}
.mainVideo {
	width: 95%;
}
.mainVideo iframe{
	width: 100%;
	min-height: 457px;
	margin-bottom: 50px;
}
.mainImage {
	width: 95%;
	height: 518px;
	box-sizing: border-box;
	padding: 7px;
	border-radius: 2px 2px 0 0;
	border: 1px solid #e1e1e1;
	line-height: 0;
}
.mainImage img {
	max-width: 100%;
	max-height: 100%;
    transition: all 0.3s ease-out;
}
#overlayImg {
	height: 100%;
	width: 100%;
}
.overlayCloseBtn {
	cursor: pointer;
	position: absolute;
	top: calc(10% - 25px);
	right: calc(10% - 25px);
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	z-index: 999999;
	display: block;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	background:rgba(0,0,0,.5);
}
.overlay {
	display: none;
	position: fixed;
	width:100%;
	height:100%;
    top: 0;
    left: 0;
    z-index: 999999;
}
.overlayBg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: #0b0b0b;
	width: 100%;
	height: 100%;
}
.overlay .overlayBg {
	display: block;
}
 button.slick-prev,
.slide button.slick-next {
	top:50%;
}
.slide.thumbList {
	width: 80%;
    height: 80%;
    top: 10%;
    margin: 0 auto;
    background: rgba(0,0,0,1);
}
.slide.thumbList li img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	width: auto;
	height: auto;
}
.slick-initialized .slick-slide {
    border:0 !important;
    height: 100%;
}
.draggable {
	height: 100%;
}
.slick-track {
    height: 100%;
}
.thumbList {
	width: 95%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.thumbList li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 20%;
	box-sizing: border-box;
	padding: 7px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
.thumbList li:nth-child(5n),
.thumbList li:last-child {
	border-right: 1px solid #e1e1e1;
}
.thumbList li:hover {
	opacity: 0.7;
}
.thumbList li img {
	width: 100%;
}
.detailRightBox h2 {
	font-size: 20px;
    font-weight: bold;
    color: #000;
    margin:0;
    line-height: 1;
}
.detailRightBox h3 {
	font-size: 16px;
	font-weight: normal;
    color: #000;
    margin: 20px 0 10px 0;
}
.detailRightBox p {
	font-size: 13px;
}
.detailRightBox .overText p {
	margin: 0;
	position: relative;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.detailRightBox .overText span {
	color: #54246f;
	font-size: 13px;
	text-align: left;
	display: block;
	cursor: pointer;
	margin-top: 10px;
}
.detailRightBox .overText span:hover {
	text-decoration: underline;
}
.webSiteLink {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.userName {
	font-size: 13px;
	text-align: left;
	line-height: 1.5;
}
.categories {
	text-align: left;
}
.categories span {
	display: inline-block;
    border: 1px solid #e1e1e1;
    font-size: 10px;
    padding: 1px 5px;
    margin-right: 5px;
    color:#919191;
    line-height: 2;
}
.ratingBtn a {
	display: inline-block;
	width: 110px;
	height: 32.5px;
	background: url('/img/entrylist/btn_rating_1_off.gif') no-repeat center center;
	background-size: auto 100%;
}
.ratingBtn a:hover {
	opacity: 0.7;
	background: url('/img/entrylist/btn_rating_1_on.gif') no-repeat center center;
	background-size: auto 100%;
}
.ratingBtn {
	text-align: left;
	margin-bottom: 10px;
}
.ratingBtn span {
	position: relative;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px 0 10px;
    margin: 4px 0 0 4px;
    font-weight: normal;
    background: #93278f;
}
.ratingBtn span:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(147, 39, 143, 0);
    border-right-color: #93278f;
    border-width: 4px;
    margin-top: -4px;
}
.userInfoBox {
	font-size: 13px;
	margin-bottom: 20px;
}
.userInfoBtn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 15px;
    margin: 0;
    padding: 10px;
    position: relative;
    top: 1px;
    border: 1px solid #e1e1e1;
    color:#666666;
    border-radius: 2px 2px 2px 2px;
}
.userInfoBtn.active {
    border-radius: 2px 2px 0 0;
}
.userInfoBtn:hover {
	background:#fcfcfc;
}
.userInfoBtn span {
	display: inline-block;
	position: relative;
	width: 15px;
    height: 15px;
    border: solid 1px #e1e1e1;
    box-sizing: border-box;
    margin-right: 10px;
}
.userInfoBtn span:before {
	display: block;
	content:'';
	position: absolute;
    left: 5px;
    top: 1px;
    height: 11px;
    width: 3px;
    background: #e1e1e1;
}
.userInfoBtn.active span:before {
	display: none;
}
.userInfoBtn span:after {
	display: block;
	content:'';
    position: absolute;
    top: 5px;
    left: 1px;
    height: 3px;
    width: 11px;
    background: #e1e1e1;
 }
.userInfoContents.active {
	display: block;
 }
.userInfoContents {
 	display: none;
    padding: 12px 30px 11px 30px;
    margin: 0px 0 5px 0;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
	background:#fcfcfc;
 }
.userInfoContents img {
 	width: 100%;
 	margin:10px 0;
 }
.userInfoContents h4 {
  	text-align: left;
  	margin:10px 0 0;
}
.snsListBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.snsListBox li {
	width: 25%;
	box-sizing: border-box;
	border:1px solid #e1e1e1;
}
.snsListBox li a {
	display: block;
	width: 100%;
	padding: 100% 0 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.snsListBox li:nth-child(1) a { background-image:url('/img/entrylist/icon_facebook_off.svg');}
.snsListBox li:nth-child(2) a { background-image:url('/img/entrylist/icon_twitter_off.svg');}
.snsListBox li:nth-child(3) a { background-image:url('/img/entrylist/icon_line_off.svg');}
.snsListBox li:nth-child(4) a { background-image:url('/img/entrylist/icon_tumblr_off.svg');}
.snsListBox li:nth-child(5) a { background-image:url('/img/entrylist/icon_pinterest_off.svg');}
.snsListBox li:nth-child(6) a { background-image:url('/img/entrylist/icon_linkdin_off.svg');}
.snsListBox li:nth-child(7) a { background-image:url('/img/entrylist/icon_reddit_off.svg');}
.snsListBox li:nth-child(8) a { background-image:url('/img/entrylist/icon_mail_off.svg');}
.snsListBox li:nth-child(1) a:hover { background-color:#37589b; background-image:url('/img/entrylist/icon_facebook_on.svg');}
.snsListBox li:nth-child(2) a:hover { background-color:#46d4fe; background-image:url('/img/entrylist/icon_twitter_on.svg');}
.snsListBox li:nth-child(3) a:hover { background-color:#00C300; background-image:url('/img/entrylist/icon_line_on.svg');}
.snsListBox li:nth-child(4) a:hover { background-color:#345574; background-image:url('/img/entrylist/icon_tumblr_on.svg');}
.snsListBox li:nth-child(5) a:hover { background-color:#cb2027; background-image:url('/img/entrylist/icon_pinterest_on.svg');}
.snsListBox li:nth-child(6) a:hover { background-color:#419cca; background-image:url('/img/entrylist/icon_linkdin_off.svg');}
.snsListBox li:nth-child(7) a:hover { background-color:#FF4500; background-image:url('/img/entrylist/icon_reddit_on.svg');}
.snsListBox li:nth-child(8) a:hover { background-color:#9fae37; background-image:url('/img/entrylist/icon_mail_on.svg');}
.userInfoContents p {
	color:#919191;
}
.commentBox {
	text-align: left;
}
.commentBox textarea,
.commentBox input {
	width: 100%;
	box-sizing: border-box;
    border: solid 1px #e1e1e1;
}
.commentBox input[type='submit'] {
	width: auto;
}
.commentBox label {
	font-size: 14px;
	font-weight: bold;
	color: #919191;
}
.commentBox label .required {
	font-weight: normal;
	color: #54246f;
}
.commentWarn {
	font-size: 12px;
	text-decoration: none;
}
.commentListBox {
	padding: 40px 0;
	border-bottom: 1px dashed #e1e1e1;
}
.comment {
	color: #919191;
	font-size: 13px;
	text-align: left;
}
.commentreply {
	padding: 10px 20px;
	margin: 10px 0;
	border-left: 1px dashed #e1e1e1;
}
.commentUsr {
	font-weight: bold;
	color: #222;
}
.commentDate {
	font-size: 11px;
}
.commentText {
	line-height: 1.3;
	padding: 10px 0;
	margin:0;
}
.canBtnBox {
	display: none;
	text-align: right;
}
.replyBtn,
.canBtn {
	cursor: pointer;
	font-size: 11px;
}
.replyBtn:hover,
.canBtn:hover {
	color: #88BBC8;
}
.nextEntry,
.prevEntry {
	position: fixed;
    height: 110px;
    box-sizing: border-box;
    top: 50%;
    background: #aaa;
    background: rgba(0,0,0,0.1);
    color: #fff;
    margin-top: -55px;
    text-decoration: none;
    z-index: 501;
    -webkit-transform: translate3d(0,0,0);
    transition: all 0.3s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nextEntry {
    left: 0;
    padding: 15px 5px 15px 15px;
    border-radius: 0 4px 4px 0;
}
.prevEntry {
    right: 0;
    padding: 15px 15px 15px 5px;
    border-radius: 4px 0 0 4px;
}
.nextEntry:before,
.prevEntry:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.nextEntry:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.prevEntry:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.nextEntry:hover,
.prevEntry:hover {
	background: rgba(0,0,0,0.8);
}
.nextEntryTitle {
	width: 0;
	box-sizing: border-box;
	font-size:13px;
	text-align: left;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.nextEntry:hover .nextEntryTitle,
.prevEntry:hover .nextEntryTitle {
	width: 240px;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.prevEntry:hover .nextEntryTitle {
	text-align: right;
}
.newEntryList {
	padding: 50px;
	background:#fcfcfc;
	box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
}
.entryListBox .entryListBoxInner{
	width: 25%;
}
.entryListBoxInner:nth-child(3n){
	border-right:0;
}
.entryListBoxInner:nth-child(4n){
	border-right: 1px solid #e8e8e8;
}
.innerContents {
	background:#fff;
}
.entryListBox {
	padding: 0;
}
.newEntryTitle {
	font-size: 18px;
	max-width: 600px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 40px;
	font-weight: bold;
	margin: 0 auto 50px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////ここからスマホ////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
.entryDetail {
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detailLeftBox,
.detailRightBox,
.mainVideo,
.mainImage,
.thumbList {
	width: 100%;
	padding: 0;
}
.mainImage {
	height: 300px;
}
.detailLeftBox {
	border-right:0;
}
.detailRightBox {
	margin-top: 50px;
}
.entryListBox .entryListBoxInner {
	width: 100%;
	margin-bottom: 50px;
	border:1px solid #e8e8e8;
}
.mainVideo iframe {
	margin-top: 30px;
    min-height: 250px;
}
.entryListBox {
	border-top: 0;
}
}
